Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110006 - akode won't compile with USE=speex
Summary: akode won't compile with USE=speex
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 03:15 UTC by Anders Storsveen
Modified: 2005-11-30 01:20 UTC (History)
1 user (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 Anders Storsveen 2005-10-21 03:15:05 UTC
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
Comment 1 Dominik Stadler (RETIRED) gentoo-dev 2005-11-04 11:25:10 UTC
Have you tried with akode-2.0beta3? What does "emerge -p speex" report?
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-11-30 01:20:47 UTC
No reply from reporter.