IRC channel logs

2025-05-07.log

back to list of logs

<yelninei>Hello, does bison currently pass all of its tests on debian with glibc 2.41? I found the debian glibc patch which fixes the immediate segfault but it still crashes in 5 tests.
<ZhaoM>yelninei: It seems to me the latest bison pass all it's tests with glibc 2.40-2
<ZhaoM> https://buildd.debian.org/status/fetch.php?pkg=bison&arch=hurd-i386&ver=2%3A3.8.2%2Bdfsg-1%2Bb2&stamp=1729073938&raw=0
<yelninei>this is the patch that I stole from debian: https://salsa.debian.org/glibc-team/glibc/-/blob/sid/debian/patches/hurd-i386/local-pthread_once.diff . My guess is that I am missong another debian patch but I dont know which (if bison has no issues on debian)
<ZhaoM>Let me try to run bison tests with glibc 2.41-8~1 and see if bison has issues on debian
<yelninei>For me bison is crashing in 12: Symbol declarations , 22: Undefined symbols, 109: Output files: %type <foo> useless --header --graph --xml --report=all -Wall -Werror, 158: Suggestions, 181: Bad start symbols
<ZhaoM>yelninei: For me bison is crashing in 12: input.at:427 Symbol declarations 22: input.at:1013 Undefined symbols 109: output.at:160 Output files: %type <foo> useless --header --graph --xml --report=all -Wall -Werror 181: reduce.at:452 Bad start symbols multistart
<ZhaoM>So I got one less than yours
<ZhaoM>Now I'm looking for how to see which patches are applied
<yelninei>ZhaoM: thanks for checking, the "158: Suggestions" was not in my previous notes of failing tests when I first did this a couple of weeks ago, time to figure out what I changed since then. But good to know that this is also a problem on debian
<ZhaoM>ok so listing the patches applied is useless in this case, good luck :)
<yelninei>hmm the 158: Suggestions test was skipped previosly. This seems to happen when it cant find english utf8 locale