GNU bug report logs - #62378
[PATCH 0/3] Update supported-systems.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 22 Mar 2023 12:49:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Greg Hogan <code <at> greghogan.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 62378 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [bug#62378] [PATCH 2/3] gnu: tokyocabinet: Limit to x86_64-linux and i686-linux.
Date: Wed, 22 Mar 2023 12:52:29 +0000
* gnu/packages/databases.scm (tokyocabinet)[supported-systems]: New field.
---
 gnu/packages/databases.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index e51ddd5bf2..89ccf6c4fc 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2630,6 +2630,8 @@ (define-public tokyocabinet
        (sha256
         (base32
          "140zvr0n8kvsl0fbn2qn3f2kh3yynfwnizn4dgbj47m975yg80x0"))))
+    ;; "gcc: error: unrecognized command-line option ?-minline-all-stringops?".
+    (supported-systems '("i686-linux" "x86_64-linux"))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.40.0





This bug report was last modified 2 years and 68 days ago.

Previous Next


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