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.devel Subject: Re: on second/.go-cached run: ERROR: Unbound variable: for-each - simplified Date: Thu, 24 Feb 2011 22:52:41 +0100 Message-ID: <87y655rtg6.fsf@gnu.org> References: <1296764433.19670.282.camel@vuurvlieg> <1298462070.10074.358.camel@vuurvlieg> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1298585662 21876 80.91.229.12 (24 Feb 2011 22:14:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 22:14:22 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 24 23:14:19 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 1PsjRx-0002ws-6b for guile-devel@m.gmane.org; Thu, 24 Feb 2011 23:14:17 +0100 Original-Received: from localhost ([127.0.0.1]:44827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsjQC-0001AB-9E for guile-devel@m.gmane.org; Thu, 24 Feb 2011 17:12:28 -0500 Original-Received: from [140.186.70.92] (port=43785 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsjOx-0000US-W6 for guile-devel@gnu.org; Thu, 24 Feb 2011 17:11:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Psj8P-0004zA-Fg for guile-devel@gnu.org; Thu, 24 Feb 2011 16:54:07 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:42161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Psj8P-0004o2-7q for guile-devel@gnu.org; Thu, 24 Feb 2011 16:54:05 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Psj7E-0000UK-JO for guile-devel@gnu.org; Thu, 24 Feb 2011 22:52:52 +0100 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 22:52:52 +0100 Original-Received: from ludo by reverse-83.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 22:52:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: reverse-83.fdn.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 =?iso-8859-1?Q?Vent=F4se?= an 219 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 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:sw550Cj2LxvLUQHKBoxO5T15hpg= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:11708 Archived-At: Hi Jan, Jan Nieuwenhuizen writes: > ERROR: In procedure module-lookup: > ERROR: Unbound variable: for-each It’s very likely another problem with the ‘merge-generics’ strategy. Would you like to debug further, e.g., by adding ‘pk’s in boot-9.scm in ‘merge-generics’? :-) Thanks, Ludo’.