GNU bug report logs - #29702
[PATCH] gnu: texlive-bin: Disable tests on aarch64.

Previous Next

Package: guix-patches;

Reported by: Eric Bavier <bavier <at> cray.com>

Date: Wed, 13 Dec 2017 22:54:03 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29702 in the body.
You can then email your comments to 29702 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29702; Package guix-patches. (Wed, 13 Dec 2017 22:54:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eric Bavier <bavier <at> cray.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 13 Dec 2017 22:54:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eric Bavier <bavier <at> cray.com>
To: guix-patches <at> gnu.org
Cc: Eric Bavier <bavier <at> cray.com>
Subject: [PATCH] gnu: texlive-bin: Disable tests on aarch64.
Date: Wed, 13 Dec 2017 16:52:58 -0600
* gnu/packages/tex.scm (texlive-bin)[arguments]: Disable tests on aarch64.
---
 gnu/packages/tex.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index adafdfd08..5611b3e6e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -161,10 +161,12 @@
          "--with-system-zlib"
          "--with-system-zziplib")
 
-      ;; Disable tests on mips64 to cope with a failure of luajiterr.test.
-      ;; XXX FIXME fix luajit properly on mips64.
-      #:tests? ,(not (string-prefix? "mips64" (or (%current-target-system)
-                                                  (%current-system))))
+      ;; Disable tests on mips64/aarch64 to cope with a failure of luajiterr.test.
+      ;; XXX FIXME fix luajit properly on mips64 and aarch64.
+       #:tests? ,(let ((s (or (%current-target-system)
+                              (%current-system))))
+                   (not (or (string-prefix? "aarch64" s)
+                            (string-prefix? "mips64" s))))
       #:phases
        (modify-phases %standard-phases
          (add-after 'install 'postint
-- 
2.15.0





Information forwarded to guix-patches <at> gnu.org:
bug#29702; Package guix-patches. (Thu, 14 Dec 2017 17:25:02 GMT) Full text and rfc822 format available.

Message #8 received at 29702 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Eric Bavier <bavier <at> cray.com>
Cc: 29702 <at> debbugs.gnu.org
Subject: Re: [bug#29702] [PATCH] gnu: texlive-bin: Disable tests on aarch64.
Date: Thu, 14 Dec 2017 18:24:35 +0100
Eric Bavier <bavier <at> cray.com> skribis:

> * gnu/packages/tex.scm (texlive-bin)[arguments]: Disable tests on aarch64.

Heheh, LGTM.




bug closed, send any further explanations to 29702 <at> debbugs.gnu.org and Eric Bavier <bavier <at> cray.com> Request was from Efraim Flashner <efraim <at> flashner.co.il> to control <at> debbugs.gnu.org. (Mon, 01 Jan 2018 09:37:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 29 Jan 2018 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.