From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: bug#32316: Build failure with installed guix that does not happen with pre-inst-env Date: Mon, 30 Jul 2018 18:16:54 +0200 Message-ID: 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]:35554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkAs1-0003Ul-7H for bug-guix@gnu.org; Mon, 30 Jul 2018 12:18:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkAry-0005vV-E5 for bug-guix@gnu.org; Mon, 30 Jul 2018 12:18:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58456) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fkAry-0005vO-8P for bug-guix@gnu.org; Mon, 30 Jul 2018 12:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fkArx-0006kS-U2 for bug-guix@gnu.org; Mon, 30 Jul 2018 12:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkAr1-0002sK-Tn for bug-guix@gnu.org; Mon, 30 Jul 2018 12:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkAqz-0005H6-5G for bug-guix@gnu.org; Mon, 30 Jul 2018 12:17:03 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:57875) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fkAqy-0005G1-Rt for bug-guix@gnu.org; Mon, 30 Jul 2018 12:17:01 -0400 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: 32316@debbugs.gnu.org Dear Guix experts, When updating my Guix installation after three weeks of absence, I noticed a build failure: $ guix pull =E2=80=93commit=3Dde596e99549d7764f370ab2ed3b756f620b1f23d $ guix build racket guix package: error: racket-fix-xform-issue.patch: patch not found However, that patch file is there: $ ls -l .config/guix/latest/gnu/packages/patches/racket-fix-xform-issue.= patch=20 -r--r--r-- 10 root root 2520 janv. 1 1970 .config/guix/latest/gnu/pack= ages/patches/racket-fix-xform-issue.patch Moreover, the same build works fine when I check out the same commit and use pre-inst-env: $ cd ~/Development/guix $ guix environment guix $ git pull $ git checkout de596e99549d7764f370ab2ed3b756f620b1f23d $ ./bootstrap $ ./configure --localstatedir=3D/var $ make $ ./pre-inst-env guix build racket I suspect that this is somehow caused by the new implementation of "guix pull", but I don't know how I would go about debugging this, so I defer to the experts. Konrad.