diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-01-24 10:52:34 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-01-24 10:54:40 -0500 |
commit | 1fb62e827124c547022c370b0eda347843d46d7d (patch) | |
tree | 56b98e3495b522cc00b4ef163389180b2ac7ee8b /profiles/base | |
parent | gap-pkg.eclass: enable pipefail when piping tests through tee (diff) | |
download | gentoo-1fb62e827124c547022c370b0eda347843d46d7d.tar.gz gentoo-1fb62e827124c547022c370b0eda347843d46d7d.tar.bz2 gentoo-1fb62e827124c547022c370b0eda347843d46d7d.zip |
profiles/base: mask USE=debug for sci-mathematics/gap
A missing "-o pipefail" that has now been added to the eclass can cause
test failures in dev-gap packages otherwise.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b79dea91f2cb..b7c675e37c44 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,17 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michael Orlitzky <mjo@gentoo.org> (2024-01-24) +# A missing "-o pipefail" in the gap-pkg eclass caused me to +# miss a few crashes in dev-gap packages when GAP itself is +# built with kernel debugging enabled. These may not be the +# only problems but it's hard to tell because they cascade: +# +# * https://github.com/frankluebeck/EDIM/issues/24 +# * https://github.com/gap-packages/io/issues/122 +# +sci-mathematics/gap debug + # Alfredo Tupone <tupone@gentoo.org> (2024-01-20) # Not working, bug #890756 sci-mathematics/why3-for-spark doc |