From mboxrd@z Thu Jan 1 00:00:00 1970 From: HiPhish Subject: Re: ./configure fails when building Guix Date: Tue, 14 May 2019 13:57:27 +0200 Message-ID: <1622090.TAZtiS5A2r@aleksandar-ixtreme-m5740> References: <9079381.9uMWJnfOWO@aleksandar-ixtreme-m5740> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQWEa-0001FV-7l for guix-devel@gnu.org; Tue, 14 May 2019 08:08:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQW3q-0005qN-Im for guix-devel@gnu.org; Tue, 14 May 2019 07:57:36 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57929) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQW3q-0005nf-0v for guix-devel@gnu.org; Tue, 14 May 2019 07:57:34 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id D12192400E6 for ; Tue, 14 May 2019 13:57:30 +0200 (CEST) In-Reply-To: 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: Julien Lepiller Cc: guix-devel@gnu.org On Tuesday, 14 May 2019 12:51:03 CEST Julien Lepiller wrote: > Le 14 mai 2019 11:52:40 GMT+02:00, HiPhish a =E9crit : >=20 > I get that too on foreign distros. Here configure finds your distso's gui= le > (in /usr/bin). Try to run configure inside a pure guix environment: >=20 > guix environment guix --pure -- ./configure Thank you, that did it.