From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco Maggi Newsgroups: gmane.lisp.guile.user Subject: Re: [r6rs] quest to make the makers package work Date: Fri, 18 Jun 2010 17:30:33 +0200 Message-ID: <87wrtwnysm.fsf@rapitore.luna> References: <87bpbmos7x.fsf@rapitore.luna> <878w6e9ke0.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276875428 31979 80.91.229.12 (18 Jun 2010 15:37:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Jun 2010 15:37:08 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jun 18 17:37:03 2010 connect(): No such file or directory Return-path: Envelope-to: guile-user@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 1OPdco-0006Da-LZ for guile-user@m.gmane.org; Fri, 18 Jun 2010 17:36:58 +0200 Original-Received: from localhost ([127.0.0.1]:35321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPdcn-0002s5-Rq for guile-user@m.gmane.org; Fri, 18 Jun 2010 11:36:58 -0400 Original-Received: from [140.186.70.92] (port=48026 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPdWt-0005Hz-3k for guile-user@gnu.org; Fri, 18 Jun 2010 11:30:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPdWr-00032J-Mh for guile-user@gnu.org; Fri, 18 Jun 2010 11:30:50 -0400 Original-Received: from relay-pt2.poste.it ([62.241.5.253]:34815) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPdWr-000323-HQ for guile-user@gnu.org; Fri, 18 Jun 2010 11:30:49 -0400 Original-Received: from rapitore.luna (93.147.77.171) by relay-pt2.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4C1AA93E0001C8E8; Fri, 18 Jun 2010 17:29:59 +0200 Original-Sender: marco@localhost X-Loop: marco@maggi.it X-Mailer: GNU Emacs In-Reply-To: marco@localhost 2010 10:26:59 +0200") Original-Lines: 23 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7896 Archived-At: "Andy Wingo" wrote: >> $ make gtest >> GUILE_LOAD_PATH=. guile -l guile-config.scm --autocompile -s ./tests/test-makers.sps > > I see you have changed the code to add --autocompile. Has > anything else changed? No, I am only tweaking the makefile and the guile setup script. >> ~/src/devel/scheme/makers $ make gtest >> 2401: 3 [find-versioned-module "rnrs/io/" "ports" ...] > > This would seem to indicate that you have an old (well, > from before wednesday) Guile laying around. Can you > double-check? Ah, yes. I forgot to undo a temporary patch application, which resulted in a messed r6rs-libraries.scm. With a pull from a while ago I get an error related to OPEN-STRING-OUTPUT-PORT, which I guess is what Julian Graham is getting, too. -- Marco Maggi