Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/
Date: Sat, 20 Nov 2021 23:32:22
Message-Id: 1637451108.409923c61c08bb0c46bf883af7b4c6c1f9bf859e.sam@gentoo
1 commit: 409923c61c08bb0c46bf883af7b4c6c1f9bf859e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 20 23:31:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 20 23:31:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409923c6
7
8 profiles/features/prefix: mask problematic Binutils version (2.37_p1-r1)
9
10 Doesn't seem to respect prefix search paths. Mask pending
11 further investigation to fix bootstraps.
12
13 Bug: https://bugs.gentoo.org/824482
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 profiles/features/prefix/package.mask | 6 ++++++
17 1 file changed, 6 insertions(+)
18
19 diff --git a/profiles/features/prefix/package.mask b/profiles/features/prefix/package.mask
20 index 80c1a0a431da..c63283b4c23d 100644
21 --- a/profiles/features/prefix/package.mask
22 +++ b/profiles/features/prefix/package.mask
23 @@ -1,6 +1,12 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 +# Sam James <sam@g.o> (2021-11-20)
28 +# Latest revision may somehow not respect prefix search paths
29 +# Need further investigation
30 +# bug #824482
31 +>=sys-devel/binutils-2.37_p1-r1
32 +
33 # Benda Xu <heroxbd@g.o> (2019-08-20)
34 # systemd is set to invade pid 1, which is not possible for Prefix.
35 # The following are its reverse dependencies.