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: Re: Guile build failure Date: Tue, 10 Jul 2012 12:50:40 -0300 Message-ID: <20120710125040.37e9b946@rascar> References: <20120709140217.3a5e271b@rascar> <87bojo6nc6.fsf@gnu.org> 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 1341935467 24297 80.91.229.3 (10 Jul 2012 15:51:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2012 15:51:07 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?ISO-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jul 10 17:51:05 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 1SociO-0002uX-E5 for guile-devel@m.gmane.org; Tue, 10 Jul 2012 17:51:04 +0200 Original-Received: from localhost ([::1]:37929 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SociN-0000xi-Cv for guile-devel@m.gmane.org; Tue, 10 Jul 2012 11:51:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SociF-0000xN-Ba for guile-devel@gnu.org; Tue, 10 Jul 2012 11:51:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SociD-000586-5w for guile-devel@gnu.org; Tue, 10 Jul 2012 11:50:54 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:57581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SociC-00056O-Ud; Tue, 10 Jul 2012 11:50:53 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id EA8A1A04C148; Tue, 10 Jul 2012 17:50:50 +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 dayogM7bolnA; Tue, 10 Jul 2012 17:24:49 +0200 (CEST) Original-Received: from rascar (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 6FF7AA04C0DD; Tue, 10 Jul 2012 17:50:43 +0200 (CEST) In-Reply-To: <87bojo6nc6.fsf@gnu.org> 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:14734 Archived-At: Hi Ludovic, > Which branch is it? Did you try the 2.0.6 tarball? This was using stable. No I didn't try the tarball, but since you asked i just did and did in 2 different locations: /opt [no nfs] and /usr/local/src [uses nfs] and make check passes on /opt but fails on /usr/local/src ... Totals for this test run: passes: 34490 failures: 0 unexpected passes: 0 expected failures: 30 unresolved test cases: 564 untested test cases: 1 unsupported test cases: 9 errors: 0 PASS: check-guile ============= 1 test passed ============= make[3]: Leaving directory `/opt/guile-2.0.6' make[2]: Leaving directory `/opt/guile-2.0.6' make[1]: Leaving directory `/opt/guile-2.0.6' david@automatix:/opt/guile-2.0.6 28 $ Here is in /usr/local/src... ... 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/guile-2.0.6/test-suite/tests/load.test"] ?: 0 [rmdir "/mnt/galia/linux/64/local/src/guile/guile-2.0.6/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/guile-2.0.6' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/mnt/galia/linux/64/local/src/guile/guile-2.0.6' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/mnt/galia/linux/64/local/src/guile/guile-2.0.6' make: *** [check] Error 2 david@automatix:/usr/local/src/guile/guile-2.0.6 9 $ > > ?: 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"] > > Could you rm -rf this directory and try again? I did try that before to send the email, but it didn't help Cheers, David