From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27314: guix includes wrong directory in build environment Date: Fri, 16 Jun 2017 10:48:12 +0200 Message-ID: <87vanwgvxv.fsf@gnu.org> References: <20170610180642.fxkss3io2oorqmsi@abyayala> 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]:45112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLmwE-0002KK-K2 for bug-guix@gnu.org; Fri, 16 Jun 2017 04:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLmwA-0008U9-MK for bug-guix@gnu.org; Fri, 16 Jun 2017 04:49:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLmwA-0008Tv-Iy for bug-guix@gnu.org; Fri, 16 Jun 2017 04:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLmwA-0003ba-C9 for bug-guix@gnu.org; Fri, 16 Jun 2017 04:49:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170610180642.fxkss3io2oorqmsi@abyayala> (ng0@pragmatique.xyz's message of "Sat, 10 Jun 2017 18:06:42 +0000") 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: ng0 Cc: 27314@debbugs.gnu.org Hi ng0, ng0 skribis: > gnunet-fuse 'picks' the first gnunet it finds in the /gnu/store/: > > checking for fuse.h... yes > checking for GNUnet core... /gnu/store/01ja9wj2v48y5www5bhpmkx94wc4b553-g= nunetgf-0.10.114b59076f > checking for GNUnet util library in /gnu/store/01ja9wj2v48y5www5bhpmkx94w= c4b553-gnunetgf-0.10.114b59076f... checking for gnunet/gnunet_util_lib.h...= no > configure: error: gnunet-fuse requires GNUnet > phase `configure' failed after 2.0 seconds > note: keeping build directory `/tmp/guix-build-gnunet-fuse-0.10.114b59076= f.drv-0' > builder for `/gnu/store/qc0va2siswmc72bdk8xi4hm7dwz09xpy-gnunet-fuse-0.10= .114b59076f.drv' failed with exit code 1 > @ build-failed /gnu/store/qc0va2siswmc72bdk8xi4hm7dwz09xpy-gnunet-fuse-0.= 10.114b59076f.drv - 1 builder for `/gnu/store/qc0va2siswmc72bdk8xi4hm7dwz09= xpy-gnunet-fuse-0.10.114b59076f.drv' failed with exit code 1 > guix build: error: build failed: build of `/gnu/store/qc0va2siswmc72bdk8x= i4hm7dwz09xpy-gnunet-fuse-0.10.114b59076f.drv' failed Could you run =E2=80=9Cguix build gnunet-fuse -K=E2=80=9D and then check /tmp/guix-build-gnunet-fuse-0.10.114b59076f.drv-0/environment-variables as well as the =E2=80=98config.log=E2=80=99 file in there? The build environment includes only the =E2=80=98gnunet=E2=80=99 package th= at the recipe provides, not another =E2=80=98gnunet=E2=80=99. HTH, Ludo=E2=80=99.