guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Texlive


From: Mark H Weaver
Subject: Re: Texlive
Date: Sun, 15 Mar 2015 11:33:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Andreas Enge <address@hidden> writes:

> @@ -124,70 +121,157 @@
>  
>        ;; 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)
> +      #:tests? ,(not (equal? "mips64el-linux" (or (%current-target-system)
>                                                    (%current-system))))

What is the rationale for this change?

Contrary to what one might expect based on the names of those procedures
and the frequent pattern

  (or (%current-target-system) (%current-system))

(%current-target-system) returns a GNU triplet whereas (%current-system)
returns a Nix system.  A GNU triplet for MIPS64 will start with "mips64"
but is unlikely to be "mips64el-linux".

     Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]