summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2023-03-26 03:09:56 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2023-03-26 03:09:56 +0000
commitb242de958fa1d52385390cc8d8da8c8304ec6390 (patch)
treedb06ed565cdb2bf88c72576f7aa150ed6ad390e3 /metadata/news
parentMerge updates from master (diff)
parent2023-01-28-rap-prefix-sysroot: Add step to update binutils (diff)
downloadgentoo-b242de958fa1d52385390cc8d8da8c8304ec6390.tar.gz
gentoo-b242de958fa1d52385390cc8d8da8c8304ec6390.tar.bz2
gentoo-b242de958fa1d52385390cc8d8da8c8304ec6390.zip
Merge commit '4cb5a1b2d4e8140f331bb5fa1bb2136db9c4bd54'
Diffstat (limited to 'metadata/news')
-rw-r--r--metadata/news/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/metadata/news/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt b/metadata/news/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt
index da1f59b0e862..9c6f3d4ab386 100644
--- a/metadata/news/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt
+++ b/metadata/news/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