Re: strtoimax test still broken

2024-04-09 Thread Chet Ramey
On 4/9/24 10:57 AM, Dag-Erling Smørgrav wrote: Chet Ramey writes: The fixed version of strtoimax.m4 has been in the devel branch since October 3, 2022. Since bash-5.2 built fine on FreeBSD 13 before I released it, I assume the link problem exist only on systems using musl. des@crash13 ~/src/b

Re: strtoimax test still broken

2024-04-09 Thread Dag-Erling Smørgrav
Chet Ramey writes: > The fixed version of strtoimax.m4 has been in the devel branch since > October 3, 2022. Since bash-5.2 built fine on FreeBSD 13 before I released > it, I assume the link problem exist only on systems using musl. des@crash13 ~/src/bash-5.2% uname -r

Re: strtoimax test still broken

2024-04-09 Thread Chet Ramey
On 4/7/24 8:36 AM, Dag-Erling Smørgrav wrote: The strtoimax() existence test in m4/strtoimax.m4 has been broken since its inception in September 2022. The fixed version of strtoimax.m4 has been in the devel branch since October 3, 2022. Since bash-5.2 built fine on FreeBSD 13 before I release

strtoimax test still broken

2024-04-07 Thread Dag-Erling Smørgrav
Hi, The strtoimax() existence test in m4/strtoimax.m4 has been broken since its inception in September 2022. The test is supposed to check if strtoimax() is available, and provide a replacement if it isn't, but the condition is inverted, so it provides a replacement if and only if the function is