From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Subject: bug#33180: guix pull fails in a directory with scm files Date: Tue, 30 Oct 2018 11:05:13 +0100 Message-ID: <20181030110513.3b82f441@alma-ubu> References: <20181027235627.4397c5ed@alma-ubu> <5859EE04-35E2-4075-831F-26D3E4FD15E6@lepiller.eu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/+J7QR6bNucXj1QzPET74y7a"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHQuU-0000z6-Ed for bug-guix@gnu.org; Tue, 30 Oct 2018 06:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHQuR-00069k-M3 for bug-guix@gnu.org; Tue, 30 Oct 2018 06:06:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49132) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHQuQ-000697-Oy for bug-guix@gnu.org; Tue, 30 Oct 2018 06:06:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gHQuQ-0002Jc-Et for bug-guix@gnu.org; Tue, 30 Oct 2018 06:06:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <5859EE04-35E2-4075-831F-26D3E4FD15E6@lepiller.eu> 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: Julien Lepiller Cc: 33180-done@debbugs.gnu.org --Sig_/+J7QR6bNucXj1QzPET74y7a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 28 Oct 2018 07:36:38 +0100 Julien Lepiller wrote: > I had a similar issue, with every guix comand failing. It was due to > GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH ending with =E2=80=9C:=E2=80= =9D. Can you > check the value of these variables? Yes, that was the problem here: export GUILE_LOAD_PATH=3D$HOME/.guix-profile/share/guile/site/2.2:$GUILE_LO= AD_PATH Now I learned what that :+:-notation is for and used it: export GUILE_LOAD_PATH=3D$HOME/.guix-profile/share/guile/site/2.2${GUILE_LO= AD_PATH:+:}$GUILE_LOAD_PATH Thanks, Bj=C3=B6rn --Sig_/+J7QR6bNucXj1QzPET74y7a Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlvYLNoACgkQvyhstlk+X/08AgCfcP87QD2+RxB6iZ1yQ19OuIty xr4Anio+JfBbhjhDS6LClJdXw0NP/AAy =XBWV -----END PGP SIGNATURE----- --Sig_/+J7QR6bNucXj1QzPET74y7a--