GNU bug report logs - #72480
[PATCH core-updates] gnu: inkscape: Fix build on i686.

Previous Next

Package: guix-patches;

Reported by: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>

Date: Mon, 5 Aug 2024 17:44:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Cc: 72480-done <at> debbugs.gnu.org
Subject: Re: bug#72480: [PATCH core-updates] gnu: inkscape: Fix build on i686.
Date: Wed, 21 Aug 2024 18:49:09 +0200
[Message part 1 (text/plain, inline)]
Hi Kaelyn,

Kaelyn Takata <kaelyn.alexi <at> protonmail.com> skribis:

> * gnu/packages/inkscape.scm (inkscape): Fix build on i686.
>
> Change-Id: Id4b11ac7aa725a8a55d04bca221319201e488940

Applied with the change below, so that tests are still run on other
systems.

Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 224caa34cf..524277fc2b 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -355,6 +355,13 @@ (define-public inkscape
         #~(delete "-DWITH_IMAGE_MAGICK=OFF" #$flags))
        ((#:phases phases)
         #~(modify-phases #$phases
+            #$@(if (target-x86-32?)
+                   #~()            ;XXX: there are remaining failures on i686
+                   #~((replace 'check
+                        ;; Re-instate the tests disabled in inkscape/stable, now that
+                        ;; their ImageMagick requirement is satisfied.
+                        (assoc-ref %standard-phases 'check))))
+
             (replace 'wrap-program
               ;; Ensure Python is available at runtime.
               (lambda _

This bug report was last modified 329 days ago.

Previous Next


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