if /bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib -I../../akode/lib -I../../akode/lib -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -march=pentium-m -mtune=pentium-m -O3 -pipe -fomit-frame-pointer -frerun-cse-after-loop -maccumulate-outgoing-args -ffast-math -ftracer -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT speex_decoder.lo -MD -MP -MF ".deps/speex_decoder.Tpo" -c -o speex_decoder.lo speex_decoder.cpp; \ then mv -f ".deps/speex_decoder.Tpo" ".deps/speex_decoder.Plo"; else rm -f ".deps/speex_decoder.Tpo"; exit 1; fi speex_decoder.cpp: In constructor `aKode::SpeexDecoder::SpeexDecoder(aKode::File*)': speex_decoder.cpp:100: warning: missing initializer for member `SpeexStereoState::reserved1' speex_decoder.cpp:100: warning: missing initializer for member `SpeexStereoState::reserved2' speex_decoder.cpp: In member function `virtual bool aKode::SpeexDecoder::readFrame(aKode::AudioFrame*)': speex_decoder.cpp:249: error: `speex_decode_int' undeclared (first use this function) speex_decoder.cpp:249: error: (Each undeclared identifier is reported only once for each function it appears in.) speex_decoder.cpp:260: error: `speex_decode_stereo_int' undeclared (first use this function) make[3]: *** [speex_decoder.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/var/tmp/portage/akode-2.0_beta2/work/akode-2.0b2/plugins/xiph_decoder' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/akode-2.0_beta2/work/akode-2.0b2/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/akode-2.0_beta2/work/akode-2.0b2' make: *** [all] Error 2 !!! ERROR: media-libs/akode-2.0_beta2 failed. !!! Function src_compile, Line 33, Exitcode 2 !!! (no error message) !!! If you need support, post the topmost build error, NOT this status message. Reproducible: Always Steps to Reproduce: 1. put speex in useflag 2. compile akode-2.0_beta2 3. make coffee Actual Results: compile error Expected Results: no compile error
Have you tried with akode-2.0beta3? What does "emerge -p speex" report?
No reply from reporter.