From: Greg Hogan <code@greghogan.com>
To: 62378@debbugs.gnu.org
Cc: Greg Hogan <code@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 [thread overview]
Message-ID: <20230322125230.39886-2-code@greghogan.com> (raw)
In-Reply-To: <20230322125230.39886-1-code@greghogan.com>
* 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
next prev parent reply other threads:[~2023-03-22 12:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 12:47 [bug#62378] [PATCH 0/3] Update supported-systems Greg Hogan
2023-03-22 12:52 ` [bug#62378] [PATCH 1/3] gnu: b2sum: Limit to x86_64-linux Greg Hogan
2023-03-22 12:52 ` Greg Hogan [this message]
2023-03-22 12:52 ` [bug#62378] [PATCH 3/3] gnu: libx86emu: Limit to x86_64-linux and i686-linux Greg Hogan
2023-03-24 14:47 ` [bug#62378] [PATCH 0/3] Update supported-systems Christopher Baines
2023-05-11 20:20 ` bug#62378: " Greg Hogan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230322125230.39886-2-code@greghogan.com \
--to=code@greghogan.com \
--cc=62378@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.