bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23943: Guile loads "init.scm" from the current directory


From: Andy Wingo
Subject: bug#23943: Guile loads "init.scm" from the current directory
Date: Mon, 11 Jul 2016 18:07:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Mon 11 Jul 2016 09:44, Alex Kost <address@hidden> writes:

> cd /tmp
> echo foo > init.scm
> GUILE_LOAD_COMPILED_PATH= GUILE_LOAD_PATH= guile -q
>
> And it fails with this error:
>
>   guile: uncaught throw to unbound-variable: (#f Unbound variable: ~S (foo) 
> #f)
>   Cannot exit gracefully when init is in progress; aborting.
>   Aborted (core dumped)
>
> I'm not sure I understand it right from the commentary in "init.c"[1],
> but I think this behavior is not intended, or is it?
>
> [1] http://git.savannah.gnu.org/cgit/guile.git/tree/libguile/init.c#n238

Your invocation does not unset GUILE_LOAD_PATH and
GUILE_LOAD_COMPILED_PATH, but rather *sets* them to contain only one
element, the current directory.  Use "unset" or similar to unset these
variables.

Andy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]