From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rvclayton@acm.org (r. clayton) Newsgroups: gmane.lisp.guile.bugs Subject: guile-www 1.1.1 & 2.16 problems under guile 1.8. Date: 10 May 2007 21:13:34 -0400 Message-ID: <871whotb5t.fsf@UlanBator.myhome.westell.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1178846048 27174 80.91.229.12 (11 May 2007 01:14:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 May 2007 01:14:08 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri May 11 03:14:05 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 1HmJho-0001PS-59 for guile-bugs@m.gmane.org; Fri, 11 May 2007 03:14:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmJpA-00006u-HR for guile-bugs@m.gmane.org; Thu, 10 May 2007 21:21:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HmJp6-00006o-PO for bug-guile@gnu.org; Thu, 10 May 2007 21:21:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HmJp4-00006c-Al for bug-guile@gnu.org; Thu, 10 May 2007 21:21:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmJp4-00006Z-56 for bug-guile@gnu.org; Thu, 10 May 2007 21:21:30 -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 1HmJhg-0008Hd-P8 for bug-guile@gnu.org; Thu, 10 May 2007 21:13:52 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HmJhV-0000QL-Tr for bug-guile@gnu.org; Fri, 11 May 2007 03:13:41 +0200 Original-Received: from pool-68-239-184-81.nwrk.east.verizon.net ([68.239.184.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 May 2007 03:13:41 +0200 Original-Received: from rvclayton by pool-68-239-184-81.nwrk.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 May 2007 03:13:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-68-239-184-81.nwrk.east.verizon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 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:3506 Archived-At: Both versions of guile-www use make-shared-substring, which doesn't exist under guile 1.8. In addition, guile chokes on (lambda* (name value #&key path domain expires secure) from cgi.scm in guile-www 1.1.1. The fix for the first problem is to replace make-shared-substring with substring (The (define make-shared-substring substring) trick outside the module doesn't work and I'm not understanding why; perhaps because make-shared-substring is being used in a module?). I don't know what the fix for the second problem is because I don't know what #&key is. However, replacing it with #:key at least lets cgi load without error. All this is happening on a debian testing system, although the guile-www code was downloaded and installed by hand (the 2.16 code not recently; because I don' remember where I got the 2.16 code, there may be more up-to-date versions that fix this problem). _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile