public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Can't emerge xmms plugins
@ 2005-07-31 20:40 Christian Floeter
  2005-08-01  4:08 ` Ow Mun Heng
  2005-08-02 12:49 ` Kurt Guenther
  0 siblings, 2 replies; 6+ messages in thread
From: Christian Floeter @ 2005-07-31 20:40 UTC (permalink / raw
  To: gentoo-user

I have problems emerging standard xmms plugins, like xmms-mikmod,
xmms-mpg123, xmms-vorbis, xmms-oss, xmms-esd, xmms-alsa and
xmms-cdaudio.  All of these produce the same error while emerging (the
following was produced by xmms-mikmod):

[....]
generating symbol list for `libmikmod.la'
nm  drv_xmms.lo plugin.lo  | sed -n -e 's/^.*[ 
]\([ABCDGISTW][ABCDGISTW]*\)[  ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | sed 's/.* //' | sort |
uniq > .libs/libmikmod.exp
egrep -e "get_.plugin_info" ".libs/libmikmod.exp" > ".libs/libmikmod.expT"
mv -f ".libs/libmikmod.expT" ".libs/libmikmod.exp"
gcc "{ global:" > .libs/libmikmod.ver
gcc: { global:: No such file or directory
gcc: no input files
make: *** [libmikmod.la] Error 1

!!! ERROR: media-plugins/xmms-mikmod-1.2.10 failed.
!!! Function xmms-plugin_src_compile, Line 102, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status
message.


Emerging xmms itself works, but as soon as it compiles one of the
plugins, emerge aborts as seen above.
I've had this problem for a while now; the last xmms version that
emerged without problems was 1.2.10-r5.

My USE flags are:

USE="mmx sse aalib acpi alsa apm avi canna cdr cjk doc dvb dvd dvdr
emacs encode freewnn
gif gstreamer imap imlib lirc mozilla moznomail mpeg mule ogg vorbis oss
pcmcia plotutils png python
scanner sdl tiff truetype unicode X wxwindows wmf xv xvid gtk gtk2
gtkhtml mime xmms
mikmod nls directfb cups foomaticdb ppds softmmu mp3 mad flac sndfile"

Using x86 gcc 3.3.2, kernel 2.4.24 (vanilla), latest portage.

Any ideas?

Greetings,
C.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Can't emerge xmms plugins
  2005-07-31 20:40 [gentoo-user] Can't emerge xmms plugins Christian Floeter
@ 2005-08-01  4:08 ` Ow Mun Heng
  2005-08-01 10:57   ` Christian Floeter
  2005-08-02 12:49 ` Kurt Guenther
  1 sibling, 1 reply; 6+ messages in thread
From: Ow Mun Heng @ 2005-08-01  4:08 UTC (permalink / raw
  To: gentoo-user

On Sun, 2005-07-31 at 22:40 +0200, Christian Floeter wrote:
> I have problems emerging standard xmms plugins, like xmms-mikmod,
> xmms-mpg123, xmms-vorbis, xmms-oss, xmms-esd, xmms-alsa and
> xmms-cdaudio.  All of these produce the same error while emerging (the
> following was produced by xmms-mikmod):
> 
> [....]
> generating symbol list for `libmikmod.la'

> !!! ERROR: media-plugins/xmms-mikmod-1.2.10 failed.

> Emerging xmms itself works, but as soon as it compiles one of the
> plugins, emerge aborts as seen above.
> I've had this problem for a while now; the last xmms version that


Can you try re-emergging libmikmod?
*  media-libs/libmikmod
      Latest version available: 3.1.11-r1
      Latest version installed: 3.1.11-r1
      Size of downloaded files: 597 kB
      Homepage:    http://mikmod.raphnet.net/
      Description: A library to play a wide range of module formats
      License:     || ( LGPL-2.1 LGPL-2 )


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Can't emerge xmms plugins
  2005-08-01  4:08 ` Ow Mun Heng
@ 2005-08-01 10:57   ` Christian Floeter
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Floeter @ 2005-08-01 10:57 UTC (permalink / raw
  To: gentoo-user

Ow Mun Heng wrote:

>Can you try re-emergging libmikmod?
>*  media-libs/libmikmod
>      Latest version available: 3.1.11-r1
>      Latest version installed: 3.1.11-r1
>      Size of downloaded files: 597 kB
>      Homepage:    http://mikmod.raphnet.net/
>      Description: A library to play a wide range of module formats
>      License:     || ( LGPL-2.1 LGPL-2 )
>  
>
I tried that, but it doesn't remove the problem.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Can't emerge xmms plugins
  2005-07-31 20:40 [gentoo-user] Can't emerge xmms plugins Christian Floeter
  2005-08-01  4:08 ` Ow Mun Heng
@ 2005-08-02 12:49 ` Kurt Guenther
  2005-08-02 18:27   ` Daevid Vincent
  2005-08-02 21:51   ` Christian Floeter
  1 sibling, 2 replies; 6+ messages in thread
From: Kurt Guenther @ 2005-08-02 12:49 UTC (permalink / raw
  To: gentoo-user

Christian Floeter wrote:

>I have problems emerging standard xmms plugins, like xmms-mikmod,
>xmms-mpg123, xmms-vorbis, xmms-oss, xmms-esd, xmms-alsa and
>xmms-cdaudio.  All of these produce the same error while emerging (the
>following was produced by xmms-mikmod):
>  
>

Have you tried:

# revdep-rebuild

to see if you have any libraries out of sync? 

--Kurt

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-user] Can't emerge xmms plugins
  2005-08-02 12:49 ` Kurt Guenther
@ 2005-08-02 18:27   ` Daevid Vincent
  2005-08-02 21:51   ` Christian Floeter
  1 sibling, 0 replies; 6+ messages in thread
From: Daevid Vincent @ 2005-08-02 18:27 UTC (permalink / raw
  To: gentoo-user

Have you tried using 'beep media player' instead? It is a clone of XMMS
(which is dead basically). It uses skins and plugins and looks like xmms. 

> -----Original Message-----
> From: Kurt Guenther [mailto:kurtg@serent.com] 
> Sent: Tuesday, August 02, 2005 5:49 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] Can't emerge xmms plugins
> 
> Christian Floeter wrote:
> 
> >I have problems emerging standard xmms plugins, like xmms-mikmod,
> >xmms-mpg123, xmms-vorbis, xmms-oss, xmms-esd, xmms-alsa and
> >xmms-cdaudio.  All of these produce the same error while 
> emerging (the
> >following was produced by xmms-mikmod):
> >  
> >
> 
> Have you tried:
> 
> # revdep-rebuild
> 
> to see if you have any libraries out of sync? 
> 
> --Kurt
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Can't emerge xmms plugins
  2005-08-02 12:49 ` Kurt Guenther
  2005-08-02 18:27   ` Daevid Vincent
@ 2005-08-02 21:51   ` Christian Floeter
  1 sibling, 0 replies; 6+ messages in thread
From: Christian Floeter @ 2005-08-02 21:51 UTC (permalink / raw
  To: gentoo-user

Kurt Guenther wrote:

> Christian Floeter wrote:
>
>> I have problems emerging standard xmms plugins, like xmms-mikmod,
>> xmms-mpg123, xmms-vorbis, xmms-oss, xmms-esd, xmms-alsa and
>> xmms-cdaudio.  All of these produce the same error while emerging (the
>> following was produced by xmms-mikmod):
>>  
>>
>
> Have you tried:
>
> # revdep-rebuild
>
> to see if you have any libraries out of sync?
> --Kurt

I tried it, but it didn't find anything suspicious.



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-02 22:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-31 20:40 [gentoo-user] Can't emerge xmms plugins Christian Floeter
2005-08-01  4:08 ` Ow Mun Heng
2005-08-01 10:57   ` Christian Floeter
2005-08-02 12:49 ` Kurt Guenther
2005-08-02 18:27   ` Daevid Vincent
2005-08-02 21:51   ` Christian Floeter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox