From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
Date: Mon, 25 Sep 2023 13:01:18 +0000 (UTC) [thread overview]
Message-ID: <1695646502.c5bc79e914e90097efade012df40509baf5cf5f2.arthurzam@gentoo> (raw)
commit: c5bc79e914e90097efade012df40509baf5cf5f2
Author: Raul E Rangel <rrangel <AT> chromium <DOT> org>
AuthorDate: Tue Aug 15 16:53:30 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 12:55:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bc79e9
net-analyzer/netperf: Fix dependencies
The acct- dependencies should be BDEPEND instead of DEPEND.
We also need gnuconfig so that the config.sub will get patched
with `econf`. Otherwise we get the following error:
```
configure: loading site script /usr/share/config.site
configure: loading site script /usr/share/crossdev/include/site/linux
configure: loading site script /usr/share/crossdev/include/site/linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... Invalid configuration `aarch64-cros-linux-gnu': machine `aarch64-cros' not recognized
configure: error: /bin/sh ./config.sub aarch64-cros-linux-gnu failed
```
vs a good run that has gnuconfig installed prints the following:
```
>>> Configuring source in /build/arm64-generic/tmp/portage/net-analyzer/netperf-2.7.0-r4/work/netperf-2.7.0 ...
* econf: updating netperf-2.7.0/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating netperf-2.7.0/config.sub with /usr/share/gnuconfig/config.sub
```
Signed-off-by: Raul E Rangel <rrangel <AT> chromium.org>
Closes: https://github.com/gentoo/gentoo/pull/32326
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../netperf/{netperf-2.7.0-r4.ebuild => netperf-2.7.0-r5.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r5.ebuild
similarity index 97%
rename from net-analyzer/netperf/netperf-2.7.0-r4.ebuild
rename to net-analyzer/netperf/netperf-2.7.0-r5.ebuild
index f2cbe9c445a8..b66c8514fe1b 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r5.ebuild
@@ -14,11 +14,14 @@ LICENSE="netperf"
SLOT="0"
IUSE="demo sctp"
-DEPEND="
+RDEPEND="
acct-group/netperf
acct-user/netperf
"
-RDEPEND="${DEPEND}"
+BDEPEND="
+ sys-devel/gnuconfig
+ ${RDEPEND}
+"
PATCHES=(
"${FILESDIR}"/${PN}-fix-scripts.patch
next reply other threads:[~2023-09-25 13:01 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-25 13:01 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 9:19 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/ Arthur Zamarin
2024-11-14 18:41 Sam James
2024-11-14 4:00 Sam James
2024-11-14 3:42 Sam James
2024-11-14 3:21 Sam James
2024-11-14 3:21 Sam James
2024-06-07 10:25 James Le Cuirot
2023-09-25 13:01 Arthur Zamarin
2023-05-01 13:19 Sam James
2023-01-04 4:56 Sam James
2023-01-04 4:56 Sam James
2023-01-04 4:56 Sam James
2023-01-04 4:56 Sam James
2023-01-04 4:32 Sam James
2023-01-04 4:32 Sam James
2023-01-04 4:32 Sam James
2022-03-14 21:05 Jakov Smolić
2020-01-28 15:38 Jeroen Roovers
2018-07-23 20:29 Jeroen Roovers
2018-07-23 19:00 Sergei Trofimovich
2018-07-09 0:34 Mikle Kolyada
2018-07-02 0:49 Thomas Deutschmann
2018-07-01 9:24 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-06-28 18:53 Sergei Trofimovich
2018-06-28 12:54 Mart Raudsepp
2018-06-27 22:22 Sergei Trofimovich
2018-06-27 17:23 Tobias Klausmann
2016-12-21 22:54 Thomas Deutschmann
2016-11-05 9:09 Jeroen Roovers
2016-09-04 10:21 Tobias Klausmann
2016-08-17 5:51 Jeroen Roovers
2016-08-17 5:49 Jeroen Roovers
2016-08-08 8:39 Andrew Savchenko
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=1695646502.c5bc79e914e90097efade012df40509baf5cf5f2.arthurzam@gentoo \
--to=arthurzam@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