From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Errors encountered in building guix from source. Date: Wed, 24 Jan 2018 15:32:29 +0100 Message-ID: <87shavz5s2.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeM6L-0005wK-L8 for guix-devel@gnu.org; Wed, 24 Jan 2018 09:32:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeM6K-0006Oc-R0 for guix-devel@gnu.org; Wed, 24 Jan 2018 09:32:33 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:46760) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeM6K-0006Nq-KS for guix-devel@gnu.org; Wed, 24 Jan 2018 09:32:32 -0500 In-Reply-To: (Fis Trivial's message of "Sat, 20 Jan 2018 20:16:04 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Fis Trivial Cc: "guix-devel@gnu.org" Fis Trivial skribis: > * Do as the menu said > So I ran the following command in sequence: > $ guix environment guix --ad-hoc help2man git strace > $ ./bootstrap > $ ./configure --localstatedir=3D/var > > The last configure command resulted in error, here is the last part from = output: > > configure: checking for guile 2.2 > configure: found guile 2.2 > checking for guile-2.2... no > checking for guile2.2... no > checking for guile-2... no > checking for guile2... /usr/bin/guile2 > configure: error: found development files for Guile 2.2, but /usr/bin/gui= le2 has effective version 2.0 Most likely your .bashrc, .bash_profile, or similar is overriding PATH and other environment variables defined by =E2=80=98guix environment=E2=80= =99, which is why /usr/bin/guile2 takes precedence. See the footnote at . HTH, Ludo=E2=80=99.