all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marcel van der Boom <marcel@van-der-boom.nl>
To: 73514@debbugs.gnu.org
Cc: Marcel van der Boom <marcel@van-der-boom.nl>
Subject: [bug#73514] [PATCH] gnu: lib2geom: Skip a test on ppc64le
Date: Fri, 27 Sep 2024 13:14:41 +0200	[thread overview]
Message-ID: <9effe8f3d05b7316f72513c80126c5c6cda9a2d5.1727435624.git.marcel@van-der-boom.nl> (raw)

* gnu/packages/graphics.scm (lib2geom)[arguments]: When building for
ppc64le-linux add a phase to skip a test known to fail upstream.
---
 gnu/packages/graphics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 7ed5cdc92d..b32ac118c9 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -964,7 +964,8 @@ (define-public lib2geom
                         (("self-intersections-test") ""))))))
               ;; See https://gitlab.com/inkscape/lib2geom/-/issues/63
               ((or (target-aarch64?)
-                   (target-riscv64?))
+                   (target-riscv64?)
+                   (target-ppc64le?))
                #~((add-after 'unpack 'fix-aarch64-faulty-test
                     (lambda _
                       (substitute* "tests/CMakeLists.txt"

base-commit: e6a771c7baf9662b4c9832045ad86c8b92b46bb3
prerequisite-patch-id: b10ed84afde75e57539cf04790b04cc07b2fb3d4
-- 
2.46.0





             reply	other threads:[~2024-09-27 11:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-27 11:14 Marcel van der Boom [this message]
2024-09-30  9:22 ` [bug#73514] QA review for 73514 Marcel van der Boom
2024-10-07 10:01 ` bug#73514: [PATCH] gnu: lib2geom: Skip a test on ppc64le Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9effe8f3d05b7316f72513c80126c5c6cda9a2d5.1727435624.git.marcel@van-der-boom.nl \
    --to=marcel@van-der-boom.nl \
    --cc=73514@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.