aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-03-25 22:45:04 +0000
committerJames Le Cuirot <chewi@gentoo.org>2023-03-25 22:45:04 +0000
commit4cb5a1b2d4e8140f331bb5fa1bb2136db9c4bd54 (patch)
tree90320a636bbcb88bff1ed24312dd75698dd70358
parent2022-12-01-systemd-usrmerge: suggest system be up to date first (diff)
downloadgentoo-news-4cb5a1b2d4e8140f331bb5fa1bb2136db9c4bd54.tar.gz
gentoo-news-4cb5a1b2d4e8140f331bb5fa1bb2136db9c4bd54.tar.bz2
gentoo-news-4cb5a1b2d4e8140f331bb5fa1bb2136db9c4bd54.zip
2023-01-28-rap-prefix-sysroot: Add step to update binutils
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt b/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt
index da1f59b..9c6f3d4 100644
--- a/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt
+++ b/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt
@@ -1,7 +1,7 @@
Title: Breaking changes to the RAP Prefix toolchain
Author: James Le Cuirot <chewi@gentoo.org>
Posted: 2023-01-28
-Revision: 2
+Revision: 3
News-Item-Format: 2.0
Display-If-Profile: default/linux/amd64/17.0/no-multilib/prefix/*
Display-If-Profile: default/linux/amd64/17.1/no-multilib/prefix/*
@@ -53,12 +53,15 @@ your toolchain will break when you next update your compiler or glibc.
3. Update or rebuild sys-libs/glibc.
- 4. Run the following to remove the symlink:
+ 4. Update sys-devel/binutils to at least 2.40-r2. This package is slotted, so
+ ensure at least this version is selected with binutils-config.
+
+ 5. Run the following to remove the symlink:
EPREFIX=$(portageq envvar EPREFIX)
rm "${EPREFIX}${EPREFIX}"
- 5. If dev-libs/libbsd is installed, then update it to 0.11.7-r2 or later.
+ 6. If dev-libs/libbsd is installed, then update it to 0.11.7-r2 or later.
If you are reading this having updated glibc first and you are no longer able to
build anything, then don't panic. Simply execute the lines below and then carry