* guile HEAD test suite erroneously parses ~/.guile
@ 2007-08-04 13:04 Andy Wingo
0 siblings, 0 replies; only message in thread
From: Andy Wingo @ 2007-08-04 13:04 UTC (permalink / raw)
To: bug-guile
Running make check in guile built from HEAD:
Backtrace:
In /home/wingo/.guile:
6: 0* (use-modules (texinfo reflection))
6: 1 (eval-case (# # *unspecified*) (else #))
6: 2 (begin (process-use-modules (list (list #))) *unspecified*)
In unknown file:
?: 3* [process-use-modules (((texinfo reflection)))]
?: 4 (let* ((interfaces #)) (call-with-deferred-observers (lambda () #)))
?: 5* [map #<procedure #f (mif-args)> (((texinfo reflection)))]
?: 6* [#<procedure #f (mif-args)> ((texinfo reflection))]
?: 7* (or (apply resolve-interface mif-args) (error "no such module" mif-args))
?: 8* [apply #<procedure resolve-interface (name . args)> ((texinfo reflection))]
?: 9 [resolve-interface (texinfo reflection)]
...
?: 10 (let* (# # # # ...) (and # #) (if # public-i #))
?: 11* (and (or (not module) (not public-i)) (error "no code for module" name))
?: 12 [error "no code for module" (texinfo reflection)]
...
?: 13 [scm-error misc-error #f ...]
<unnamed port>: In procedure scm-error in expression (scm-error (quote misc-error) #f ...):
<unnamed port>: no code for module (texinfo reflection)
guile --user-srfi=1,10 fails to run
FAIL: test-use-srfi
This is because my .guile looks for (texinfo reflection). Guile's
internal tests should not be reading my .guile.
Regards,
Andy.
--
http://wingolog.org/
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-04 13:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-04 13:04 guile HEAD test suite erroneously parses ~/.guile Andy Wingo
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).