Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339 - libGLU, libglut and libbfd.la files have wacky paths in them.
Summary: libGLU, libglut and libbfd.la files have wacky paths in them.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-25 23:24 UTC by Daniel Robbins (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Daniel Robbins (RETIRED) gentoo-dev 2002-01-25 23:24:59 UTC
libGLU.la:dependency_libs=' -L/var/tmp/portage/mesa-glu-3.5/work/Mesa-3.5/src
/usr/lib/libGL.la /usr/lib/libMesaOS.la -L/usr/X11R6/lib -lSM -lICE -lXmu -lXext
-lXi -lX11 -lpthread'
libbfd.la:dependency_libs='
-L/var/tmp/portage/binutils-2.11.92.0.12.3-r1/work/binutils-2.11.92.0.12.3/libiberty/pic
-liberty'
libglut.la:dependency_libs='
-L/var/tmp/portage/mesa-glu-3.5/work/Mesa-3.5/si-glu -L/usr/X11R6/lib -lSM -lICE
-lXmu -lXext -lXi -lX11'
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-02-11 10:01:23 UTC
Mesa 3.5 seems generally wacky.  Try 3.4.2 and let me know, also remerge binutils.
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-02-20 12:06:39 UTC
I just stumbled across this. Looks much like #772, which has similar problems with libaudiofile, what do you think?  That is, if I understand correctly, these packagse (mesa etc) install .la files that have ${D} hardcoded into them. 
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-26 14:49:02 UTC
Our libtool is fixed to handle these cases.  Any package that still do this,
should be libtoolized (libtool --copy --force), or if it use libtool-1.4.2,
the ltmain.sh should be patched with the latest libtool-portage patch:

  /usr/portage/sys-devel/libtool/files/1.4.1/libtool-1.4.1-portage.patch-v*

All packages that I know of is already fixed.