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: autohackery and nightly snapshots Date: Thu, 22 Feb 2007 19:24:27 +0000 Message-ID: <87hcte0zdg.fsf@ossau.uklinux.net> References: <87ejoj5h91.fsf@ossau.uklinux.net> <87vehu7d1j.fsf@laas.fr> 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: sea.gmane.org 1172172305 7076 80.91.229.12 (22 Feb 2007 19:25:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Feb 2007 19:25:05 +0000 (UTC) To: Guile Development Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 22 20:24:59 2007 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 1HKJYY-0000WY-F8 for guile-devel@m.gmane.org; Thu, 22 Feb 2007 20:24:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKJYX-00012W-VG for guile-devel@m.gmane.org; Thu, 22 Feb 2007 14:24:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKJYV-0000yp-FO for guile-devel@gnu.org; Thu, 22 Feb 2007 14:24:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKJYU-0000yI-E7 for guile-devel@gnu.org; Thu, 22 Feb 2007 14:24:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKJYU-0000yF-82 for guile-devel@gnu.org; Thu, 22 Feb 2007 14:24:38 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKJYT-00076W-RO for guile-devel@gnu.org; Thu, 22 Feb 2007 14:24:38 -0500 Original-Received: from laruns (host86-145-155-248.range86-145.btcentralplus.com [86.145.155.248]) by mail3.uklinux.net (Postfix) with ESMTP id EED6A40A193 for ; Thu, 22 Feb 2007 19:24:36 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id D07616F717 for ; Thu, 22 Feb 2007 19:24:27 +0000 (GMT) In-Reply-To: <87vehu7d1j.fsf@laas.fr> ( =?iso-8859-1?q?Ludovic_Court=E8s's_message_of?= "Thu, 22 Feb 2007 10:32:40 +0100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-detected-kernel: 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:6546 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > Hi, > > Neil Jerram writes: > >> -subdirs_with_ltlibs=3D"srfi guile-readline" # maintain me >> +subdirs_with_ltlibs=3D"srfi guile-readline libguile" # maintain me > > Strangely, I had noticed that `(use-modules (ice-9 i18n))' would work > with `pre-inst-guile', even before `libguile-i18n-v-0' is installed, > perhaps because of some side-effect induced by the `libguile/guile' > Libtool script. But apparently, this is not always the case, so your > fix makes sense. Yes, I've observed that too, when running the "make distcheck" on my own machine. My guess is that pre-inst-guile is picking up a copy of libguile-i18n-v-0 from somewhere else (i.e. /usr/lib or /usr/local/lib), but I haven't got to the bottom of this yet, and that's why I haven't yet committed the above change to CVS. That said, I might commit the above change tonight provisionally, to see if it helps the snapshot. Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel