bug#68179: Re: automake-1.16j on OpenBSD

2024-05-26 Thread Karl Berry
I pushed Bogdan's patches. Listing several functions to look for in (lib)objc in multiple places doesn't seem ideal, but factoring that out doesn't seem easy either. strip -x: no problem. The general issue: The AC_PROG_OBJCXX macro already tries to compile a trivial program (of course), but the

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-22 Thread Bogdan via Bug reports for Automake
Bruno Haible , 2024-02-20 12:44: Bogdan wrote: Right. And, as I suspected, nothing in any LIBS, LD*, no libobjc found. Does it work if you put AC_LANG([Objective C]) somewhere between the lines cat >> configure.ac << 'END' and the first END following it (i.e., in t

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-20 Thread Bruno Haible
Bogdan wrote: > # Ensure install-strip works when STRIP consists of more than one word. > # This test needs GNU binutils strip. See sister test 'strip3.sh'. > > > And, frankly, I don't know what to do about this. It's the whole > point of the test to use 'strip --verbose' (well, 'strip' + any

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-20 Thread Bruno Haible
Bogdan wrote: > Right. And, as I suspected, nothing in any LIBS, LD*, no libobjc found. > Does it work if you put > > AC_LANG([Objective C]) > > somewhere between the lines > > cat >> configure.ac << 'END' > > and the first > > END > > following it (i.e., in the 'configure.a

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-19 Thread Bogdan via Bug reports for Automake
Bruno Haible , 2024-02-19 01:44: Hello Bogdan, Can you tell us what actually "c++" is on your system? Like e.g. run "c++ --version" or "c++ --help"? $ c++ --version OpenBSD clang version 13.0.0 Target: amd64-unknown-openbsd7.4 Thread model: posix InstalledDir: /usr/bin On my system, A

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-19 Thread Bogdan via Bug reports for Automake
Bruno Haible , 2024-02-19 01:33: Hello Bogdan, Thank you for dealing with the Automake support. Thank you for testing :) 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

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-18 Thread Bruno Haible
Hello Bogdan, > Can you tell us what actually "c++" is on your system? Like e.g. run > "c++ --version" or "c++ --help"? $ c++ --version OpenBSD clang version 13.0.0 Target: amd64-unknown-openbsd7.4 Thread model: posix InstalledDir: /usr/bin > On my system, Autoconf finds "g++", tests it for

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-18 Thread Bruno Haible
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

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-18 Thread Bogdan via Bug reports for Automake
Hello, Bruno. Thank you for your testing. About your defect: 1) t/objcxx-* - may need our attention, 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? 3) t/yacc

bug#68179: Re: automake-1.16j on OpenBSD

2024-02-13 Thread Bogdan via Bug reports for Automake
Hello, Bruno. Thank you for your testing. About your defect: 1) t/objcxx-* - may need our attention, 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? 3) t/yacc