Re: Fixing non-reproducibility in some guile packages

2017-02-13 Thread Maxim Cournoyer
Hi Andy, and thank you for your detailed answer! Andy Wingo writes: > Hi :) > > [+guile-devel] > > On Mon 13 Feb 2017 07:18, Maxim Cournoyer writes: > ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable.

Re: Fixing non-reproducibility in some guile packages

2017-02-13 Thread Christopher Allan Webber
Andy Wingo writes: > In some future (is it near or far?), the source -> compiled function > needs additional inputs: checksums or timestamps of "build inputs" or > so, so that when for-syntax definitions (like macros) change, users of > those definitions will recompile. That is a harder problem t

Re: Fixing non-reproducibility in some guile packages

2017-02-12 Thread Andy Wingo
Hi :) [+guile-devel] On Mon 13 Feb 2017 07:18, Maxim Cournoyer writes: >>> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 >>> ;;; or pass the --no-auto-compile argument to disable. >>> ;;; compiling >>> /gnu/store/d3gli8g5bv6yhd3qwk5rfzqpsfvnj4lv-guile-nex