From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: make check fails (guile 1.4.1.97) Date: Sat, 17 Jan 2004 11:13:50 +0100 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: References: <87y8s8dptn.fsf@ID-28718.user.uni-berlin.de> Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1074334075 17684 80.91.224.253 (17 Jan 2004 10:07:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2004 10:07:55 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Jan 17 11:07:49 2004 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 1AhnMr-0003Jp-00 for ; Sat, 17 Jan 2004 11:07:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AhnKN-0003dw-J8 for guile-user@m.gmane.org; Sat, 17 Jan 2004 05:05:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AhnJv-0003RT-IQ for guile-user@gnu.org; Sat, 17 Jan 2004 05:04:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AhnJJ-0002Ez-DS for guile-user@gnu.org; Sat, 17 Jan 2004 05:04:41 -0500 Original-Received: from [151.38.242.62] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AhnJF-00026J-QB for guile-user@gnu.org; Sat, 17 Jan 2004 05:04:06 -0500 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1AhnSg-00043j-00; Sat, 17 Jan 2004 11:13:50 +0100 Original-To: Andreas Voegele In-reply-to: <87y8s8dptn.fsf@ID-28718.user.uni-berlin.de> (message from Andreas Voegele on Fri, 16 Jan 2004 13:45:56 +0100) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2629 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2629 From: Andreas Voegele Date: Fri, 16 Jan 2004 13:45:56 +0100 Linux/i386 with gcc 3.3.2, binutils 2.14 and glibc 2.3.2 FAIL: r4rs.test: (6 9): (# [...]) could you replace the `leaf-eq?' proc in r4rs.test w/ the following and post or email the output of "export DEBUG=1 ; ./check-guile r4rs.test" run from $(top_builddir)? (define (leaf-eq? x y) (let* ((eot (list 'eot)) (xf (next-leaf-generator x eot)) (yf (next-leaf-generator y eot))) (letrec ((loop (lambda (x y) (pk 'x x 'y y) (cond ((not (eq? x y)) #f) ((eq? eot x) #t) (else (loop (xf) (yf))))))) (loop (xf) (yf))))) there is an extra `pk' here, to see where things are failing. in the meantime i'll try to find a system where those software versions are installed (or install them locally but that will take more time). if anyone has a handy ssh-able shell account dmz'd somewhere w/ the above software that i can use temporarily to debug this, feel free to ping me off-list. thi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user