Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122596 - sdl-sound merge problem
Summary: sdl-sound merge problem
Status: RESOLVED DUPLICATE of bug 73435
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-12 11:56 UTC by Ross Harder
Modified: 2006-02-12 12:04 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 Ross Harder 2006-02-12 11:56:05 UTC
had trouble merging sdl-sound-1.0.1-r1
compilation would proceed until:
------------------------------------------------
mv -f .libs/timidity.lo timidity.lo
/bin/sh ../../libtool --mode=link i686-pc-linux-gnu-gcc  -O2 -march=pentium4 -fomit-frame-pointer -pipe -I/usr/include/SDL -D_REENTRANT -pthread -D_REENTRANT    -o libtimidity.la   common.lo instrum.lo instrum_dls.lo mix.lo output.lo playmidi.lo readmidi.lo resample.lo tables.lo timidity.lo  -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lFLAC -L/usr/lib -lmikmod -ldl -L/usr/lib -lm  -lvorbis -lm -lvorbisfile -lvorbisenc
grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la: No such file or directory
sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la' is not a valid libtool archive
make[3]: *** [libtimidity.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/sdl-sound-1.0.1-r1/work/SDL_sound-1.0.1/decoders/timidity'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/sdl-sound-1.0.1-r1/work/SDL_sound-1.0.1/decoders'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sdl-sound-1.0.1-r1/work/SDL_sound-1.0.1'
make: *** [all] Error 2

!!! ERROR: media-libs/sdl-sound-1.0.1-r1 failed.
-----------------------------------------------------------

issue was that gcclib 3.3.2 had been upgraded.
found that remerging/upgrading libsdl solved the problem
and sdl-sound successfully merged.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-12 12:04:48 UTC

*** This bug has been marked as a duplicate of 73435 ***