guix-devel
[Top][All Lists]
Advanced

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

Error cross-compiling Mesa: failing test


From: Pierre Neidhardt
Subject: Error cross-compiling Mesa: failing test
Date: Fri, 06 Sep 2019 21:10:39 +0200

Hi!

Our current `mesa' package has this bit:

--8<---------------cut here---------------start------------->8---
         ,@(if (string-prefix? "i686" (%current-system))
               ;; Disable new test from Mesa 19 that fails on i686.  Upstream
               ;; report: <https://bugs.freedesktop.org/show_bug.cgi?id=110612>.
               `((add-after 'unpack 'disable-failing-test
                   (lambda _
                     (substitute* "src/gallium/tests/unit/meson.build"
                       (("'u_format_test',") ""))
                     #t)))
               '())
--8<---------------cut here---------------end--------------->8---

When I attempt to cross-compile the package from x86-64 to x686, the
faulty test is not disabled and the check phase fails.

If I turn (%current-system) to (%current-target-system) it works.
Should we update the package to use (%current-target-system) then?

Marius?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

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