commit: 71fed2eb85ab1c869705fb7ce8ed0bc9248886b8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 21:58:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 21:58:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fed2eb
profiles/default/linux: mask sys-devel/gcc[sanitize] on musl ppc* profiles mcontext parts of libsanitizer need porting. Bug: https://bugs.gentoo.org/892079 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/default/linux/ppc/17.0/musl/package.use.mask | 7 +++++++ profiles/default/linux/ppc64/17.0/musl/package.use.mask | 7 ++++++- profiles/default/linux/ppc64le/17.0/musl/package.use.mask | 7 +++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/profiles/default/linux/ppc/17.0/musl/package.use.mask b/profiles/default/linux/ppc/17.0/musl/package.use.mask new file mode 100644 index 000000000000..80fbaf3654a7 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/musl/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2023-01-29) +# Fails to build on combination of ppc* + musl because of mcontext. +# libsanitizer needs adapting, bug #892079. +sys-devel/gcc sanitize diff --git a/profiles/default/linux/ppc64/17.0/musl/package.use.mask b/profiles/default/linux/ppc64/17.0/musl/package.use.mask index 48ea7e459330..d3d557acaebb 100644 --- a/profiles/default/linux/ppc64/17.0/musl/package.use.mask +++ b/profiles/default/linux/ppc64/17.0/musl/package.use.mask @@ -1,6 +1,11 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-01-29) +# Fails to build on combination of ppc* + musl because of mcontext. +# libsanitizer needs adapting, bug #892079. +sys-devel/gcc sanitize + # Georgy Yakovlev <[email protected]> (2020-02-18) # perlasm assumes elfv1 abi on big endian # mask until merged and released diff --git a/profiles/default/linux/ppc64le/17.0/musl/package.use.mask b/profiles/default/linux/ppc64le/17.0/musl/package.use.mask new file mode 100644 index 000000000000..80fbaf3654a7 --- /dev/null +++ b/profiles/default/linux/ppc64le/17.0/musl/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2023-01-29) +# Fails to build on combination of ppc* + musl because of mcontext. +# libsanitizer needs adapting, bug #892079. +sys-devel/gcc sanitize
