commit: 1fb62e827124c547022c370b0eda347843d46d7d Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Jan 24 15:52:34 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Jan 24 15:54:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb62e82
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 <AT> gentoo.org> profiles/base/package.use.mask | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 <[email protected]> (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 <[email protected]> (2024-01-20) # Not working, bug #890756 sci-mathematics/why3-for-spark doc
