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: Fri, 04 Mar 2011 21:33:30 +0000 Message-ID: <87ei6m1sgl.fsf@ossau.uklinux.net> References: <20110304165954.ITTO4.117002.root@cdptpa-web11-z02> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1299274424 13584 80.91.229.12 (4 Mar 2011 21:33:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Mar 2011 21:33:44 +0000 (UTC) Cc: guile-devel@gnu.org To: Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 04 22:33:40 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 1Pvcd2-00017O-8Y for guile-devel@m.gmane.org; Fri, 04 Mar 2011 22:33:40 +0100 Original-Received: from localhost ([127.0.0.1]:38658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvcd1-0006cJ-S0 for guile-devel@m.gmane.org; Fri, 04 Mar 2011 16:33:39 -0500 Original-Received: from [140.186.70.92] (port=53314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvccy-0006Z2-QQ for guile-devel@gnu.org; Fri, 04 Mar 2011 16:33:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pvccw-0000Qe-7u for guile-devel@gnu.org; Fri, 04 Mar 2011 16:33:36 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:37851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pvccw-0000QX-3Y for guile-devel@gnu.org; Fri, 04 Mar 2011 16:33:34 -0500 Original-Received: from arudy (unknown [2.96.190.11]) by mail3.uklinux.net (Postfix) with ESMTP id 951A01F6619; Fri, 4 Mar 2011 21:33:33 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id 399F138013; Fri, 4 Mar 2011 21:33:30 +0000 (GMT) In-Reply-To: <20110304165954.ITTO4.117002.root@cdptpa-web11-z02> (dsmich@roadrunner.com's message of "Fri, 4 Mar 2011 11:59:54 -0500") 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:11773 Archived-At: writes: > Howdy Guilers, > > As some of you know, I've been slowing bringing scwm back up to speed. > I've gotten quite far but the next major hurdle is gtk+, so I am > attempting to build and install that. The first thing needed is > guile-lib, which builds fine for me from git but has the following > error output. 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? > PASS: search.basic.scm > Backtrace: > In module/ice-9/boot-9.scm: > 170: 11 [catch #t # ...] > In unknown file: > ?: 10 [catch-closure] > In module/ice-9/boot-9.scm: > 62: 9 [call-with-prompt prompt0 ...] > In module/ice-9/eval.scm: > 389: 8 [eval # #] > In module/ice-9/boot-9.scm: > 1917: 7 [save-module-excursion #] > 3346: 6 [#] > 1189: 5 [%start-stack load-stack ...] > 1194: 4 [#] > In unknown file: > ?: 3 [primitive-load "/home/dsmith/src/guile-lib/unit-tests/./statprof.scm"] > In module/ice-9/eval.scm: > 349: 2 [eval # ()] > 356: 1 [eval # ()] > In unknown file: > ?: 0 [memoize-variable-access! # #] There's certainly a statprof.scm in core Guile, which doesn't use trap-enable. Regards, Neil