From unknown Fri Aug 15 20:53:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30024: [PATCH] core-updates: librsvg: Disable more failing tests Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 08 Jan 2018 07:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 30024 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: 30024@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151539533915769 (code B ref -1); Mon, 08 Jan 2018 07:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Jan 2018 07:08:59 +0000 Received: from localhost ([127.0.0.1]:40145 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYRYD-00046B-BO for submit@debbugs.gnu.org; Mon, 08 Jan 2018 02:08:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60569) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYRY8-00045q-0F for submit@debbugs.gnu.org; Mon, 08 Jan 2018 02:08:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYRY1-0001vB-L4 for submit@debbugs.gnu.org; Mon, 08 Jan 2018 02:08:42 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53421) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYRY1-0001v7-G4 for submit@debbugs.gnu.org; Mon, 08 Jan 2018 02:08:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYRY0-0002O0-1Y for bug-guix@gnu.org; Mon, 08 Jan 2018 02:08:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYRXw-0001tA-QT for bug-guix@gnu.org; Mon, 08 Jan 2018 02:08:40 -0500 Received: from world.peace.net ([50.252.239.5]:53708) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYRXw-0001sd-Kz for bug-guix@gnu.org; Mon, 08 Jan 2018 02:08:36 -0500 Received: from pool-72-93-33-196.bstnma.east.verizon.net ([72.93.33.196] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1eYRXu-0002mF-Iw; Mon, 08 Jan 2018 02:08:34 -0500 From: Mark H Weaver Date: Mon, 08 Jan 2018 02:08:06 -0500 Message-ID: <87h8rwbzft.fsf@netris.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain On the core-updates branch, in librsvg, some tests fail on i686 and armhf. I've attached a proposed patch, but I haven't yet been able to test it because I no longer use binary substitutes on my systems and I'm currently having some difficulties[*] building the base packages. If someone else would like to test this and push it to core-updates, I'd be grateful. It would be sufficient to test on i686, I think. Mark [*] GNU tar's handling of sparse files is broken on btrfs filesystems and thus fails its test suite on my system, and the test suite of guile-2.2.3 hung up (no output or CPU usage for 30 minutes with a defunct guile process) on my x86_64 GuixSD system. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-UNTESTED-gnu-librsvg-Disable-more-failing-tests.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] UNTESTED: gnu: librsvg: Disable more failing tests >From e414375109364f29618ec8e71074e71f514d1765 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 7 Jan 2018 21:35:35 -0500 Subject: [PATCH] UNTESTED: gnu: librsvg: Disable more failing tests. * gnu/packages/gnome.scm (librsvg)[arguments]: Rename 'remove-failing-test' phase to 'remove-failing-tests'. Disable more tests that fail on i686 and armhf. --- gnu/packages/gnome.scm | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6d907fdf9..e5345b111 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9,7 +9,7 @@ ;;; Copyright =C2=A9 2015, 2017 Andy Wingo ;;; Copyright =C2=A9 2015 David Hashe ;;; Copyright =C2=A9 2015, 2016, 2017 Ricardo Wurmus -;;; Copyright =C2=A9 2015, 2016, 2017 Mark H Weaver +;;; Copyright =C2=A9 2015, 2016, 2017, 2018 Mark H Weaver ;;; Copyright =C2=A9 2015 David Thompson ;;; Copyright =C2=A9 2015, 2016, 2017 Efraim Flashner ;;; Copyright =C2=A9 2016, 2017 Rene Saavedra @@ -1207,11 +1207,19 @@ dealing with different structured file formats.") (("gdk_pixbuf_cache_file =3D .*$") "gdk_pixbuf_cache_file =3D $(TMPDIR)/loaders.cache\n")) #t)) - (add-after 'unpack 'remove-failing-test - ;; This test fails on aarch64. + (add-after 'unpack 'remove-failing-tests (lambda _ - (delete-file "tests/fixtures/reftests/bugs/777834-empty-text-= children.svg") - (delete-file "tests/fixtures/reftests/bugs/777834-empty-text-= children-ref.png") + (with-directory-excursion "tests/fixtures/reftests" + (for-each delete-file + '(;; This test fails on i686: + "svg1.1/masking-path-04-b.svg" + "svg1.1/masking-path-04-b-ref.png" + ;; This test fails on armhf: + "svg1.1/masking-mask-01-b.svg" + "svg1.1/masking-mask-01-b-ref.png" + ;; This test fails on aarch64: + "bugs/777834-empty-text-children.svg" + "bugs/777834-empty-text-children-ref.png"))) #t))))) (native-inputs `(("pkg-config" ,pkg-config) --=20 2.15.1 --=-=-=-- From unknown Fri Aug 15 20:53:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Mark H Weaver Subject: bug#30024: closed (Re: bug#30024: [PATCH] core-updates: librsvg: Disable more failing tests) Message-ID: References: <87k1wsfng7.fsf@gnu.org> <87h8rwbzft.fsf@netris.org> X-Gnu-PR-Message: they-closed 30024 X-Gnu-PR-Package: guix X-Gnu-PR-Keywords: patch Reply-To: 30024@debbugs.gnu.org Date: Mon, 08 Jan 2018 14:14:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1515420843-27708-1" This is a multi-part message in MIME format... ------------=_1515420843-27708-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #30024: [PATCH] core-updates: librsvg: Disable more failing tests which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 30024@debbugs.gnu.org. --=20 30024: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D30024 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1515420843-27708-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 30024-done) by debbugs.gnu.org; 8 Jan 2018 14:13:32 +0000 Received: from localhost ([127.0.0.1]:40364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYYBA-0007C7-9P for submit@debbugs.gnu.org; Mon, 08 Jan 2018 09:13:32 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:35766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYYB7-0007By-VA for 30024-done@debbugs.gnu.org; Mon, 08 Jan 2018 09:13:30 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 6B54C1012D; Mon, 8 Jan 2018 15:13:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MaKy5kNtg6TN; Mon, 8 Jan 2018 15:13:28 +0100 (CET) Received: from ribbon (unknown [193.50.110.243]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 9EFE8F8C5; Mon, 8 Jan 2018 15:13:28 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#30024: [PATCH] core-updates: librsvg: Disable more failing tests References: <87h8rwbzft.fsf@netris.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 19 =?utf-8?Q?Niv=C3=B4se?= an 226 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 08 Jan 2018 15:13:28 +0100 In-Reply-To: <87h8rwbzft.fsf@netris.org> (Mark H. Weaver's message of "Mon, 08 Jan 2018 02:08:06 -0500") Message-ID: <87k1wsfng7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30024-done Cc: 30024-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello, Mark H Weaver skribis: > On the core-updates branch, in librsvg, some tests fail on i686 and > armhf. I've attached a proposed patch, but I haven't yet been able to > test it because I no longer use binary substitutes on my systems and I'm > currently having some difficulties[*] building the base packages. > > If someone else would like to test this and push it to core-updates, I'd > be grateful. It would be sufficient to test on i686, I think. Tested on i686 and pushed, thank you! > [*] GNU tar's handling of sparse files is broken on btrfs filesystems > and thus fails its test suite on my system, and the test suite of > guile-2.2.3 hung up (no output or CPU usage for 30 minutes with a > defunct guile process) on my x86_64 GuixSD system. Many file system related tests fail on Btrfs. :-/ As for the Guile failure, it=E2=80=99s weird. Could you gather more info i= f it happens again? Ludo=E2=80=99. ------------=_1515420843-27708-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Jan 2018 07:08:59 +0000 Received: from localhost ([127.0.0.1]:40145 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYRYD-00046B-BO for submit@debbugs.gnu.org; Mon, 08 Jan 2018 02:08:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60569) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYRY8-00045q-0F for submit@debbugs.gnu.org; Mon, 08 Jan 2018 02:08:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYRY1-0001vB-L4 for submit@debbugs.gnu.org; Mon, 08 Jan 2018 02:08:42 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53421) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYRY1-0001v7-G4 for submit@debbugs.gnu.org; Mon, 08 Jan 2018 02:08:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYRY0-0002O0-1Y for bug-guix@gnu.org; Mon, 08 Jan 2018 02:08:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYRXw-0001tA-QT for bug-guix@gnu.org; Mon, 08 Jan 2018 02:08:40 -0500 Received: from world.peace.net ([50.252.239.5]:53708) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYRXw-0001sd-Kz for bug-guix@gnu.org; Mon, 08 Jan 2018 02:08:36 -0500 Received: from pool-72-93-33-196.bstnma.east.verizon.net ([72.93.33.196] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1eYRXu-0002mF-Iw; Mon, 08 Jan 2018 02:08:34 -0500 From: Mark H Weaver To: bug-guix@gnu.org Subject: [PATCH] core-updates: librsvg: Disable more failing tests Date: Mon, 08 Jan 2018 02:08:06 -0500 Message-ID: <87h8rwbzft.fsf@netris.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain On the core-updates branch, in librsvg, some tests fail on i686 and armhf. I've attached a proposed patch, but I haven't yet been able to test it because I no longer use binary substitutes on my systems and I'm currently having some difficulties[*] building the base packages. If someone else would like to test this and push it to core-updates, I'd be grateful. It would be sufficient to test on i686, I think. Mark [*] GNU tar's handling of sparse files is broken on btrfs filesystems and thus fails its test suite on my system, and the test suite of guile-2.2.3 hung up (no output or CPU usage for 30 minutes with a defunct guile process) on my x86_64 GuixSD system. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-UNTESTED-gnu-librsvg-Disable-more-failing-tests.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] UNTESTED: gnu: librsvg: Disable more failing tests >From e414375109364f29618ec8e71074e71f514d1765 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sun, 7 Jan 2018 21:35:35 -0500 Subject: [PATCH] UNTESTED: gnu: librsvg: Disable more failing tests. * gnu/packages/gnome.scm (librsvg)[arguments]: Rename 'remove-failing-test' phase to 'remove-failing-tests'. Disable more tests that fail on i686 and armhf. --- gnu/packages/gnome.scm | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6d907fdf9..e5345b111 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9,7 +9,7 @@ ;;; Copyright =C2=A9 2015, 2017 Andy Wingo ;;; Copyright =C2=A9 2015 David Hashe ;;; Copyright =C2=A9 2015, 2016, 2017 Ricardo Wurmus -;;; Copyright =C2=A9 2015, 2016, 2017 Mark H Weaver +;;; Copyright =C2=A9 2015, 2016, 2017, 2018 Mark H Weaver ;;; Copyright =C2=A9 2015 David Thompson ;;; Copyright =C2=A9 2015, 2016, 2017 Efraim Flashner ;;; Copyright =C2=A9 2016, 2017 Rene Saavedra @@ -1207,11 +1207,19 @@ dealing with different structured file formats.") (("gdk_pixbuf_cache_file =3D .*$") "gdk_pixbuf_cache_file =3D $(TMPDIR)/loaders.cache\n")) #t)) - (add-after 'unpack 'remove-failing-test - ;; This test fails on aarch64. + (add-after 'unpack 'remove-failing-tests (lambda _ - (delete-file "tests/fixtures/reftests/bugs/777834-empty-text-= children.svg") - (delete-file "tests/fixtures/reftests/bugs/777834-empty-text-= children-ref.png") + (with-directory-excursion "tests/fixtures/reftests" + (for-each delete-file + '(;; This test fails on i686: + "svg1.1/masking-path-04-b.svg" + "svg1.1/masking-path-04-b-ref.png" + ;; This test fails on armhf: + "svg1.1/masking-mask-01-b.svg" + "svg1.1/masking-mask-01-b-ref.png" + ;; This test fails on aarch64: + "bugs/777834-empty-text-children.svg" + "bugs/777834-empty-text-children-ref.png"))) #t))))) (native-inputs `(("pkg-config" ,pkg-config) --=20 2.15.1 --=-=-=-- ------------=_1515420843-27708-1-- From unknown Fri Aug 15 20:53:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30024: [PATCH] core-updates: librsvg: Disable more failing tests Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 08 Jan 2018 16:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30024 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Cc: 30024-done@debbugs.gnu.org Received: via spool by 30024-done@debbugs.gnu.org id=D30024.151543026927759 (code D ref 30024); Mon, 08 Jan 2018 16:52:01 +0000 Received: (at 30024-done) by debbugs.gnu.org; 8 Jan 2018 16:51:09 +0000 Received: from localhost ([127.0.0.1]:41581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYadh-0007Df-LQ for submit@debbugs.gnu.org; Mon, 08 Jan 2018 11:51:09 -0500 Received: from world.peace.net ([50.252.239.5]:46734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eYadg-0007DN-G0 for 30024-done@debbugs.gnu.org; Mon, 08 Jan 2018 11:51:08 -0500 Received: from pool-72-93-33-196.bstnma.east.verizon.net ([72.93.33.196] helo=jojen) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1eYada-0007dX-3d; Mon, 08 Jan 2018 11:51:02 -0500 From: Mark H Weaver References: <87h8rwbzft.fsf@netris.org> <87k1wsfng7.fsf@gnu.org> Date: Mon, 08 Jan 2018 11:50:33 -0500 In-Reply-To: <87k1wsfng7.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 08 Jan 2018 15:13:28 +0100") Message-ID: <87incce1ly.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Hi Ludovic, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> [*] GNU tar's handling of sparse files is broken on btrfs filesystems >> and thus fails its test suite on my system, and the test suite of >> guile-2.2.3 hung up (no output or CPU usage for 30 minutes with a >> defunct guile process) on my x86_64 GuixSD system. > > Many file system related tests fail on Btrfs. :-/ I've resumed an old discussion about the GNU Tar issue here: https://lists.gnu.org/archive/html/bug-tar/2018-01/msg00002.html The good news is that Paul Eggert, a GNU Tar maintainer, is open to letting me fix this bug properly. > As for the Guile failure, it=E2=80=99s weird. Could you gather more info= if it > happens again? I just filed a report with the information I gathered, here: https://bugs.gnu.org/30027 I neglected to mention it, but I also saved the failed build directory, and the complete build log. Mark