bug#68179: Re: automake-1.16j on OpenBSD
Bruno Haible <[email protected]> Mon, 19 Feb 2024 01:33:14 +0100
| Newsgroups | gmane.comp.sysutils.automake.bugs |
|---|---|
| Message-ID | <25075514.5W6oEpyPa8@nimes> |
Hello Bogdan, Thank you for dealing with the Automake support. > 2) t/strip2 - could you check if you have the STRIPPROG environment > variable set and, if yes, unset it (or, at least, remove the > "--verbose" parameter from it) prior to running the test? I did not have the STRIPPROG environment variable set. > 3) t/yacc-mix-c-cxx - can you apply the attached patch and re-run the > test? With the patch, the test succeeds. Note, however, that 'defined __sun' is not an appropriate test for Sun C++ (since g++ also exists on Solaris). For compiler predefined macros, see here: https://github.com/cpredef/predef/blob/master/Compilers.md Bruno