From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?=) Subject: bug#26062: Spurious "environment variable may be needed" output Date: Sat, 11 Mar 2017 19:32:12 +0100 Message-ID: <87r3233brn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmljK-0003qZ-VA for bug-guix@gnu.org; Sat, 11 Mar 2017 13:27:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmljK-0002O6-6M for bug-guix@gnu.org; Sat, 11 Mar 2017 13:27:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53514) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmljK-0002O2-38 for bug-guix@gnu.org; Sat, 11 Mar 2017 13:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cmljJ-0007Io-Ur for bug-guix@gnu.org; Sat, 11 Mar 2017 13:27:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmliJ-0003cR-Ds for bug-guix@gnu.org; Sat, 11 Mar 2017 13:26:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmliI-0001gf-IG for bug-guix@gnu.org; Sat, 11 Mar 2017 13:25:59 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:35614) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmliI-0001fg-5f for bug-guix@gnu.org; Sat, 11 Mar 2017 13:25:58 -0500 Received: by mail-wm0-x232.google.com with SMTP id v186so15371475wmd.0 for ; Sat, 11 Mar 2017 10:25:57 -0800 (PST) Received: from T420 ([2a02:908:c30:3540:221:ccff:fe66:68f0]) by smtp.gmail.com with ESMTPSA id y49sm18149207wry.18.2017.03.11.10.25.55 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 11 Mar 2017 10:25:56 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 26062@debbugs.gnu.org '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_COMPILED_PATH" I already have said paths in my $GUILE_LOAD_COMPILED_PATH. In fact, I get the output even if I define it to have *solely* those two paths. 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/guile/2.0/site-ccache:/home/taylan/.guix-profile/share/guile/site/2.0${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH" taylan@T420:~$ echo $GUILE_LOAD_COMPILED_PATH /home/taylan/.guix-profile/lib/guile/2.0/site-ccache:/home/taylan/.guix-profile/share/guile/site/2.0 taylan@T420:~$