Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29969 - Can't compile media-sound/mixxx-1.0
Summary: Can't compile media-sound/mixxx-1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: J. Ellis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 22:04 UTC by Genady Okrain
Modified: 2003-09-30 06:50 UTC (History)
3 users (show)

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 Genady Okrain 2003-09-29 22:04:49 UTC
g++ -c -pipe -w -O2 -D_REENTRANT  -D__VISUALS__ -D__PORTAUDIO__ -D__OSSMIDI__
-DUNIX_SHARE_PATH=\"/usr/share/mixxx\" -D__LINUX__ -D__UNIX__
-DSETTINGS_FILE=\".mixxx.cfg\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/qt/3/mkspecs/linux-g++ -I. -I../lib/portaudio-v18/pa_common
-I../lib/portaudio-v18/pa_unix_oss -I../lib/vbrheadersdk -I. -I/usr/qt/3/include
-I/usr/X11R6/include -I/usr/X11R6/include -I.ui/ -I.moc/ -o .obj/engineflanger.o
engineflanger.cpp
g++ -c -pipe -w -O2 -D_REENTRANT  -D__VISUALS__ -D__PORTAUDIO__ -D__OSSMIDI__
-DUNIX_SHARE_PATH=\"/usr/share/mixxx\" -D__LINUX__ -D__UNIX__
-DSETTINGS_FILE=\".mixxx.cfg\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-I/usr/qt/3/mkspecs/linux-g++ -I. -I../lib/portaudio-v18/pa_common
-I../lib/portaudio-v18/pa_unix_oss -I../lib/vbrheadersdk -I. -I/usr/qt/3/include
-I/usr/X11R6/include -I/usr/X11R6/include -I.ui/ -I.moc/ -o
.obj/enginespectralfwd.o enginespectralfwd.cpp
In file included from enginespectralfwd.cpp:10:
enginespectralfwd.h:17:19: sfftw.h: No such file or directory
enginespectralfwd.h:18:20: srfftw.h: No such file or directory
In file included from enginespectralfwd.cpp:10:
enginespectralfwd.h:63: error: 'rfftw_plan' is used as a type, but is not
   defined as a type.
enginespectralfwd.h:65: error: syntax error before `*' token
enginespectralfwd.cpp: In constructor `
   EngineSpectralFwd::EngineSpectralFwd(bool, bool, WindowKaiser*)':
enginespectralfwd.cpp:32: error: `plan_forward' undeclared (first use this
   function)
enginespectralfwd.cpp:32: error: (Each undeclared identifier is reported only
   once for each function it appears in.)
enginespectralfwd.cpp:32: error: `FFTW_REAL_TO_COMPLEX' undeclared (first use
   this function)
enginespectralfwd.cpp:32: error: `FFTW_ESTIMATE' undeclared (first use this
   function)
enginespectralfwd.cpp:32: error: `rfftw_create_plan' undeclared (first use this
   function)
enginespectralfwd.cpp:36: error: `tmp' undeclared (first use this function)
enginespectralfwd.cpp:36: error: parse error before `[' token
enginespectralfwd.cpp:37: error: `spectrum' undeclared (first use this
   function)
enginespectralfwd.cpp:37: error: parse error before `[' token
enginespectralfwd.cpp: In destructor `virtual
   EngineSpectralFwd::~EngineSpectralFwd()':
enginespectralfwd.cpp:48: error: `rfftw_destroy_plan' undeclared (first use
   this function)
enginespectralfwd.cpp: In member function `virtual CSAMPLE*
   EngineSpectralFwd::process(const CSAMPLE*, int)':
enginespectralfwd.cpp:68: error: `fftw_real' undeclared (first use this
   function)
enginespectralfwd.cpp:68: error: `s' undeclared (first use this function)
enginespectralfwd.cpp:68: error: parse error before `)' token
enginespectralfwd.cpp:71: error: `rfftw_one' undeclared (first use this
   function)
enginespectralfwd.cpp:73: error: `r' undeclared (first use this function)
make: *** [.obj/enginespectralfwd.o] Error 1

!!! ERROR: media-sound/mixxx-1.0 failed.
!!! Function src_compile, Line 32, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 J. Ellis (RETIRED) gentoo-dev 2003-09-29 22:43:05 UTC
please emerge fftw and let me know if it fixes this.
Comment 2 Genady Okrain 2003-09-30 04:52:46 UTC
same problem...
Comment 3 J. Ellis (RETIRED) gentoo-dev 2003-09-30 05:08:25 UTC
Ah, you are running ~x86. This package requires fftw-2.1.5 which is stable
(and in a different slot.) I'm fixing the ebuild in the meantime emerge fftw-2.1.5
and should be well.
Comment 4 J. Ellis (RETIRED) gentoo-dev 2003-09-30 05:22:03 UTC
Depend now updated to require fftw-2.1.5.
Comment 5 Genady Okrain 2003-09-30 06:50:04 UTC
fixed
thanks