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!
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!
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
Opened by Joel (torpe23) - Saturday, 27 June 2009, 17:59 GMT
Last edited by Allan McRae (Allan) - Friday, 03 July 2009, 13:18 GMT
|
Detailslibtool 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
Friday, 03 July 2009, 13:18 GMT
Reason for closing: Fixed
Additional comments about closing: libtool 2.2.6a-1
$ 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...
http://cvs.fedoraproject.org/viewvc/rpms/libtool/devel/libtool-1.5.22-anygcc.patch?revision=1.1&view=markup
I will do the rebuild soon