From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: Re: guile-1.6.5 is even worse -- on Linux, no less Date: Tue, 14 Dec 2004 00:17:03 -0600 Message-ID: <87d5xdbe00.fsf@trouble.defaultvalue.org> References: <4185307E.C9F2ACE5@veritas.com> <418532E2.7E99E9CE@veritas.com> <87oehjm5p9.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1103005108 10914 80.91.229.6 (14 Dec 2004 06:18:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Dec 2004 06:18:28 +0000 (UTC) Cc: Bruce Korb , marius.vollmer@uni-dortmund.de Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Dec 14 07:18:21 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ce60q-0004TQ-00 for ; Tue, 14 Dec 2004 07:18:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ce6Ay-0005vh-V9 for guile-devel@m.gmane.org; Tue, 14 Dec 2004 01:28:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Ce6Ac-0005o2-Vz for guile-devel@gnu.org; Tue, 14 Dec 2004 01:28:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Ce6Aa-0005mT-W6 for guile-devel@gnu.org; Tue, 14 Dec 2004 01:28:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ce6Aa-0005lb-7g for guile-devel@gnu.org; Tue, 14 Dec 2004 01:28:24 -0500 Original-Received: from [66.93.216.237] (helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ce5zV-0001ed-RD for guile-devel@gnu.org; Tue, 14 Dec 2004 01:16:58 -0500 Original-Received: from trouble.defaultvalue.org (omen.defaultvalue.org [192.168.1.1]) by defaultvalue.org (Postfix) with ESMTP id 5BDEF4013; Tue, 14 Dec 2004 00:16:56 -0600 (CST) Original-Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id D9EA73C101A; Tue, 14 Dec 2004 00:17:03 -0600 (CST) Original-To: guile-devel@gnu.org In-Reply-To: <87oehjm5p9.fsf@zip.com.au> (Kevin Ryde's message of "Sun, 28 Nov 2004 06:50:58 +1100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4507 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4507 Kevin Ryde writes: > Looks like libtool's lt-guile uninstalled binary gets a NEEDED record > for libguile-ltdl.so.1 but no rpath to it. Not sure if that NEEDED is > meant to be there, it's only a sub-dependency of libguile.so. > > Adding ../libguile-ltdl/libguile-ltdl.la explicitly into the guile > program link seems to help. I hit this same problem today while testing a build on a Debian amd64 machine. I still don't know why the problem shows up on some machines and not others, but as you suggest, modifying libguile/Makefile.am to add a direct dependency on libguile-ltdl seems to fix the problem, i.e.: guile_LDADD = libguile.la @abs_top_builddir@/libguile-ltdl/libguile-ltdl.la So unless there are objections, I'll commit this to 1.6. It would be interesting to see if the latest libtool behaves the same way. I have libtool 1.5.6 here (from Debian unstable), but the upstream has released 1.5.10. Oh, and Marius, unless you think I've misdiagnosed, I'll probably also revert the addition of libguile-ltdl to subdirs_with_ltlibs in pre-inst-guile.in. Since these dirs are only added to the LTDL_LIBRARY_PATH, and since LTDL_LIBRARY_PATH only affects libguile-ltdl, and since there are no lt_dlopened libs in libguile-ltdl, it seems like libguile-ltdl probably doesn't belong in subdirs_with_ltlibs. -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel