unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: bug-guile@gnu.org
Subject: guile HEAD test suite erroneously parses ~/.guile
Date: Sat, 04 Aug 2007 15:04:38 +0200	[thread overview]
Message-ID: <877iobtpqx.fsf@pobox.com> (raw)

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


                 reply	other threads:[~2007-08-04 13:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=877iobtpqx.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=bug-guile@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).