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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73514 in the body.
You can then email your comments to 73514 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73514; Package guix-patches. (Fri, 27 Sep 2024 11:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Marcel van der Boom <marcel <at> van-der-boom.nl>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 27 Sep 2024 11:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#73514; Package guix-patches. (Mon, 30 Sep 2024 09:23:02 GMT) Full text and rfc822 format available.

Message #8 received at 73514 <at> debbugs.gnu.org (full text, mbox):

From: Marcel van der Boom <marcel <at> van-der-boom.nl>
To: control <at> debbugs.gnu.org, 73514 <at> debbugs.gnu.org
Subject: QA review for 73514
Date: Mon, 30 Sep 2024 11:22:04 +0200
user guix
usertag 73514 + reviewed-looks-good
thanks

Guix QA review form submission:


Items marked as checked: Lint warnings, Commit messages





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 07 Oct 2024 10:02:01 GMT) Full text and rfc822 format available.

Notification sent to Marcel van der Boom <marcel <at> van-der-boom.nl>:
bug acknowledged by developer. (Mon, 07 Oct 2024 10:02:02 GMT) Full text and rfc822 format available.

Message #13 received at 73514-done <at> debbugs.gnu.org (full text, mbox):

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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 04 Nov 2024 12:24:05 GMT) Full text and rfc822 format available.

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.