From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d82GN-0002SR-EM for guix-patches@gnu.org; Tue, 09 May 2017 06:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d82GM-0007qL-JI for guix-patches@gnu.org; Tue, 09 May 2017 06:21:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57977) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d82GM-0007qH-Cy for guix-patches@gnu.org; Tue, 09 May 2017 06:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d82GM-0003c7-7w for guix-patches@gnu.org; Tue, 09 May 2017 06:21:02 -0400 Subject: bug#26805: [PATCH] gs-fonts: add missing podule imports Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170506154035.23664-1-slyfox@inbox.ru> Date: Tue, 09 May 2017 12:20:46 +0200 In-Reply-To: <20170506154035.23664-1-slyfox@inbox.ru> (Sergei Trofimovich's message of "Sat, 6 May 2017 16:40:35 +0100") Message-ID: <87pofi8h6p.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Sergei Trofimovich Cc: 26805@debbugs.gnu.org Hello! Sergei Trofimovich skribis: > On code-updates branch 'gs-fonts' build fails as: > > ice-9/psyntax.scm:1534:32: In procedure expand-macro: > ice-9/psyntax.scm:1534:32: Syntax error: > ...-gs-fonts-8.11-guile-builder:1:2300: source expression failed to match > any pattern in form (%modify-phases phases* (delete (quote configure))) > builder for `/gnu/store/...-gs-fonts-8.11.drv' failed with exit code 1 Any idea when this problem appeared? That=E2=80=99s on core-updates, right? > + #:modules ((guix build gnu-build-system) > + (guix build utils) > + (srfi srfi-1)) The first two modules are here by default (see =E2=80=98%default-modules=E2= =80=99 in (guix build-system gnu)), so I wonder why adding (srfi srfi-1) would help here. Thoughts? Ludo=E2=80=99.