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.bugs Subject: Re: Guile 1.8.2 / SLIB 3a4 incompatibility Date: Tue, 02 Oct 2007 05:37:04 +0200 Message-ID: <87wsu6w5jz.fsf@chbouib.org> References: <8b60e61a0709200717t34dce606qcae6c33650225874@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191296303 5454 80.91.229.12 (2 Oct 2007 03:38:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Oct 2007 03:38:23 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Oct 02 05:38:19 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IcYaO-0002Im-5E for guile-bugs@m.gmane.org; Tue, 02 Oct 2007 05:38:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcYaJ-0007Y7-N3 for guile-bugs@m.gmane.org; Mon, 01 Oct 2007 23:38:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IcYaD-0007UU-0K for bug-guile@gnu.org; Mon, 01 Oct 2007 23:38:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IcYa8-0007OA-4W for bug-guile@gnu.org; Mon, 01 Oct 2007 23:38:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IcYa7-0007Ng-IY for bug-guile@gnu.org; Mon, 01 Oct 2007 23:37:59 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IcYa7-00075m-5C for bug-guile@gnu.org; Mon, 01 Oct 2007 23:37:59 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IcYa1-00026K-C5 for bug-guile@gnu.org; Tue, 02 Oct 2007 03:37:53 +0000 Original-Received: from 189.168.26.123 ([189.168.26.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2007 03:37:53 +0000 Original-Received: from ludo by 189.168.26.123 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2007 03:37:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 189.168.26.123 X-URL: http://www.laas.fr/~lcourtes/ X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i486-pc-linux-gnu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:FM2VR4xynplpmuwfWsgoJ1g60HY= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3607 Archived-At: Hi, "Bryce L Nordgren" writes: > Thanks for the help. I edited ice-9/slib.scm as you specified, and now I'm getting behavior > which might be right and might not be: error on the first try and success on the second: > > # guile > guile> (use-modules (ice-9 slib)) > ERROR: Unbound variable: system > ABORT: (unbound-variable) > guile> (use-modules (ice-9 slib)) The problem is now (hopefully) fixed in HEAD and 1.8. Could you please update your local copy of Guile and check whether it works for you? Make sure to read the "SLIB installation" node of Guile's manual. Thanks in advance, Ludovic. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile