From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: GNU Guile 2.0.6 released Date: Mon, 9 Jul 2012 14:02:17 -0300 Message-ID: <20120709140217.3a5e271b@rascar> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1341853382 25116 80.91.229.3 (9 Jul 2012 17:03:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2012 17:03:02 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 09 19:02:59 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SoHMQ-00077Y-Qd for guile-devel@m.gmane.org; Mon, 09 Jul 2012 19:02:58 +0200 Original-Received: from localhost ([::1]:41268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoHMP-0002Eg-Q6 for guile-devel@m.gmane.org; Mon, 09 Jul 2012 13:02:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoHMI-0002Ds-KT for guile-devel@gnu.org; Mon, 09 Jul 2012 13:02:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoHM8-0008UB-QX for guile-devel@gnu.org; Mon, 09 Jul 2012 13:02:50 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:34649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoHM8-0008S2-KX for guile-devel@gnu.org; Mon, 09 Jul 2012 13:02:40 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 446D8A04C0D7 for ; Mon, 9 Jul 2012 19:02:28 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id awE5NRRetXFk for ; Mon, 9 Jul 2012 18:36:27 +0200 (CEST) Original-Received: from rascar (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id A408FA04C0C7 for ; Mon, 9 Jul 2012 19:02:20 +0200 (CEST) X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:14721 Archived-At: Hello, It compiles fine here, from git, debian testing on both 32/64bit boxes. Make check fails on our 64bit box though, with the following message ... please note that here our /usr/local is an nfs mounting point [there were some problems that Mark addressed about half a year ago]. [the 32bit box on which make check pass does not use nfs] i'll be happy to give more info and offer some time on irc to help you debug if needed ... Cheers, David ;; -- ... Running load.test Backtrace: In ice-9/boot-9.scm: 157: 12 [catch #t # ...] In unknown file: ?: 11 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 10 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 414: 9 [eval # #] 414: 8 [eval # #] In ice-9/boot-9.scm: 693: 7 [for-each # #] In ice-9/eval.scm: 463: 6 [lp (#) (("load.test"))] In ice-9/boot-9.scm: 2131: 5 [save-module-excursion #] 3665: 4 [#] 1456: 3 [%start-stack load-stack ...] 1461: 2 [#] In unknown file: ?: 1 [primitive-load "/usr/local/src/guile/git-clone/test-suite/tests/load.test"] ?: 0 [rmdir "/mnt/galia/linux/64/local/src/guile/git-clone/load-test.dir"] ERROR: In procedure rmdir: ERROR: In procedure rmdir: Directory not empty FAIL: check-guile ================================== 1 of 1 test failed Please report to bug-guile@gnu.org ================================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/mnt/galia/linux/64/local/src/guile/git-clone' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/mnt/galia/linux/64/local/src/guile/git-clone' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/mnt/galia/linux/64/local/src/guile/git-clone' make: *** [check] Error 2 david@automatix:/usr/local/src/guile/git-clone 24 $