From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/pmix/
Date: Wed, 3 Jul 2024 21:25:17 +0000 (UTC) [thread overview]
Message-ID: <1720041897.3cb521ed1eda151aaf605d6da3fc49b128816ccc.eschwartz@gentoo> (raw)
commit: 3cb521ed1eda151aaf605d6da3fc49b128816ccc
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Jul 1 00:31:16 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 21:24:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb521ed
sys-cluster/pmix: stop enabling -Werror via ./configure
The aptly-named --enable-werror flag provided by upstream will carefully
enable -Werror in CI builds, even if you pass --disable-werror or
--enable-werror=no. This excellent diagnostics pass brought to you by
the world's most intuitive string validation and checking library, GNU
autoconf.
It is unclear to me why "sys-cluster/pmix: add 4.2.2" entailed adding
this configure option. The option was new in that version bump but
refraining from passing the option would do the correct thing...
Fixes: 8ad34c5cb767676d6cb5e9249565d2e4c17d838e
Bug: https://bugs.gentoo.org/906972
Bug: https://bugs.gentoo.org/908551
Closes: https://bugs.gentoo.org/892023
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
sys-cluster/pmix/pmix-4.2.2-r1.ebuild | 3 +--
sys-cluster/pmix/pmix-4.2.8.ebuild | 1 -
sys-cluster/pmix/pmix-5.0.2.ebuild | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/sys-cluster/pmix/pmix-4.2.2-r1.ebuild b/sys-cluster/pmix/pmix-4.2.2-r1.ebuild
index 84966f965b68..b2382be92a0f 100644
--- a/sys-cluster/pmix/pmix-4.2.2-r1.ebuild
+++ b/sys-cluster/pmix/pmix-4.2.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,6 @@ DEPEND="${RDEPEND}"
src_configure() {
econf \
- --disable-werror \
$(use_enable debug) \
$(use_with munge)
}
diff --git a/sys-cluster/pmix/pmix-4.2.8.ebuild b/sys-cluster/pmix/pmix-4.2.8.ebuild
index 9fb7d4f09632..55485e23b9ec 100644
--- a/sys-cluster/pmix/pmix-4.2.8.ebuild
+++ b/sys-cluster/pmix/pmix-4.2.8.ebuild
@@ -36,7 +36,6 @@ src_configure() {
filter-lto
econf \
- --disable-werror \
$(use_enable debug) \
$(use_with munge)
}
diff --git a/sys-cluster/pmix/pmix-5.0.2.ebuild b/sys-cluster/pmix/pmix-5.0.2.ebuild
index ce44f08ba0c0..f7d88d473b4c 100644
--- a/sys-cluster/pmix/pmix-5.0.2.ebuild
+++ b/sys-cluster/pmix/pmix-5.0.2.ebuild
@@ -36,7 +36,6 @@ src_configure() {
filter-lto
econf \
- --disable-werror \
$(use_enable debug) \
$(use_with munge)
}
next reply other threads:[~2024-07-03 21:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-03 21:25 Eli Schwartz [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-08 11:00 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/pmix/ Patrick Lauer
2024-08-24 6:41 Michał Górny
2024-08-23 23:37 Jakov Smolić
2024-07-17 20:31 Eli Schwartz
2024-07-17 20:31 Eli Schwartz
2024-07-17 5:43 Eli Schwartz
2024-07-03 21:25 Eli Schwartz
2024-06-14 6:45 Sam James
2024-06-14 6:45 Sam James
2024-06-14 6:45 Sam James
2023-12-20 10:04 Sam James
2022-12-24 14:52 Andreas Sturmlechner
2022-12-07 19:49 Sam James
2022-12-07 15:42 Sam James
2022-11-19 19:36 Sam James
2022-11-19 19:36 Sam James
2018-04-01 20:51 Justin Lecher
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=1720041897.3cb521ed1eda151aaf605d6da3fc49b128816ccc.eschwartz@gentoo \
--to=eschwartz@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox