unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: David Pirotte <david@altosw.be>
Cc: guile-devel@gnu.org
Subject: Re: Guile build failure
Date: Sat, 21 Jul 2012 13:15:39 +0200	[thread overview]
Message-ID: <87zk6t5pr8.fsf@gnu.org> (raw)
In-Reply-To: <20120719134534.2d07fc8b@rascar> (David Pirotte's message of "Thu, 19 Jul 2012 13:45:34 -0300")

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

Hi!

Sorry, I’m still pretty clueless.

Can you try the attached patch, and run “./check-guile load.test” with
this NFS setup?

For me, it displays this:

  ;;; (remaining "/home/ludo/src/guile/load-test.dir/dir3" ("." ".."))

  ;;; (remaining "/home/ludo/src/guile/load-test.dir/dir1/subdir1" ("." ".."))

  ;;; (remaining "/home/ludo/src/guile/load-test.dir/dir1" ("." ".."))

  ;;; (remaining "/home/ludo/src/guile/load-test.dir/dir2" ("." ".."))

  ;;; (remaining "/home/ludo/src/guile/load-test.dir" ("." ".."))

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 659 bytes --]

diff --git a/test-suite/tests/load.test b/test-suite/tests/load.test
index 1cf8d65..a43573c 100644
--- a/test-suite/tests/load.test
+++ b/test-suite/tests/load.test
@@ -20,7 +20,8 @@
 (define-module (test-suite test-load)
   #:use-module (test-suite lib)
   #:use-module (test-suite guile-test)
-  #:use-module (system base compile))
+  #:use-module (system base compile)
+  #:use-module (ice-9 ftw))
 
 (define temp-dir (data-file-name "load-test.dir"))
 
@@ -61,6 +62,7 @@
 	      (delete-tree name)
 	      (loop))))))
       (closedir dir)
+      (pk 'remaining tree (scandir tree))
       (rmdir tree)))
    ((file-exists? tree)
     (delete-file tree))

  reply	other threads:[~2012-07-21 11:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09 17:02 GNU Guile 2.0.6 released David Pirotte
2012-07-10  8:18 ` Guile build failure Ludovic Courtès
2012-07-10 15:50   ` David Pirotte
2012-07-11  9:43     ` Ludovic Courtès
2012-07-19 13:59       ` David Pirotte
2012-07-19 16:02         ` Ludovic Courtès
2012-07-19 16:45           ` David Pirotte
2012-07-21 11:15             ` Ludovic Courtès [this message]
2012-07-28 15:55               ` David Pirotte
2012-08-09 13:57                 ` Ludovic Courtès
2013-01-21  9:26                   ` Andy Wingo
2013-01-21 10:47                     ` Ludovic Courtès
2013-01-21 11:39                       ` Andy Wingo
2013-01-22 16:43                         ` David Pirotte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zk6t5pr8.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=david@altosw.be \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).