unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* New installcheck failure, and "eval is now compile"
@ 2009-08-22 10:06 Neil Jerram
  0 siblings, 0 replies; only message in thread
From: Neil Jerram @ 2009-08-22 10:06 UTC (permalink / raw)
  To: Guile Development

LD_LIBRARY_PATH="/home/neil/SW/Guile/ovnight/guile-master-20090822/_inst/lib:$LD_LIBRARY_PATH"		\
	  LTDL_LIBRARY_PATH=".:$LTDL_LIBRARY_PATH"	\
	  GUILE_LOAD_PATH="/home/neil/SW/Guile/ovnight/guile-master-20090822/_build/..:$GUILE_LOAD_PATH"	\
	  PATH="/home/neil/SW/Guile/ovnight/guile-master-20090822/_inst/bin:$PATH"				\
	  GUILE_AUTO_COMPILE=0					\
	  srcdir="../../examples"					\
	  ../../examples/check.test
--- -	2009-08-22 06:10:14.764492993 +0100
+++ TMP	2009-08-22 06:10:14.000000000 +0100
@@ -1 +1 @@
-** Exception: (unbound-variable #f "Unbound variable: ~S" (open-input-file) #f)
+** Exception: (misc-error "module-lookup" "unbound variable: ~S" (open-input-file) #f)
make[2]: *** [installcheck] Error 1

In other words, the detail of the "unbound variable" exception has
changed.  I'm pretty sure this is a consequence of the "eval is now
compile" commit, and could be fixed by using primitive-eval instead of
eval in example/safe/safe; or by changing the VM code to use
error_unbound_variable instead of scm_misc_error.  But I don't
understand the "eval is now compile" commit yet; Andy, could you
explain the thinking here?

Thanks,
        Neil




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-22 10:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-22 10:06 New installcheck failure, and "eval is now compile" Neil Jerram

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).