Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139901 - media-libs/sdl-sound seems to require sys-libs/gpm
Summary: media-libs/sdl-sound seems to require sys-libs/gpm
Status: RESOLVED DUPLICATE of bug 133739
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-10 10:04 UTC by Peter Budny
Modified: 2006-07-10 10:06 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 Peter Budny 2006-07-10 10:04:12 UTC
For reasons I don't understand, media-libs/sdl-sound complains when I try to emerge it and sys-libs/gpm isn't present. I don't understand why a sound library would require a console mouse server, but in any case, it breaks the ebuild if that package isn't present.

Should be an easy fix... either make sys-libs/gpm a dependency of media-libs/sdl-sound, or fix sdl-sound to not require gpm in its configuration. I'm submitting this as a bug because I don't know what the right action should be for this package.



emerge =media-libs/sdl-sound-1.0.1-r1 dies with the following:

[ebuild   R   ] media-libs/sdl-sound-1.0.1-r1  USE="flac mikmod vorbis -physfs -speex"

*snip*

i686-pc-linux-gnu-gcc -shared  SDL_sound.lo alt_audio_convert.lo audio_convert.lo extra_rwops.lo -Wl,--whole-archive decoders/.libs/libdecoders.al decoders/timidity/.libs/libtimidity.al decoders/mpglib/.libs/libmpglib.al -Wl,--no-whole-archive  decoders/.libs/libdecoders.al -L/usr/lib decoders/timidity/.libs/libtimidity.al decoders/mpglib/.libs/libmpglib.al -lXext /usr/lib/libaa.so -lncurses -lX11 -lgpm -ldl /usr/lib/libogg.so /usr/lib/libSDL.so -lpthread /usr/lib/libFLAC.so /usr/lib/libmikmod.so /usr/lib/libvorbis.so -lm /usr/lib/libvorbisfile.so /usr/lib/libvorbisenc.so     -Wl,-soname -Wl,libSDL_sound-1.0.so.1 -o .libs/libSDL_sound-1.0.so.1.0.0
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lgpm
collect2: ld returned 1 exit status
make[2]: *** [libSDL_sound.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/sdl-sound-1.0.1-r1/work/SDL_sound-1.0.1'
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


In the entire output of the build, this is the first time gpm is mentioned.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-10 10:06:12 UTC

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