From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Let's build 'core-updates'! Date: Tue, 07 Nov 2017 10:54:47 +0100 Message-ID: <87a7zybehk.fsf@gnu.org> References: <87wp382zgh.fsf@fastmail.com> <20171102212917.GA3376@macbook41> <20171103122056.GA5341@jasmine.lan> <20171106110315.GB1815@macbook41> 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]:43957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eC0ar-0002AQ-W4 for guix-devel@gnu.org; Tue, 07 Nov 2017 04:54:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eC0ap-00027x-E3 for guix-devel@gnu.org; Tue, 07 Nov 2017 04:54:54 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:47556) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eC0ap-00027K-8N for guix-devel@gnu.org; Tue, 07 Nov 2017 04:54:51 -0500 In-Reply-To: <20171106110315.GB1815@macbook41> (Efraim Flashner's message of "Mon, 6 Nov 2017 13:03:15 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > /gnu/store/mivyzxijvxh44g2r39071sm89vm9h0n6-make-boot0-4.2.1/bin/make -C = test/ tests > make[1]: Entering directory '/tmp/guix-build-acl-2.2.52.drv-0/acl-2.2.52/= test' > *** malformed-restore.test *** > Unescaped left brace in regex is illegal here in regex; marked by <-- HER= E in m/%{ <-- HERE (\w+)}/ at run line 73. > make[1]: *** [Makefile:39: malformed-restore.test] Error 255 > make[1]: Leaving directory '/tmp/guix-build-acl-2.2.52.drv-0/acl-2.2.52/t= est' This looks like the new regex syntax issue introduced on the last Perl update we made, no? Is it really aarch64-specific? Ludo=E2=80=99.