Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When emerging mythmusic version 0.11 using ACCEPT_KEYWORDS=~x86, the compile phase fails because it cannot find the include files rfftw.h and fftw.h. Reproducible: Always Steps to Reproduce: 1. Run 'env ACCEPT_KEYWORDS=~x86 emerge mythmusic' 2. Wait for it to fail. Actual Results: The mythmusic version 0.11 ebuild dependencies create a dependence on fftw version 3.0.1 when using ACCEPT_KEYWORDS=~x86 and it was emerged, however, the readme for mythmusic version 0.11 states the following: fftw - A very nice library for Fast Fourier Transforms (helps analyze audio data for playback visualizations). Currently using 2.1.3. Don't use version 3. ----- When it came time to emerge mythmusic using ACCEPT_KEYWORDS=~x86 the ebuild errored out with the following error and then some: In file included from mainvisual.cpp:13: visualize.h:21:19: rfftw.h: No such file or directory visualize.h:22:18: fftw.h: No such file or directory ---- Expected Results: When mythmusic version 0.11 was emerged using ACCEPT_KEYWORDS=~x86, it should of created a dependence on version 2 of fftw, emerged fftw version 2.1.5, and then emerge mythmusic without error.
Created an attachment (id=16872) [edit] Fix to force install of fftw version 2.
Fixed and in cvs. Thank you for catching this.