GNU bug report logs -
#10557
GUILE_LOAD_PATH variable value ignored when setting %load-path.
Previous Next
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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 03 Feb 2012 16:32:16 +0100
with message-id <87wr84hr0f.fsf <at> pobox.com>
and subject line Re: bug#10557: GUILE_LOAD_PATH variable value ignored when setting %load-path.
has caused the debbugs.gnu.org bug report #10557,
regarding GUILE_LOAD_PATH variable value ignored when setting %load-path.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
10557: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10557
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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)$
[Message part 3 (message/rfc822, inline)]
Hi Ian,
I think I agree with ijp's assessment of things. If you can point to
something in the manual that is confusing in this regard, please let us
know. Thanks!
Andy
--
http://wingolog.org/
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.