From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: load_extension tests broken Date: Tue, 30 Jun 2009 23:25:46 +0100 Message-ID: <87y6r9jr4l.fsf@arudy.ossau.uklinux.net> References: <87y72odgkq.fsf@gnu.org> 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 1246400775 9287 80.91.229.12 (30 Jun 2009 22:26:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Jun 2009 22:26:15 +0000 (UTC) Cc: Ludovic =?iso-8859-1?Q?Court=E8s?= , guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jul 01 00:26:08 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 1MLlmB-0003QL-Dv for guile-devel@m.gmane.org; Wed, 01 Jul 2009 00:26:07 +0200 Original-Received: from localhost ([127.0.0.1]:39211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLlmA-0006R9-ON for guile-devel@m.gmane.org; Tue, 30 Jun 2009 18:26:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLlm4-0006Qo-KZ for guile-devel@gnu.org; Tue, 30 Jun 2009 18:26:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLlm0-0006Pn-MZ for guile-devel@gnu.org; Tue, 30 Jun 2009 18:26:00 -0400 Original-Received: from [199.232.76.173] (port=47268 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLlm0-0006Pg-Fu for guile-devel@gnu.org; Tue, 30 Jun 2009 18:25:56 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:44859) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLllu-00014L-NR; Tue, 30 Jun 2009 18:25:50 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 79E9E1F7231; Tue, 30 Jun 2009 23:25:47 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id CB5E43801F; Tue, 30 Jun 2009 23:25:46 +0100 (BST) In-Reply-To: (Andy Wingo's message of "Fri\, 22 Aug 2008 12\:19\:58 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:8808 Archived-At: Another old loose end... 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. 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. Regards, Neil [1] http://www.mail-archive.com/guile-devel@gnu.org/msg01635.html