GNU bug report logs - #73514
[PATCH] gnu: lib2geom: Skip a test on ppc64le

Previous Next

Package: guix-patches;

Reported by: Marcel van der Boom <marcel <at> van-der-boom.nl>

Date: Fri, 27 Sep 2024 11:16:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73514: closed ([PATCH] gnu: lib2geom: Skip a test on ppc64le)
Date: Mon, 07 Oct 2024 10:02:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 07 Oct 2024 12:01:07 +0200
with message-id <87zfngxme4.fsf <at> gnu.org>
and subject line Re: [bug#73514] [PATCH] gnu: lib2geom: Skip a test on ppc64le
has caused the debbugs.gnu.org bug report #73514,
regarding [PATCH] gnu: lib2geom: Skip a test on ppc64le
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73514: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73514
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marcel van der Boom <marcel <at> van-der-boom.nl>
To: guix-patches <at> gnu.org
Cc: Marcel van der Boom <marcel <at> van-der-boom.nl>
Subject: [PATCH] gnu: lib2geom: Skip a test on ppc64le
Date: Fri, 27 Sep 2024 13:14:41 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Marcel van der Boom <marcel <at> van-der-boom.nl>
Cc: 73514-done <at> debbugs.gnu.org
Subject: Re: [bug#73514] [PATCH] gnu: lib2geom: Skip a test on ppc64le
Date: Mon, 07 Oct 2024 12:01:07 +0200
Marcel van der Boom <marcel <at> van-der-boom.nl> skribis:

> * gnu/packages/graphics.scm (lib2geom)[arguments]: When building for
> ppc64le-linux add a phase to skip a test known to fail upstream.

Applied, thanks!


This bug report was last modified 229 days ago.

Previous Next


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