From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Problems compiling guile on OS X, while generating guile-procedures.texi Date: Sat, 24 Sep 2011 19:45:10 +0200 Message-ID: <87pqip96mx.fsf@gnu.org> References: 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 1316886326 13070 80.91.229.12 (24 Sep 2011 17:45:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 24 Sep 2011 17:45:26 +0000 (UTC) Cc: guile-user@gnu.org To: Ian Holmes Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Sep 24 19:45:23 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R7WHy-0000SG-N6 for guile-user@m.gmane.org; Sat, 24 Sep 2011 19:45:22 +0200 Original-Received: from localhost ([::1]:40020 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7WHs-0005fg-MU for guile-user@m.gmane.org; Sat, 24 Sep 2011 13:45:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7WHp-0005fb-0d for guile-user@gnu.org; Sat, 24 Sep 2011 13:45:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7WHo-0005tQ-32 for guile-user@gnu.org; Sat, 24 Sep 2011 13:45:12 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:54436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7WHn-0005tM-Tl for guile-user@gnu.org; Sat, 24 Sep 2011 13:45:12 -0400 Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id 04F804484D; Sat, 24 Sep 2011 19:45:10 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 =?iso-8859-1?Q?Vend=E9miaire?= an 220 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Ian Holmes's message of "Sat, 24 Sep 2011 01:05:23 -0400") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8828 Archived-At: Hi, Ian Holmes skribis: > guile: uncaught throw to syntax-error: (memoization ~A ~S. (expected a > proper list ((quote ()) . # (filename . "/usr/local/guile-2.0.2/module/ice-9/psyntax-pp.scm"))>)) > #f) > Cannot exit gracefully when init is in progress; aborting. This could be the consequence of a GC bug. Which version of libgc are you using? Version 7.1 is recommended or, better yet, one of the 7.2 snapshots. HTH, Ludo=E2=80=99.