From dfac39adb859df0e3f86c7b1fc939e3500e6f398 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Jun 2022 06:17:17 +0100 Subject: sys-apps/pciutils: add note re emerge -v1 binutils Was pointed out on IRC that you may indeed just not have a newer Binutils if upgrading an older system. Signed-off-by: Sam James --- sys-apps/pciutils/pciutils-3.8.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'sys-apps') diff --git a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild index 59f4aa0192a4..1bf858cd8fbf 100644 --- a/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild +++ b/sys-apps/pciutils/pciutils-3.8.0-r1.ebuild @@ -81,6 +81,7 @@ check_binutils_version() { eerror "Old version of binutils activated! ${P} cannot be built with an old version." eerror "Please follow these steps:" eerror "1. Select a newer binutils (>= 2.37) using binutils-config" + eerror " (If no such version is installed, run emerge -v1 sys-devel/binutils)" eerror "2. Run: . /etc/profile" eerror "3. Try emerging again with: emerge -v1 ${CATEGORY}/${P}" eerror "4. Complete your world upgrade if you were performing one." -- cgit v1.2.3-65-gdbad