unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Error cross-compiling Mesa: failing test
@ 2019-09-06 19:10 Pierre Neidhardt
  2019-09-07 14:58 ` Marius Bakke
  0 siblings, 1 reply; 10+ messages in thread
From: Pierre Neidhardt @ 2019-09-06 19:10 UTC (permalink / raw)
  To: guix-devel, Marius Bakke

[-- Attachment #1: Type: text/plain, Size: 989 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-10-03 10:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 19:10 Error cross-compiling Mesa: failing test Pierre Neidhardt
2019-09-07 14:58 ` Marius Bakke
2019-09-19 10:44   ` Pierre Neidhardt
2019-09-19 10:57     ` Jelle Licht
2019-09-19 10:59       ` Pierre Neidhardt
2019-09-19 11:05         ` Jelle Licht
2019-09-19 11:32           ` Pierre Neidhardt
2019-09-27 14:36             ` Pierre Neidhardt
2019-09-27 17:34               ` Marius Bakke
2019-10-03 10:04                 ` Pierre Neidhardt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).