From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7omJ-000189-R2 for guix-patches@gnu.org; Mon, 08 May 2017 15:57:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7omG-0004go-OQ for guix-patches@gnu.org; Mon, 08 May 2017 15:57:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57536) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7omG-0004gk-Lg for guix-patches@gnu.org; Mon, 08 May 2017 15:57:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7omE-0003NG-Vj for guix-patches@gnu.org; Mon, 08 May 2017 15:57:04 -0400 Subject: bug#26841: [PATCH 0/3] core-updates: more fixes for missing dependencies for %modify-phases Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7olQ-0000wH-HK for guix-patches@gnu.org; Mon, 08 May 2017 15:56:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7olN-0004QN-B0 for guix-patches@gnu.org; Mon, 08 May 2017 15:56:12 -0400 Received: from smtp36.i.mail.ru ([94.100.177.96]:41536) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7olN-0004NR-4N for guix-patches@gnu.org; Mon, 08 May 2017 15:56:09 -0400 From: Sergei Trofimovich Date: Mon, 8 May 2017 20:55:46 +0100 Message-Id: <20170508195549.23372-1-slyfox@inbox.ru> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26841@debbugs.gnu.org This time it's 'go', 'zip', and 'sbcl' packages. Without the dependencies build typically fails as: $ ./pre-inst-env guix build sbcl --no-substitutes @ build-started /gnu/store/....-sbcl-1.3.7.drv - x86_64-linux /var/log/guix/drvs/0q//....-sbcl-1.3.7.drv.bz2 ice-9/psyntax.scm:1534:32: In procedure expand-macro: ice-9/psyntax.scm:1534:32: Syntax error: /gnu/store/....-sbcl-1.3.7-guile-builder:1:2813: source expression failed to match any pattern in form (%modify-phases phases* (delete (quote configure))) builder for `/gnu/store/....-sbcl-1.3.7.drv' failed with exit code 1 @ build-failed /gnu/store/....-sbcl-1.3.7.drv - 1 builder for `/gnu/store/....-sbcl-1.3.7.drv' failed with exit code 1 guix build: error: build failed: build of `/gnu/store/....-sbcl-1.3.7.drv' failed Sergei Trofimovich (3): gnu: zip: add missing '#:modules' imports gnu: go-1.4: Add missing module imports. gnu: sbcl: Add missing module imports gnu/packages/golang.scm | 3 ++- gnu/packages/lisp.scm | 5 ++++- gnu/packages/zip.scm | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) -- 2.12.2