Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18078 - sdl-sound-1.0.0 fails to compile (stable ld segfaults with unstable glibc)
Summary: sdl-sound-1.0.0 fails to compile (stable ld segfaults with unstable glibc)
Status: RESOLVED DUPLICATE of bug 16577
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Philip Walls (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 16577
Blocks:
  Show dependency tree
 
Reported: 2003-03-24 01:03 UTC by Ilia Lobsanov
Modified: 2005-07-17 13:06 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 Ilia Lobsanov 2003-03-24 01:03:56 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..    -march=pentium3 -O3 -pipe
-fomit-frame-pointer -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg
-I/usr/include/SDL -D_REENTRANT -pthread -D_REENTRANT  -c -o
playsound-playsound.o `test -f playsound.c || echo './'`playsound.c
/bin/sh ../libtool --mode=link gcc  -march=pentium3 -O3 -pipe
-fomit-frame-pointer -I/usr/include/SDL -D_REENTRANT -I/usr/include/smpeg
-I/usr/include/SDL -D_REENTRANT -pthread -D_REENTRANT    -o playsound 
playsound-playsound.o ../libSDL_sound.la  -L/usr/lib -Wl,-rpath,/usr/lib -lSDL
-lpthread -L/usr/lib -Wl,-rpath,/usr/lib -lsmpeg -L/usr/lib -Wl,-rpath,/usr/lib
-lSDL -lpthread -L/usr/lib -lmikmod -ldl -L/usr/lib -lm  -lvorbis -lm
-lvorbisfile -lvorbisenc
mkdir .libs
gcc -march=pentium3 -O3 -pipe -fomit-frame-pointer -I/usr/include/SDL
-D_REENTRANT -I/usr/include/smpeg -I/usr/include/SDL -D_REENTRANT -pthread
-D_REENTRANT -o .libs/playsound playsound-playsound.o -Wl,-rpath -Wl,/usr/lib
-Wl,-rpath -Wl,/usr/lib -Wl,-rpath -Wl,/usr/lib  ../.libs/libSDL_sound.so
-L/usr/lib -lm -L/usr/kde/3/lib -ldl -lpthread -lm -L/usr/X11R6/lib -ldl
-lpthread -lm -ldl -lpthread -lm -ldl -lpthread -lm -lm -ldl -lpthread -lm -ldl
-lpthread -lm -lm -ldl -lpthread -lm -ldl -lpthread -lm -lm -ldl -lpthread -lm
-ldl -lpthread -ldl -lm -ldl -lm -lm -lm -lm -lm -lm -ldl -lpthread -lm -ldl
-lpthread -lm -ldl -lpthread -lm -ldl -lpthread -lm -lm -ldl -lpthread -lm -ldl
-lpthread -lm -lm -ldl -lpthread -lm -ldl -lpthread -lm -lm -ldl -lpthread -lm
-ldl -lpthread -ldl -lm -ldl -lm -lm -lm -lm -lm -lm -ldl -lpthread -lm -ldl
-lpthread -lpthread -lm -lpthread -lm -lpthread -lm -lm -ldl -lpthread -lm -ldl
-lpthread -lm -lm -ldl -lpthread -lm -ldl -lpthread -lm -lm -ldl -lpthread -lm
-ldl -lpthread -lm -lm -ldl -lpthread -lm -ldl -lm -lm -ldl -lpthread -ldl
/usr/kde/3/lib/libartsc.so -ldl -lpthread -lpthread -lm -lm -lm -lslang -lm -ldl
-lpthread -ldl -lm -ldl -lm -ldl -lm -lm -lm -lm -lm -lm -lm -lm -lm -ldl
-lpthread -lm -ldl -lpthread -lpthread -lm -lpthread -lm -lpthread -lm -lm -ldl
-lpthread -lm -ldl -lpthread -ldl -lm -ldl -lm -lm -lm -lm -lm -lm -ldl
-lpthread -lm -ldl -lpthread /usr/lib/libsmpeg.so -lpthread -lm -lpthread -lm
-lpthread -lm /usr/lib/libSDL.so -lm /usr/lib/libasound.so -ldl -lartsc
-lpthread /usr/lib/libesd.so /usr/lib/libaudiofile.so -lm -laudio -lXt -lX11
-lXext -lvga /usr/lib/libaa.so -ldl -lpthread /usr/lib/libmikmod.so -ldl -lm
-ldl -lm /usr/lib/libvorbis.so -lm -lm /usr/lib/libvorbisfile.so -lm
/usr/lib/libvorbisenc.so -lm /usr/lib/libogg.so -Wl,--rpath -Wl,/usr/kde/3/lib
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[2]: *** [playsound] Error 1
make[2]: Leaving directory
`/var/tmp/portage/sdl-sound-1.0.0/work/SDL_sound-1.0.0/playsound'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/sdl-sound-1.0.0/work/SDL_sound-1.0.0'
make: *** [all] Error 2

!!! ERROR: media-libs/sdl-sound-1.0.0 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! (no error message)
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-03-24 11:27:18 UTC
You can downgrade to the latest stable glibc (2.3.1-r2) or upgrade to the newest unstable binutils (2.13.90.0.20) - both worked for me. Adjusted the "summary" line.
Comment 2 Ilia Lobsanov 2003-03-24 21:02:07 UTC
thanks. works with the new binutils.
Comment 3 Philip Walls (RETIRED) gentoo-dev 2003-03-24 21:31:05 UTC

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