Bug 386788

Summary: installing libfftw via craft fails
Product: [Frameworks and Libraries] frameworks-activities-stats Reporter: Uwe Stöhr <uwestoehr>
Component: generalAssignee: Hannah von Reth <vonreth>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kde-windows, plasma-bugs, simonandric5
Priority: NOR    
Version: 5.40.0   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Uwe Stöhr 2017-11-12 19:11:37 UTC
Executing

craft libfftw

downloads and compiles libfftw but it fails with make cmd:

plan-many-dft.c.obj : warning LNK4197: export 'fftwf_plan_many_dft' specified multiple times; using first specification
plan-many-r2r.c.obj : warning LNK4197: export 'fftwf_plan_many_r2r' specified multiple times; using first specification
plan-r2r-1d.c.obj : warning LNK4197: export 'fftwf_plan_r2r_1d' specified multiple times; using first specification
plan-r2r-2d.c.obj : warning LNK4197: export 'fftwf_plan_r2r_2d' specified multiple times; using first specification
jom: R:\build\win32libs\libfftw\work\Release-3.2.2\CMakeFiles\fftw.dir\build.make [fftw3f-3.dll] Error 2
jom: R:\build\win32libs\libfftw\work\Release-3.2.2\Makefile [all] Error 2
Craft encountered an error: make cmd: jom
Action: compile for win32libs/libfftw FAILED
*** Craft all failed: win32libs/libfftw after 1 minute 31 seconds ***
fatal error: package win32libs/libfftw all failed
Comment 1 Uwe Stöhr 2017-11-13 21:52:06 UTC
OK, I see now that it is a bug in FFTW 3.2.2 but the current version is FFTW 3.3.7.
I'll open a new bug report to get the latest version of fftw via craft.