GNU bug report logs - #10557
GUILE_LOAD_PATH variable value ignored when setting %load-path.

Previous Next

Package: guile;

Reported by: Ian Hulin <ian <at> hulin.org.uk>

Date: Thu, 19 Jan 2012 22:41:01 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ian Hulin <ian <at> hulin.org.uk>
To: bug-guile <at> gnu.org
Subject: GUILE_LOAD_PATH variable value ignored when  setting %load-path.
Date: Thu, 19 Jan 2012 22:39:02 +0000
This doesn't appear to work as per page 41, section 4.2.2 Environment
Variables in the docs. Strangely enough, though settings of
GUILE_LOAD_COMPILED_PATH *are* observed and added to the front of
%load-compiled-path.

Cheers,
Ian Hulin

==================================================================================================
ian <at> ian-laptop ~/src/lilypond (T1686)$ echo $GUILE_LOAD_PATH

ian <at> ian-laptop ~/src/lilypond (T1686)$ guile
GNU Guile 2.0.3
Copyright (C) 1995-2011 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> %load-path
$1 = ("/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0"
"/usr/local/share/guile/site" "/usr/local/share/guile")
scheme@(guile-user)> ,q
ian <at> ian-laptop ~/src/lilypond (T1686)$ declare -x
GUILE_LOAD_COMPILED_PATH='/home/ian/src/lilypond/scm/out'
ian <at> ian-laptop ~/src/lilypond (T1686)$ guile
GNU Guile 2.0.3
Copyright (C) 1995-2011 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> %load-path
$1 = ("/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0"
"/usr/local/share/guile/site" "/usr/local/share/guile")
scheme@(guile-user)> ^\Quit
ian <at> ian-laptop ~/src/lilypond (T1686)$





This bug report was last modified 13 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.