Gentoo Archives: gentoo-user

From: Christian Floeter <c.floeter@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Can't emerge xmms plugins
Date: Sun, 31 Jul 2005 20:51:19
Message-Id: 42ED3734.9030407@gmx.de
1 I have problems emerging standard xmms plugins, like xmms-mikmod,
2 xmms-mpg123, xmms-vorbis, xmms-oss, xmms-esd, xmms-alsa and
3 xmms-cdaudio. All of these produce the same error while emerging (the
4 following was produced by xmms-mikmod):
5
6 [....]
7 generating symbol list for `libmikmod.la'
8 nm drv_xmms.lo plugin.lo | sed -n -e 's/^.*[
9 ]\([ABCDGISTW][ABCDGISTW]*\)[ ][
10 ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | sed 's/.* //' | sort |
11 uniq > .libs/libmikmod.exp
12 egrep -e "get_.plugin_info" ".libs/libmikmod.exp" > ".libs/libmikmod.expT"
13 mv -f ".libs/libmikmod.expT" ".libs/libmikmod.exp"
14 gcc "{ global:" > .libs/libmikmod.ver
15 gcc: { global:: No such file or directory
16 gcc: no input files
17 make: *** [libmikmod.la] Error 1
18
19 !!! ERROR: media-plugins/xmms-mikmod-1.2.10 failed.
20 !!! Function xmms-plugin_src_compile, Line 102, Exitcode 2
21 !!! (no error message)
22 !!! If you need support, post the topmost build error, NOT this status
23 message.
24
25
26 Emerging xmms itself works, but as soon as it compiles one of the
27 plugins, emerge aborts as seen above.
28 I've had this problem for a while now; the last xmms version that
29 emerged without problems was 1.2.10-r5.
30
31 My USE flags are:
32
33 USE="mmx sse aalib acpi alsa apm avi canna cdr cjk doc dvb dvd dvdr
34 emacs encode freewnn
35 gif gstreamer imap imlib lirc mozilla moznomail mpeg mule ogg vorbis oss
36 pcmcia plotutils png python
37 scanner sdl tiff truetype unicode X wxwindows wmf xv xvid gtk gtk2
38 gtkhtml mime xmms
39 mikmod nls directfb cups foomaticdb ppds softmmu mp3 mad flac sndfile"
40
41 Using x86 gcc 3.3.2, kernel 2.4.24 (vanilla), latest portage.
42
43 Any ideas?
44
45 Greetings,
46 C.
47
48
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't emerge xmms plugins Ow Mun Heng <Ow.Mun.Heng@×××.com>
Re: [gentoo-user] Can't emerge xmms plugins Kurt Guenther <kurtg@××××××.com>