Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289567 - sys-devel/gcc-4.3.4: incorrect libdir path in libgomp.la and some other libraries (revdep-rebuild rebuilds imagemagick infinetly)
Summary: sys-devel/gcc-4.3.4: incorrect libdir path in libgomp.la and some other libra...
Status: RESOLVED DUPLICATE of bug 283761
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-18 10:40 UTC by Peter Volkov (RETIRED)
Modified: 2009-10-18 11:12 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 Peter Volkov (RETIRED) gentoo-dev 2009-10-18 10:40:18 UTC
I'm not sure if this is a real bug or not, but at least this is perfectly reproducible. This problem was reproduced at least on three systems (both i686 and amd64). After upgrade from gcc-4.3.2-r3 to 4.3.4 revdep-rebuild started to complain about missing libgomp.la for imagemagick and imagemagick rebuild did not solved this. A bit investigation revealed that:

 # cd /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/
 # grep libdir *.la
libgfortran.la:libdir='/usr/lib/../lib64'
libgfortranbegin.la:libdir='/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4'
libgomp.la:libdir='/usr/lib/../lib64'
libmudflap.la:libdir='/usr/lib/../lib64'
libmudflapth.la:libdir='/usr/lib/../lib64'
libsupc++.la:libdir='/usr/lib/../lib64'

On i686 I have libdir='/usr/lib' and again the only correct path was in libgfortranbegin.la.

Subsequent rebuild of libtool and gcc fixed this issue but still it looks like this could be fixed without rebuild and in any case libdir is not consistent which looks suspicious (fix_libtool_libdir_paths should work on all .la files, isn't it?). Is this a know issue or should I try to debug it? (asking in advance since each gcc rebuild, takes quite some time). Any way thanks for your time.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-10-18 11:12:43 UTC

*** This bug has been marked as a duplicate of bug 283761 ***