Bug 386788 - installing libfftw via craft fails
Summary: installing libfftw via craft fails
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-activities-stats
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.40.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-12 19:11 UTC by Uwe Stöhr
Modified: 2017-11-14 18:36 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.