From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.lisp.guile.devel Subject: Re: i guess we're frozen & stuff Date: Sat, 26 Sep 2009 18:26:03 -0400 Message-ID: References: <0489FB6F-567B-4967-9703-1A3D89462A37@raeburn.org> <79F7A852-10ED-46DF-9D41-ED545493E8FE@raeburn.org> <87pr9dpgfw.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1254003994 18368 80.91.229.12 (26 Sep 2009 22:26:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2009 22:26:34 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (=?ISO-8859-1?Q?Ludovic_Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 27 00:26: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 1Mrfii-0005wn-PE for guile-devel@m.gmane.org; Sun, 27 Sep 2009 00:26:25 +0200 Original-Received: from localhost ([127.0.0.1]:52933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrfii-0007pZ-9D for guile-devel@m.gmane.org; Sat, 26 Sep 2009 18:26:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mrfif-0007pU-IE for guile-devel@gnu.org; Sat, 26 Sep 2009 18:26:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mrfib-0007ob-RE for guile-devel@gnu.org; Sat, 26 Sep 2009 18:26:21 -0400 Original-Received: from [199.232.76.173] (port=45279 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrfib-0007oV-M3 for guile-devel@gnu.org; Sat, 26 Sep 2009 18:26:17 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:62299 helo=raeburn.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MrfiS-0008Th-6l; Sat, 26 Sep 2009 18:26:15 -0400 Original-Received: from [10.0.0.172] (squish.raeburn.org [10.0.0.172]) by raeburn.org (8.14.3/8.14.1) with ESMTP id n8QMQ3pd007353; Sat, 26 Sep 2009 18:26:04 -0400 (EDT) In-Reply-To: <87pr9dpgfw.fsf@gnu.org> X-Mailer: Apple Mail (2.936) 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:9406 Archived-At: On Sep 26, 2009, at 17:02, Ludovic Court=E8s wrote: >> Running srfi-18.test >> WARNING: (srfi srfi-18): imported module (srfi srfi-34) overrides =20 >> core >> binding `raise' >> throw from within critical section. >> error key: foo >> /bin/sh: line 1: 74711 Abort trap ${dir}$tst >> FAIL: check-guile > > This must be related to http://savannah.gnu.org/bugs/?27457 . > Contributions welcome! ;-) Oh, fun... yeah, I may take a look. >> On GNU/Linux (RHEL 4), I had to download, build and install the GC >> library, and took the stable one linked to from the web page for the >> package. But that didn't declare GC_dump, so I had to disable >> warnings in the build. > > Which version is that? The declaration appears to be present at least > in 7.1 and current CVS. I got version 6.8. It had the function, just not the declaration. Ken=