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 21:33:08 +0200 Message-ID: <87podp445n.fsf@gnu.org> References: <20170610180642.fxkss3io2oorqmsi@abyayala> <87vanwgvxv.fsf@gnu.org> <20170616101215.2pgbahdljuzrn6dn@abyayala> <87vani7cek.fsf@gnu.org> <20170626212535.tp4ikmff3yqmojtt@abyayala> <87bmp95yzb.fsf@gnu.org> <20170627142303.hbpegpjzotukkiwn@abyayala> <20170627142701.6j4aa4tfz4efguct@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]:45273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPwFT-0005JY-Hn for bug-guix@gnu.org; Tue, 27 Jun 2017 15:34:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPwFO-0002LW-Kh for bug-guix@gnu.org; Tue, 27 Jun 2017 15:34:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38488) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPwFO-0002LO-Hb for bug-guix@gnu.org; Tue, 27 Jun 2017 15:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dPwFO-00072U-BT for bug-guix@gnu.org; Tue, 27 Jun 2017 15:34:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170627142701.6j4aa4tfz4efguct@abyayala> (ng0@infotropique.org's message of "Tue, 27 Jun 2017 14:27:01 +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-done@debbugs.gnu.org ng0 skribis: > Oops! Okay I found the mistake! > > I forgot that I have this in my ng0/packages/gnunet.scm: > > ;; fuse, pointing to the tests disabled version of gnunet-git > (define-public gnunet-fuse > (let* ((commit "c25f3acb22f386f2836cd7c7ae21fcef272c0352") > (revision "2")) > (package > (inherit gnunetg) > (name "gnunet-fuse") > (version (package-version gnunetgf)) > [=E2=80=A6] > > I had it in there for so long that I forgot it exists. > Sorry :) No problem, glad you found it! Ludo=E2=80=99.