Hello Ludovic, On 10/16/2012 04:28 PM, Ludovic Courtès wrote: > Hi Jan, > > Jan Synacek <jsyna...@redhat.com> skribis: > >> Running ftw.test >> ERROR: ftw.test: file-system-fold: test-suite - arguments: ((match-error >> "match" "no matching pattern")) >> >> ;;; (never-enter ((error "/test-suite"))) >> FAIL: ftw.test: file-system-fold: test-suite (never enter) >> >> ;;; (flat ((error "/test-suite/test-suite/lib.scm"))) >> FAIL: ftw.test: file-system-fold: test-suite/lib.scm (flat file) >> ERROR: ftw.test: file-system-tree: test-suite (never enter) - arguments: >> ((match-error "match" "no matching pattern")) >> ERROR: ftw.test: file-system-tree: test-suite/* - arguments: ((match-error >> "match" "no matching pattern")) >> ERROR: ftw.test: file-system-tree: test-suite (recursive) - arguments: >> ((match-error "match" "no matching pattern")) >> ERROR: ftw.test: scandir: top-srcdir - arguments: ((match-error "match" "no >> matching pattern")) >> ERROR: ftw.test: scandir: test-suite - arguments: ((match-error "match" "no >> matching pattern")) >> >> ;;; (no-select #f) >> FAIL: ftw.test: scandir: no select >> Running ports.test >> >> ;;; (canon >> "/home/jsynacek/work/1-fedora/guile/guile-2.0.6/module/ice-9/q.scm") >> FAIL: ports.test: %file-port-name-canonicalization: absolute >> canonicalization from ice-9 > > Could you run “./meta/guile”, and then type the following expressions at > the REPL: > > (assq-ref %guile-build-info 'top_srcdir) > (canonicalize-path (assq-ref %guile-build-info 'top_srcdir)) > > TIA, > Ludo’. >
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 versions. Thank you for helping me and I'm so sorry for the confusion. -- Jan Synacek Software Engineer, BaseOS team Brno, Red Hat