bug#16364: auto-compile noise can't be avoided by script

2014-01-17 Thread Zefram
Ludovic Courtes wrote: >However, you can set the environment variable GUILE_AUTO_COMPILE=0. > >Do you think that would solve the problem? It does not solve the problem. Firstly, it can't be done from the #! line at all, so the script can't do it early enough. It only works if it's already been s

bug#16364: auto-compile noise can't be avoided by script

2014-01-17 Thread Ludovic Courtès
Zefram skribis: > I can turn off the auto-compilation from within the script by using the > --no-auto-compile option, but that breaks compatibility to 1.8: However, you can set the environment variable GUILE_AUTO_COMPILE=0. Do you think that would solve the problem? Thanks, Ludo’.

bug#16463: Guile derivation fails to build

2014-01-17 Thread Ludovic Courtès
Fixed in 3ff8a9d, which will be in 2.0.10. Thanks! Ludo’.