Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5208 - xmms -r12 breaks with bad -L options
Summary: xmms -r12 breaks with bad -L options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-18 17:43 UTC by Spider (RETIRED)
Modified: 2003-02-04 19:42 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 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