From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: update on 1.6 failure to bootstrap from pssyntax.ss (need help) Date: Thu, 28 Aug 2003 10:32:07 -0500 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87bru9dci0.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062091223 26079 80.91.224.253 (28 Aug 2003 17:20:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2003 17:20:23 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Aug 28 19:20:21 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19sQRZ-0001EW-00 for ; Thu, 28 Aug 2003 19:20:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19sQOk-0000UQ-4E for guile-devel@m.gmane.org; Thu, 28 Aug 2003 13:17:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19sPoy-0005wI-UJ for guile-devel@gnu.org; Thu, 28 Aug 2003 12:40:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19sPoB-0005HA-Df for guile-devel@gnu.org; Thu, 28 Aug 2003 12:39:40 -0400 Original-Received: from [66.93.216.237] (helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19sPmm-0004M5-3e for guile-devel@gnu.org; Thu, 28 Aug 2003 12:38:12 -0400 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id B47BE3F54 for ; Thu, 28 Aug 2003 10:32:07 -0500 (CDT) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 0656281131; Thu, 28 Aug 2003 10:32:07 -0500 (CDT) Original-To: guile-devel@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2729 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2729 I forgot you need to edit syncase.scm if you're monkeying with pssyntax.scm. Did I forget anything else? >>From a clean checkout of 1.6, build: - uncomment this in syncase.scm: ;;; The following lines are necessary only if we start making changes ;; (use-syntax sc-expand) ;; (load-from-path "ice-9/psyntax.ss") - $ touch psyntax.ss - $ make /home/rlb/src/guile/1.6/pre-inst-guile -s ./compile-psyntax.scm \ ./psyntax.ss ./psyntax.pp : In expression (eval (list syntmp-noexpand-84 syntmp-x-1033) (interaction-environment)): : Wrong type to apply: #f make: *** [psyntax.pp] Error 2 You can also also add (debug-enable 'debug) (debug-enable 'backtrace) (read-enable 'positions) just above the load-from path in syncase.scm and you'll get the result below. Anyone have any suggestions for the fastest way to track this down. I'd like to fix it, but I don't have a lot of time to spend on it this week, and so I haven't yet dived in deeply. I was hoping someone who already knows this area better might have suggestions. $ make /home/rlb/src/guile/1.6/pre-inst-guile -s ./compile-psyntax.scm \ ./psyntax.ss ./psyntax.pp Backtrace: In unknown file: ?: 0* [primitive-load-path "ice-9/psyntax.ss"] ?: 1* [# (let () # #)] ?: 2* (if (and # #) (cadr syntmp-x-1370) ...) ?: 3 [syntmp-chi-top-150 (let () (define-syntax define-structure #) ...) () ...] ... ?: 4 (let (#) (if # #) syntmp-x-785) ?: 5* [syntmp-chi-expr-152 core # # ...] ?: 6 (let (#) (if # syntmp-value-701 #)) ... ?: 7 [syntmp-build-let-97 #f () () ... ?: 8* [syntmp-chi-body-155 (# #) #(syntax-object # #) () ...] ?: 9 (let ((syntmp-r-627 #)) (let (#) (let # #))) ... ?: 10 (begin (if # #) (letrec # #) (set-cdr! syntmp-r-627 #) ...) ?: 11* (letrec ((syntmp-loop-665 #)) (syntmp-loop-665 syntmp-bindings-636 #f #f)) ?: 12 [syntmp-loop-665 ((macro (#) . #(syntax-object # #))) #f #f] ... ?: 13 (let (#) (set-cdr! syntmp-b-669 #) ...) ?: 14* [set-cdr! (macro (#) . #(syntax-object # #)) ... ?: 15* [syntmp-eval-local-transformer-158 (lambda (syntmp-x-0) (letrec # #))] ?: 16 (let ((syntmp-p-572 #)) (if (procedure? syntmp-p-572) syntmp-p-572 ...)) ?: 17* [syntmp-local-eval-hook-91 (lambda (syntmp-x-0) (letrec # #))] ?: 18 (eval (list syntmp-noexpand-84 syntmp-x-1033) (interaction-environment)) : In expression (eval (list syntmp-noexpand-84 syntmp-x-1033) (interaction-environment)): : Wrong type to apply: #f make: *** [psyntax.pp] Error 2 -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel