summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-08-25 03:59:47 +0100
committerSam James <sam@gentoo.org>2025-08-25 04:00:04 +0100
commit155502b495a5163cc9a04b3995299cfe723fe094 (patch)
tree15284d7392e9403012dd12a3a39ad6218956be47 /app-shells/bash/bash-9999.ebuild
parent2466a1fd65ff959e40d5932fc4cf86c85db82e06 (diff)
downloadgentoo-155502b495a5163cc9a04b3995299cfe723fe094.tar.gz
gentoo-155502b495a5163cc9a04b3995299cfe723fe094.tar.bz2
gentoo-155502b495a5163cc9a04b3995299cfe723fe094.zip
app-shells/bash: link to byacc issue
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
-rw-r--r--app-shells/bash/bash-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index f23c2d7e977c..9c4d87cd6f0a 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -167,8 +167,10 @@ src_configure() {
# Upstream only test with Bison and require GNUisms like YYEOF and
# YYERRCODE. The former at least may be in POSIX soon:
# https://www.austingroupbugs.net/view.php?id=1269.
+ #
# configure warns on use of non-Bison but doesn't abort. The result
- # may misbehave at runtime.
+ # may misbehave at runtime. Chet also advises against use of byacc:
+ # https://lists.gnu.org/archive/html/bug-bash/2025-08/msg00115.html
unset -v YACC
if tc-is-cross-compiler; then