diff options
| author | Sam James <sam@gentoo.org> | 2025-10-16 17:57:23 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-16 17:57:58 +0100 |
| commit | 7ef5fa53b33a167be6da83c1bb003aabc3e9b7b4 (patch) | |
| tree | c7611b9d824814759cfb3840f254614cfb2cf2ed /app-shells/bash/bash-9999.ebuild | |
| parent | 0404fd79a3cc6b6eb7987a67082a4038de47f152 (diff) | |
| download | gentoo-7ef5fa53b33a167be6da83c1bb003aabc3e9b7b4.tar.gz gentoo-7ef5fa53b33a167be6da83c1bb003aabc3e9b7b4.tar.bz2 gentoo-7ef5fa53b33a167be6da83c1bb003aabc3e9b7b4.zip | |
app-shells/bash: add 5.4_alpha_pre20251016
As of 5.4_alpha_pre20251016, bash tests finally exit non-0 on failure. The
differences look harmless but need investigation and fixing.
See https://lists.gnu.org/archive/html/bug-bash/2025-10/msg00054.html.
Signed-off-by: Sam James <sam@gentoo.org>
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
# (use "git push" to publish your local commits)
#
# Changes to be committed:
# modified: Manifest
# copied: bash-9999.ebuild -> bash-5.4_alpha_pre20251016.ebuild
# modified: bash-9999.ebuild
#
# Changes not staged for commit:
# modified: ../../media-libs/coin/Manifest
# modified: ../../media-sound/rosegarden/Manifest
# modified: ../../sci-libs/djbfft/djbfft-0.76-r3.ebuild
#
# Untracked files:
# ../../media-libs/coin/coin-4.0.6.ebuild
# ../../media-sound/rosegarden/files/rosegarden-25.06-includes.patch
# ../../media-sound/rosegarden/rosegarden-25.06.ebuild
#
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
| -rw-r--r-- | app-shells/bash/bash-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 7f5ca499dd43..4f70ef30921d 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -78,6 +78,9 @@ if (( PLEVEL >= 0 )); then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline" +# As of 5.4_alpha_pre20251016, bash tests finally exit non-0 on failure. +# The differences look harmless but need investigation and fixing. +RESTRICT="test" DEPEND=" >=sys-libs/ncurses-5.2-r2:= @@ -272,7 +275,9 @@ src_compile() { # Used in test suite. unset -v A - emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check + # Testsuite isn't expected to pass for bash right now, but it + # also doesn't matter for PGO. + nonfatal emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check if tc-is-clang; then llvm-profdata merge "${T}"/pgo --output="${T}"/pgo/default.profdata || die |
