Re: Guile 2.0.6 - some tests fail

2012-10-17 Thread Ludovic Courtès
Hi, Jan Synacek jsyna...@redhat.com skribis: After seeing this: scheme@(guile-user) (assq-ref %guile-build-info 'top_srcdir) $1 = I realized that I was using a patch that breaks those tests. And that pretty much conlcudes my problem I guess. The tests all pass on current stable and git

Re: Guile 2.0.6 - some tests fail

2012-10-15 Thread Jan Synacek
Hello Mark, sorry for the mess. I had to use a webmail interface instead of my usual client and I'm not sure what happened.. -- Jan Synacek Software Engineer, BaseOS team Brno, Red Hat On 10/11/2012 02:43 PM, Mark H Weaver wrote: Hi Jan, FYI, your email had Content-Type:

Re: Guile 2.0.6 - some tests fail

2012-10-15 Thread Jan Synacek
On 10/09/2012 11:41 PM, Ludovic Courtès wrote: Hi, And now with the patch. Mark H Weaver m...@netris.org skribis: FAIL: ftw.test: file-system-fold: test-suite (never enter) FAIL: ftw.test: file-system-fold: test-suite/lib.scm (flat file) FAIL: ftw.test: scandir: no select FAIL:

Re: Guile 2.0.6 - some tests fail

2012-10-11 Thread Jan Synacek
diff --git a/test-suite/tests/ftw.test b/test-suite/tests/ftw.test index 33537d0..a3be1a7 100644 --- a/test-suite/tests/ftw.test +++ b/test-suite/tests/ftw.test @@ -189,7 +189,7 @@ (up (lambda (n s r) (cons `(up ,n) r))) (skip (lambda (n s r) (cons `(skip ,n) r)))

Re: Guile 2.0.6 - some tests fail

2012-10-11 Thread Mark H Weaver
Hi Jan, FYI, your email had Content-Type: multipart/alternative, where one part was your email's main text (reproduced below) and the other part was the patch. This was an improper use of that MIME type, which suggests that the user agent should normally show only one of the parts. It caused my

Re: Guile 2.0.6 - some tests fail

2012-10-09 Thread Ludovic Courtès
Hi, Mark H Weaver m...@netris.org skribis: FAIL: ftw.test: file-system-fold: test-suite (never enter) FAIL: ftw.test: file-system-fold: test-suite/lib.scm (flat file) FAIL: ftw.test: scandir: no select FAIL: ports.test: %file-port-name-canonicalization: absolute canonicalization from ice-9

Re: Guile 2.0.6 - some tests fail

2012-10-09 Thread Ludovic Courtès
Hi, And now with the patch. Mark H Weaver m...@netris.org skribis: FAIL: ftw.test: file-system-fold: test-suite (never enter) FAIL: ftw.test: file-system-fold: test-suite/lib.scm (flat file) FAIL: ftw.test: scandir: no select FAIL: ports.test: %file-port-name-canonicalization: absolute

Re: Guile 2.0.6 - some tests fail

2012-10-08 Thread Jan Synacek
On 10/06/2012 12:55 PM, Mark H Weaver wrote: Jan Synacek jsyna...@redhat.com writes: when I run 'make check', some guile tests fail and I'm not sure why [1, 2]. [1] http://jsynacek.fedorapeople.org/guile/check-guile.log [2] http://jsynacek.fedorapeople.org/guile/check-guile-fails.log (only

Re: Guile 2.0.6 - some tests fail

2012-10-06 Thread Mark H Weaver
Jan Synacek jsyna...@redhat.com writes: when I run 'make check', some guile tests fail and I'm not sure why [1, 2]. [1] http://jsynacek.fedorapeople.org/guile/check-guile.log [2] http://jsynacek.fedorapeople.org/guile/check-guile-fails.log (only FAILs) Quoting from [2] (but rearranging the

Guile 2.0.6 - some tests fail

2012-10-04 Thread Jan Synacek
Hello list, when I run 'make check', some guile tests fail and I'm not sure why [1, 2]. [1] http://jsynacek.fedorapeople.org/guile/check-guile.log [2] http://jsynacek.fedorapeople.org/guile/check-guile-fails.log (only FAILs) Cheers, -- Jan Synacek Software Engineer, BaseOS team Brno, Red Hat