[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64711] [PATCH 25/43] gnu: libpaper: Disable tests for the Hurd.
From: |
Janneke Nieuwenhuizen |
Subject: |
[bug#64711] [PATCH 25/43] gnu: libpaper: Disable tests for the Hurd. |
Date: |
Tue, 18 Jul 2023 16:40:18 +0200 |
* gnu/packages/ghostscript.scm (libpaper)[arguments]: When building for the
Hurd, set #:tests? to #false.
---
gnu/packages/ghostscript.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 8d35f1195c..94807fdd94 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2020, 2022 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
-;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -89,9 +89,11 @@ (define-public libpaper
(native-inputs
(list help2man))
(arguments
- '(#:configure-flags '("--disable-static"
- ;; Tests require a relocatable build.
- "--enable-relocatable")))
+ (list #:configure-flags ''("--disable-static"
+ ;; Tests require a relocatable build.
+ "--enable-relocatable")
+ ;; --enable-relocate is broken on the Hurd
+ #:tests? (not (target-hurd?))))
(outputs '("out" "debug"))
(home-page "https://github.com/rrthomas/libpaper")
(synopsis "Library for handling paper sizes")
--
2.40.1
- [bug#64711] [PATCH 19/43] gnu: curl: Skip failing test on the Hurd., (continued)
- [bug#64711] [PATCH 19/43] gnu: curl: Skip failing test on the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 22/43] gnu: procps: Skip linux-version test for the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 16/43] gnu: libgpg-error: Skip failing test on the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 24/43] gnu: parted: Disable tests for the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 11/43] gnu: python: Support native build on the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 21/43] gnu: emacs: Depend on libc-for-target., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 27/43] gnu: openssl-1.1: Fix shared build for the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 23/43] gnu: e2fsprogs: Skip failing tests on the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 25/43] gnu: libpaper: Disable tests for the Hurd.,
Janneke Nieuwenhuizen <=
- [bug#64711] [PATCH 26/43] gnu: cairo: Support building for the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 26/43] gnu: cairo: Support building for the Hurd., Liliana Marie Prikler, 2023/07/18
- [bug#64711] [PATCH 26/43] gnu: cairo: Support building for the Hurd., Janneke Nieuwenhuizen, 2023/07/18
- [bug#64711] [PATCH 26/43] gnu: cairo: Support building for the Hurd., Maxim Cournoyer, 2023/07/18
- [bug#64711] [PATCH 26/43] gnu: cairo: Support building for the Hurd., Janneke Nieuwenhuizen, 2023/07/19
- [bug#64711] [PATCH 26/43] gnu: cairo: Support building for the Hurd., Maxim Cournoyer, 2023/07/19
- [bug#64711] [PATCH 26/43] gnu: cairo: Support building for the Hurd., Janneke Nieuwenhuizen, 2023/07/21
[bug#64711] [PATCH 29/43] gnu: tcsh: Skip substitution tests on the Hurd., Janneke Nieuwenhuizen, 2023/07/18
[bug#64711] [PATCH 38/43] gnu: ghostscript: Fix build for the Hurd., Janneke Nieuwenhuizen, 2023/07/18
[bug#64711] [PATCH 30/43] gnu: swig: Skip tests when building for the Hurd., Janneke Nieuwenhuizen, 2023/07/18