Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pciutils/
Date: Fri, 24 Jun 2022 05:26:27
Message-Id: 1656048369.dfac39adb859df0e3f86c7b1fc939e3500e6f398.sam@gentoo
1 commit: dfac39adb859df0e3f86c7b1fc939e3500e6f398
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 05:17:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 05:26:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfac39ad
7
8 sys-apps/pciutils: add note re emerge -v1 binutils
9
10 Was pointed out on IRC that you may indeed just not have a newer
11 Binutils if upgrading an older system.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-apps/pciutils/pciutils-3.8.0-r1.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild
19 index 59f4aa0192a4..1bf858cd8fbf 100644
20 --- a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild
21 +++ b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild
22 @@ -81,6 +81,7 @@ check_binutils_version() {
23 eerror "Old version of binutils activated! ${P} cannot be built with an old version."
24 eerror "Please follow these steps:"
25 eerror "1. Select a newer binutils (>= 2.37) using binutils-config"
26 + eerror " (If no such version is installed, run emerge -v1 sys-devel/binutils)"
27 eerror "2. Run: . /etc/profile"
28 eerror "3. Try emerging again with: emerge -v1 ${CATEGORY}/${P}"
29 eerror "4. Complete your world upgrade if you were performing one."