bug#26062: Spurious "environment variable may be needed" output

2017-03-19 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Above the ‘wrap-program’ call, there’s this comment: >> >> ;; Ignore user settings so that a bogus >> ;; GUILE_LOAD_COMPILED_PATH does not prevent use of >> ;; 'g

bug#26062: Spurious "environment variable may be needed" output

2017-03-18 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Above the ‘wrap-program’ call, there’s this comment: > > ;; Ignore user settings so that a bogus > ;; GUILE_LOAD_COMPILED_PATH does not prevent use of > ;; 'guix', notably when it contains entries pointing to > ;; incompatibl

bug#26062: Spurious "environment variable may be needed" output

2017-03-18 Thread Ludovic Courtès
Hi! taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > After some poking around, I found the issue; it's the following in the > guix-0.12.0 recipe: > > (wrap-program (string-append out "/bin/guix") > `("GUILE_LOAD_PATH" ":" prefix (,path)) > `("GUILE_LOAD_COMPILED

bug#26062: Spurious "environment variable may be needed" output

2017-03-17 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Hello Taylan, > > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> taylan@T420:~$ guix package -r nano >> [... snip ...] >> 75 packages in profile >> The following environment variable definitions may be needed: >>export >> GUILE_

bug#26062: Spurious "environment variable may be needed" output

2017-03-17 Thread Ludovic Courtès
Hello Taylan, taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > taylan@T420:~$ guix package -r nano > [... snip ...] > 75 packages in profile > The following environment variable definitions may be needed: >export > GUILE_LOAD_COMPILED_PATH="/home/taylan/.guix-profile/lib/g

bug#26062: Spurious "environment variable may be needed" output

2017-03-11 Thread Taylan Ulrich Bayırlı/Kammer
'guix package' commands keep giving me this output: The following environment variable definitions may be needed: export GUILE_LOAD_COMPILED_PATH="/home/taylan/.guix-profile/lib/guile/2.0/site-ccache:/home/taylan/.guix-profile/share/guile/site/2.0${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPI