Re: [GNU Autoconf 2.71] testsuite: 10 11 12 14 37 92 236 238 239 240 293 299 397 430 431 432 433 434 435 436 437 438 439 440 509 514 failed
"Zack Weinberg" <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 2, 2022, at 1:47 PM, Tom Lane wrote: > I wrote: >> I got fairly depressing results from the autoconf test suite on >> macOS 12.4 (Monterey), running on an M1 MacBook Pro. > > After digging in the archives I see that most of those failures can > be blamed on using Apple's ancient m4, and the tests on my other > machine confirm that using MacPorts' m4 instead fixes them. We should detect this m4 and refuse to use it. What does it print for `m4 --version`? > But there's still these two failures: > > 509: AC_CHECK_HEADER_STDBOOL FAILED (acheaders.at:9) > 514: AC_HEADER_STDBOOL FAILED (acheaders.at:14) Can you send us the testsuite.log for the run with only these two failures, please? zw