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: Error in make check building guile-lib for guile 2.0. trap-enable unbound Date: Sun, 06 Mar 2011 10:51:00 +0000 Message-ID: <8739n0bjzf.fsf@ossau.uklinux.net> References: <20110304165954.ITTO4.117002.root@cdptpa-web11-z02> <87ei6m1sgl.fsf@ossau.uklinux.net> <87oc5pbspg.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299408719 25216 80.91.229.12 (6 Mar 2011 10:51:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2011 10:51:59 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Mar 06 11:51:55 2011 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.69) (envelope-from ) id 1PwBZ3-0006XM-KU for guile-devel@m.gmane.org; Sun, 06 Mar 2011 11:51:53 +0100 Original-Received: from localhost ([127.0.0.1]:55491 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwBZ3-0002CH-6M for guile-devel@m.gmane.org; Sun, 06 Mar 2011 05:51:53 -0500 Original-Received: from [140.186.70.92] (port=41526 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwBYr-00029t-1M for guile-devel@gnu.org; Sun, 06 Mar 2011 05:51:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwBYp-0003FN-Px for guile-devel@gnu.org; Sun, 06 Mar 2011 05:51:40 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:48564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwBYp-00030L-L1; Sun, 06 Mar 2011 05:51:39 -0500 Original-Received: from arudy (unknown [78.149.123.160]) by mail3.uklinux.net (Postfix) with ESMTP id D95911F664E; Sun, 6 Mar 2011 10:51:01 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id A262E38013; Sun, 6 Mar 2011 10:51:00 +0000 (GMT) In-Reply-To: <87oc5pbspg.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sat, 05 Mar 2011 14:30:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 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:11785 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Neil, > > Neil Jerram writes: > >> I had a feeling that a lot (or even maybe all) of guile-lib got merged >> into the main Guile distribution. So are you sure you still need >> separate guile-lib at all? > > Only (sxml ...), (texinfo ...), and (statprof) got merged, IIRC. The > other modules are still unique to Guile-Lib: > > http://www.nongnu.org/guile-lib/doc/ref/ Ah, thanks. > I changed Guile-Lib in Git to not install those modules that come with > 2.0 when using 2.0. Sounds good. That may do the trick, if Dale's only problem was picking up the wrong (old) version of statprof.scm. Neil