bug#10557: GUILE_LOAD_PATH variable value ignored when setting %load-path.

2012-01-20 Thread Ian Price
> I'll report back again after I've built the 2.0.3 release [ian@Kagami ~]$ env GUILE_LOAD_PATH=notadir GUILE_LOAD_COMPILED_PATH=notadir2 guile -q GNU Guile 2.0.3 .. scheme@(guile-user)> %load-path $1 = ("notadir" "/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0" "/usr/local/sha

bug#10567: Fw: guile-library - make bug report

2012-01-20 Thread David Pirotte
I sent the following bug report to guile-devel by mistake, sorry ;; -- Hello, guile 2.0.3.150-88c0 guile-lib release-0.2.1-2-ge9fe22b ... make[1]: Entering directory `/usr/local/src/guile-lib/git-clone/src' ../dev-environ /usr/local/bin/guile-tools compile -o "text/parse

bug#10556: (use-modules ) references not found on file system when compiling

2012-01-20 Thread Ian Price
Ian Hulin writes: > I am compiling a file which references some modules declared in source > files present in the %load-path. However I get a "no code for (xxx > yyy)" error when I attempt to compile with guild compile. > > Guile version 2.0.3 > Ubuntu 11.10 > > I am running the compilation from