Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5208

Summary: xmms -r12 breaks with bad -L options
Product: Gentoo Linux Reporter: Spider (RETIRED) <spider>
Component: Current packagesAssignee: Daniel Ahlberg (RETIRED) <aliz>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Spider (RETIRED) gentoo-dev 2002-07-18 17:43:58 UTC
make[3]: Entering directory
`/mnt/reiser/portage/xmms-1.2.7-r12/work/xmms-1.2.7/Input/vorbis'
/bin/sh ../../libtool --mode=link i686-pc-linux-gnu-gcc  -march=athlon-tbird -O2
-Wall -Wpointer-arith -finline-functions -ffast-math -fomit-frame-pointer
-funroll-all-loops  -o libvorbis.la -rpath /usr/lib/xmms/Input -module
-avoid-version -export-symbols-regex "get_.plugin_info" vorbis.lo configure.lo
http.lo fileinfo.lo vcedit.lo utf8.lo -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk
-rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm
-lpthread  -lvorbisfile -lvorbis -lm -Lyes/lib -logg 
../../libtool: cd: yes/lib: No such file or directory
libtool: link: cannot determine absolute directory name of `yes/lib'
make[3]: *** [libvorbis.la] Error 1



in /usr/lib/libvorbis.la this is :

# Libraries that this one depends upon.
dependency_libs=' -lm -L/usr/lib /usr/lib/libogg.la'



so it seems that a yes/ is applied there somewhere.. 

Darkmere root # useflag -s
-kde -tcltk -qt -cups -arts opengl oss alsa mozilla truetype
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-07-18 20:29:23 UTC
This should be fixed in revision 1.2 of xmms-1.2.7-r12.ebuild.  
Comment 2 Spider (RETIRED) gentoo-dev 2002-07-21 16:17:58 UTC
yep, it was