From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: load_extension tests broken Date: Wed, 01 Jul 2009 10:35:03 +0200 Message-ID: <87ocs494y0.fsf@gnu.org> References: <87y72odgkq.fsf@gnu.org> <87y6r9jr4l.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1246437333 16813 80.91.229.12 (1 Jul 2009 08:35:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Jul 2009 08:35:33 +0000 (UTC) Cc: Andy Wingo , guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jul 01 10:35:26 2009 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 1MLvHn-0008QE-9E for guile-devel@m.gmane.org; Wed, 01 Jul 2009 10:35:25 +0200 Original-Received: from localhost ([127.0.0.1]:52703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLvHl-0004Ky-Q8 for guile-devel@m.gmane.org; Wed, 01 Jul 2009 04:35:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLvHd-0004KL-2M for guile-devel@gnu.org; Wed, 01 Jul 2009 04:35:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLvHW-0004K1-QQ for guile-devel@gnu.org; Wed, 01 Jul 2009 04:35:11 -0400 Original-Received: from [199.232.76.173] (port=34475 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLvHW-0004Jy-Dw for guile-devel@gnu.org; Wed, 01 Jul 2009 04:35:06 -0400 Original-Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:23301) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MLvHV-00068i-V7 for guile-devel@gnu.org; Wed, 01 Jul 2009 04:35:06 -0400 X-IronPort-AV: E=Sophos;i="4.42,322,1243807200"; d="scan'208";a="29069452" Original-Received: from unknown (HELO nixey) ([193.50.110.109]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 01 Jul 2009 10:35:04 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 Messidor an 217 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87y6r9jr4l.fsf@arudy.ossau.uklinux.net> (Neil Jerram's message of "Tue, 30 Jun 2009 23:25:46 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:8811 Archived-At: Hello, Neil Jerram writes: > Andy Wingo writes: > >> On Fri 22 Aug 2008 11:56, ludo@gnu.org (Ludovic Court=E8s) writes: >> >>> Just to make sure, I also ran `pre-inst-guile', typed >>> "(use-modules (ice-9 i18n))" and attached GDB to it: it shows that the >>> right `libguile-i18n' is loaded. >> >> I saw that pre-inst-guile-env did not have libguile in it (although >> pre-inst-guile does); perhaps that was the problem. There's no `(ice-9 i18n)' in 1.8. > I think so. We discussed and agreed this way back [1], and someone > called Neil even claimed to have committed it - but I can't now find > any record of that. > > Anyway, I'll commit this change now to pre-inst-guile.in and > pre-inst-guile-env.in in branch_release-1-8. The patch at [1] shouldn't be needed because the Libtool-generated `libguile/guile' scripts does the right thing wrt. the libraries the executable is linked against (i.e., libguile, libgmp, etc.). Thanks, Ludo'. > [1] http://www.mail-archive.com/guile-devel@gnu.org/msg01635.html