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: Tue, 27 Jun 2017 15:42:00 +0200 Message-ID: <87bmp95yzb.fsf@gnu.org> References: <20170610180642.fxkss3io2oorqmsi@abyayala> <87vanwgvxv.fsf@gnu.org> <20170616101215.2pgbahdljuzrn6dn@abyayala> <87vani7cek.fsf@gnu.org> <20170626212535.tp4ikmff3yqmojtt@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]:35038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPqll-0007Qr-7u for bug-guix@gnu.org; Tue, 27 Jun 2017 09:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPqli-0008KJ-2c for bug-guix@gnu.org; Tue, 27 Jun 2017 09:43:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37499) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPqlh-0008Ju-W0 for bug-guix@gnu.org; Tue, 27 Jun 2017 09:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dPqlh-0006x1-Q7 for bug-guix@gnu.org; Tue, 27 Jun 2017 09:43:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170626212535.tp4ikmff3yqmojtt@abyayala> (ng0@infotropique.org's message of "Mon, 26 Jun 2017 21:25:35 +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: 27314@debbugs.gnu.org Hi ng0, ng0 skribis: > Ludovic Court=C3=A8s transcribed 0.9K bytes: >> Hi ng0, >>=20 >> config.log reads this: >>=20 >> > configure:9394: gcc -c -I/gnu/store/5cbyk5gmw2gj017d02vyibz3v6rdldz7-g= nunetgf-0.10.114b59076f/include -fno-strict-aliasing -Wall -g -O2 -I/gnu/s= tore/5cbyk5gmw2gj017d02vyibz3v6rdldz7-gnunetgf-0.10.114b59076f/include con= ftest.c >&5 >> > In file included from /gnu/store/5cbyk5gmw2gj017d02vyibz3v6rdldz7-gnun= etgf-0.10.114b59076f/include/gnunet/gnunet_util_lib.h:56:0, >> > from conftest.c:44: >> > /gnu/store/5cbyk5gmw2gj017d02vyibz3v6rdldz7-gnunetgf-0.10.114b59076f/i= nclude/gnunet/gnunet_crypto_lib.h:80:20: fatal error: gcrypt.h: No such fil= e or directory >> > compilation terminated. >>=20 >> I think this means that =E2=80=98gnunetgf=E2=80=99 should propagate libg= crypt. >>=20 >> I=E2=80=99m closing this bug because I think it=E2=80=99s a packaging is= sue and not the >> bug suggested in the Subject line. >>=20 >> Thanks, >> Ludo=E2=80=99. > > The thing here is that I am _not_ using gnunetgf for the package in quest= ion, > I am using gnunet, from guix master. So from my perspective it is a bug a= nd it > is repeating every time. > > gnunetgf[2] inherits from gnunetg[1] > > 1: https://github.com/ng-0/guix_packages/blob/master/ng0/packages/gnunet.= scm#L59 > 2: https://github.com/ng-0/guix_packages/blob/master/ng0/packages/gnunet.= scm#L167 > > and gnunetg inherits from gnunet but overrides most of the package defini= tion. Hey, this is not Guix code here. :-) I can only give guidance to debug this. For instance, could you check with =E2=80=9Cguix graph=E2=80=9D whether the package graph really looks th= e way you want? Thanks, Ludo=E2=80=99.