From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: load_extension tests broken Date: Mon, 18 Aug 2008 12:05:14 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219166294 6916 80.91.229.12 (19 Aug 2008 17:18:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2008 17:18:14 +0000 (UTC) Cc: guile-devel@gnu.org To: hanwen@xs4all.nl Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Aug 19 19:19:07 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KVUqO-0005lB-AD for guile-devel@m.gmane.org; Tue, 19 Aug 2008 19:18:08 +0200 Original-Received: from localhost ([127.0.0.1]:58040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVUpR-0006G0-3R for guile-devel@m.gmane.org; Tue, 19 Aug 2008 13:17:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVUpJ-0006CS-JO for guile-devel@gnu.org; Tue, 19 Aug 2008 13:17:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVUpH-00068R-Su for guile-devel@gnu.org; Tue, 19 Aug 2008 13:17:01 -0400 Original-Received: from [199.232.76.173] (port=42678 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVUpH-000686-LP for guile-devel@gnu.org; Tue, 19 Aug 2008 13:16:59 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:35402 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVUpI-0000wm-7T for guile-devel@gnu.org; Tue, 19 Aug 2008 13:17:00 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 882E653423; Tue, 19 Aug 2008 13:16:27 -0400 (EDT) Original-Received: from unquote (c-76-105-207-11.hsd1.or.comcast.net [76.105.207.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 2727253422; Tue, 19 Aug 2008 13:16:25 -0400 (EDT) In-Reply-To: (Han-Wen Nienhuys's message of "Sat, 16 Aug 2008 15:27:04 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Pobox-Relay-ID: 8ECFE304-6E12-11DD-B633-B29498D589B0-02397024!a-sasl-fastnet.pobox.com X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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: news.gmane.org gmane.lisp.guile.devel:7470 Archived-At: Hi, On Sat 16 Aug 2008 11:27, Han-Wen Nienhuys writes: > As it turns out, the test suite is loading extension modules (i18n.so > to be precise) from the path I supplied in LD_LIBRARY_PATH. Since this > was an old version, this failed in mysterious ways. > > Could someone modify the pre-inst-guile to make sure it always tries > to load locally compiled modules first? Could this be a bad interaction between LTDL_LIBRARY_PATH and LD_LIBRARY_PATH perhaps? (God I hate libtool.) Andy -- http://wingolog.org/