From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8BtX-0004U0-OF for guix-patches@gnu.org; Tue, 09 May 2017 16:38:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8BtS-0006Gv-7b for guix-patches@gnu.org; Tue, 09 May 2017 16:38:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60109) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8BtS-0006Gr-4M for guix-patches@gnu.org; Tue, 09 May 2017 16:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8BtR-0007AX-Ru for guix-patches@gnu.org; Tue, 09 May 2017 16:38:01 -0400 Subject: bug#26805: [PATCH] gs-fonts: add missing podule imports Resent-Message-ID: Date: Tue, 9 May 2017 21:36:30 +0100 From: Sergei Trofimovich Message-ID: <20170509213630.7c81b553@sf> In-Reply-To: <87pofi8h6p.fsf@gnu.org> References: <20170506154035.23664-1-slyfox@inbox.ru> <87pofi8h6p.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/MCeo9fgQH4D3MW5+pNleHiX"; protocol="application/pgp-signature" 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26805@debbugs.gnu.org --Sig_/MCeo9fgQH4D3MW5+pNleHiX Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 09 May 2017 12:20:46 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Hello! >=20 > Sergei Trofimovich skribis: >=20 > > 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 mat= ch > > any pattern in form (%modify-phases phases* (delete (quote configure))) > > builder for `/gnu/store/...-gs-fonts-8.11.drv' failed with exit code 1 = =20 >=20 > Any idea when this problem appeared? That=E2=80=99s on core-updates, rig= ht? Yes, core-updates. It was caused by guile-2.0->guile-2.2 switch. > > + #:modules ((guix build gnu-build-system) > > + (guix build utils) > > + (srfi srfi-1)) =20 >=20 > 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. >=20 > Thoughts? In http://lists.gnu.org/archive/html/guix-devel/2017-05/msg00010.html thread Andy explains syntax-rules changed the rules on how syntax-match is done in guile-2.2: now things are matched by binding, not by name. That means evaluation of -guile-builder needs to keep things in scope at :) The breakage is quite widespread. Danny applied 3 patches already to fix similar problems. I have at least 5 more packages fixed (or "fixed"?) in a similar way and more to go. --=20 Sergei --Sig_/MCeo9fgQH4D3MW5+pNleHiX Content-Type: application/pgp-signature Content-Description: Цифровая подпись OpenPGP -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSZKa0VG5avZRlY01hxoe52YR/zqgUCWRIoTwAKCRBxoe52YR/z qrGjAJ9Hbg6zvuZNstEjl3SB5wTby2L7/gCeJ1L+5gXCt5DKLhK5f+Y0xALyKko= =PgK1 -----END PGP SIGNATURE----- --Sig_/MCeo9fgQH4D3MW5+pNleHiX--