GNU bug report logs -
#74290
[PATCH 00/31] Add support for x86_64-gnu, aka the 64bit Hurd.
Previous Next
Reported by: Janneke Nieuwenhuizen <janneke <at> gnu.org>
Date: Sun, 10 Nov 2024 10:35:02 UTC
Severity: normal
Tags: patch
Done: Janneke Nieuwenhuizen <janneke <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #425 received at 74290 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/base.scm (findutils)[arguments]: When building on the 64bit
Hurd, set #:tests? #f.
Change-Id: I63b84cc1a45de7e9ce1aa2c3e812ffc845e1db19
---
gnu/packages/base.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index bab1f258c6..692721acc6 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -425,7 +425,9 @@ (define-public findutils
(patches (search-patches "findutils-localstatedir.patch"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags (list
+ `(#:tests? ,(and (not (%current-target-system))
+ (not (system-hurd64?)))
+ #:configure-flags (list
;; Tell 'updatedb' to write to /var.
"--localstatedir=/var")
#:phases (modify-phases %standard-phases
--
2.46.0
This bug report was last modified 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.