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/default/linux/x86/17.0/musl/
Date: Tue, 06 Jul 2021 19:01:02
Message-Id: 1625598051.31be81b1141d76911fbde9d927bde3d2141d80d0.sam@gentoo
1 commit: 31be81b1141d76911fbde9d927bde3d2141d80d0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 18:59:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 19:00:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31be81b1
7
8 profiles/default/linux/x86/17.0/musl: mask sys-apps/systemd-tmpfiles for now
9
10 Requires -fstack-protector at the moment which is broken on x86 + musl
11 for the timebeing. Masked to allow stage builds to proceed.
12
13 Bug: https://bugs.gentoo.org/800893
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 profiles/default/linux/x86/17.0/musl/package.mask | 8 ++++++++
17 1 file changed, 8 insertions(+)
18
19 diff --git a/profiles/default/linux/x86/17.0/musl/package.mask b/profiles/default/linux/x86/17.0/musl/package.mask
20 new file mode 100644
21 index 00000000000..776568d39cb
22 --- /dev/null
23 +++ b/profiles/default/linux/x86/17.0/musl/package.mask
24 @@ -0,0 +1,8 @@
25 +# Copyright 1999-2021 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License, v2
27 +
28 +# Sam James <sam@g.o> (2021-07-06)
29 +# Forces -fstack-protector, masking for now to allow# stage3s to be built.
30 +# Masking this forces sys-apps/opentmpfiles to provide virtual/tmpfiles.
31 +# bug #800893
32 +sys-apps/systemd-tmpfiles