Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#15287 - [libtool] wrong sys_lib_search_path_spec in /usr/bin/libtool

Attached to Project: Arch Linux
Opened by Joel (torpe23) - Saturday, 27 June 2009, 17:59 GMT
Last edited by Allan McRae (Allan) - Friday, 03 July 2009, 13:18 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

libtool is configured to use gcc 4.3.2 instead of 4.4.0-3 which is the current version. Basically, it is the same bug as here: https://bugzilla.redhat.com/show_bug.cgi?id=140977


$ grep sys_lib_search_path_spec /usr/bin/libtool
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 /usr/lib /lib"
This task depends upon

Closed by  Allan McRae (Allan)
Friday, 03 July 2009, 13:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  libtool 2.2.6a-1
Comment by Joel (torpe23) - Saturday, 27 June 2009, 18:05 GMT
In fact, I may have underestimate the issue...

$ grep "4.3.2" /usr/bin/libtool
compiler_lib_search_dirs="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../../../lib /lib/../lib /usr/lib/../lib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../.."
predep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/crtbeginS.o"
postdep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../../../lib/crtn.o"
compiler_lib_search_path="-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../.."
compiler_lib_search_dirs="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../../../lib /lib/../lib /usr/lib/../lib /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../.."
predep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/crtbeginS.o"
postdep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../../../lib/crtn.o"
compiler_lib_search_path="-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/../../.."

Libtool really references gcc 4.3.2 everywhere...
Comment by Allan McRae (Allan) - Sunday, 28 June 2009, 14:38 GMT Comment by James Bannon (jamesbannon) - Sunday, 28 June 2009, 19:32 GMT
It's the same on the 32-bit platform

Loading...