GNU bug report logs - #14155
libtool 2.4.2 bug: default " sys_lib_dlsearch_path_spec" missing paths where LIBDIR=lib64

Previous Next

Package: libtool;

Reported by: ar16 <at> imapmail.org

Date: Sun, 7 Apr 2013 18:42:02 UTC

Severity: normal

To reply to this bug, email your comments to 14155 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-libtool <at> gnu.org:
bug#14155; Package libtool. (Sun, 07 Apr 2013 18:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ar16 <at> imapmail.org:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Sun, 07 Apr 2013 18:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ar16 <at> imapmail.org
To: bug-libtool <at> gnu.org
Cc: pth <at> suse.com
Subject: libtool 2.4.2 bug: default " sys_lib_dlsearch_path_spec" missing paths
	where LIBDIR=lib64
Date: Sun, 07 Apr 2013 11:32:55 -0700
I've

	libtool --version
		libtool (GNU libtool) 2.4.2
		Written by Gordon Matzigkeit <gord <at> gnu.ai.mit.edu>, 1996

		Copyright (C) 2011 Free Software Foundation, Inc.
		This is free software; see the source for copying
		conditions.  There is NO
		warranty; not even for MERCHANTABILITY or FITNESS FOR A
		PARTICULAR PURPOSE.

on

	lsb_release -a
		LSB Version:   
		core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch
		Distributor ID: openSUSE project
		Description:    openSUSE 12.3 (x86_64)
		Release:        12.3
		Codename:       Dartmouth


I originally reported this @ Opensuse bugzilla

	https://bugzilla.novell.com/show_bug.cgi?id=786460

but was told to report it upstream.  IMO, the issue is directly related
to Opensuse's use of LIBDIR=lib64 on X86_64 systems, and should be
patched THERE, but ... here's the issue:

For installed libtool, checking

	grep ^sys_lib_dlsearch_path_spec /usr/bin/libtool
	    sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/local/lib64
	    /usr/local/lib "

the as-installed default fails to include the libdirs as used on X86_64
systems on Opensuse (and perhaps others that do the same ...).

On x86_64 that shouldn't be "/lib /usr/lib", but rather "/lib64
/usr/lib64".

arguably, /usr/lib/lib64 should lead the order ...




This bug report was last modified 12 years and 80 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.