Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39256 - media-sound/rezound-0.9.0_beta incompatible with dev-libs/fftw-3.0.1
Summary: media-sound/rezound-0.9.0_beta incompatible with dev-libs/fftw-3.0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-24 09:22 UTC by witr
Modified: 2004-01-27 19:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description witr 2004-01-24 09:22:34 UTC
Emerging media-sound/rezound-0.9.0_beta gets the following in the configure operation:

checking for fftw.h... no
configure: WARNING: ***** fftw.h header file not found -- any FFT based actions will be disabled (http://www.fftw.org) *****
checking rfftw.h usability... no
checking rfftw.h presence... no
checking for rfftw.h... no
configure: WARNING: ***** rfftw.h header file not found -- any FFT based actions will be disabled (http://www.fftw.org) *****

The ebuild specifies:

        >=dev-libs/fftw-2.1.5

Which will select dev-libs/fftw-3.0.1 and that version doesn't have either of the required header files.


Emerging dev-libs/fftw-2.1.5 and rebuilding rezound works (fftw has different slots for the various versions).

The rezound ebuild needs to have it's dependency on fftw changed or the upstream source needs to be changed to work with fftw-3.
Comment 1 Nick Hadaway 2004-01-27 19:09:04 UTC
Updated the depend on rezound to =dev-libs/fftw-2*