bug#62896: [Configure] Bug with check for PERL when path has spaces (i.e. Windows)

2023-04-16 Thread Dan Rosser
VER=1.16.4 Building "automake" checking whether make supports nested variables... no checking build system type... x86_64-pc-mingw64 checking host system type... x86_64-pc-mingw64 checking for a BSD-compatible install... ./lib/install-sh -c checking whether build environment is sane... yes checki

bug#62853: Man page “Name” section should be revised to be conformant to the POSIX man specification

2023-04-16 Thread Karl Berry
Currently, the "Name" section Thanks for the report on this and aclocal's man pages. Agreed they should be fixed. Hopefully we can do that for the next release. --best, karl.

bug#23639: Half bug

2023-04-16 Thread Bogdan
Hi. See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49901 for an explanation. It's partially the macro itself that is buggy: " This sort of behaviour is the main reason why the aclocal documentation suggests these files not contain anything other than macro definitions[1], so that they are n

bug#31126: [PATCH][bug#31126] GNU Automake 1.16.1 fails 21 tests on Solaris 10 sparcv9

2023-04-16 Thread Bogdan
Hi. About lex-clean-cxx.sh, lex-depend-cxx.sh, yacc-cxx.sh, yacc-d-cxx.sh and yacc-mix-c-cxx.sh: fixed by the patch found in bugs# 34151, 42393, 44795, 49755, 45205 and 55073. About fn99subdir.sh, subpkg.sh, subpkg2.sh, subpkg3.sh and subpkg-yacc.sh: partial analysis provided in bugs# 45205

bug#30612: [PATCH][bug#30612] [automake-1.16] make check fails on Solaris 11.3 x86

2023-04-16 Thread Bogdan
Hi. Problem fixed by the patch found in bugs# 34151, 42393, 44795, 49755, 45205 and 55073. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http://bogdro.evai.pl/soft http://bogdro.evai.pl/s

bug#15256: [PATCH][bug#15256] GNU Automake 1.14 : FAIL 6 on Solaris 10 Sparc v9

2023-04-16 Thread Bogdan
Hi. About t/yacc-cxx, t/yacc-d-cxx and t/yacc-mix-c-cxx: fixed by the patch found in bugs# 34151, 42393, 44795, 49755, 45205 and 55073. -- Regards - Bogdan ('bogdro') D. (GNU/Linux & FreeDOS) X86 assembly (DOS, GNU/Linux):http://bogdro.evai.pl/index-en.php Soft(EN): http:/

bug#45205: GNU Automake - testsuite failures on Solaris

2023-04-16 Thread Bogdan
Hi. Failures in lex/yacc/C++ tests should be fixed now with the patch in my previous mail. I'm afraid the remaining test failures may indeed point to an actual bug in Automake, not just in tests. Regarding failures in tests: - subpkg, - subpkg2, - subpkg-yacc, as far as I've investigated,

bug#55073: [PATCH][bug 34151, 42393, 44795, 49755, 45205, 55073] Fix lex/yacc C++ tests on Solaris/SunOS

2023-04-16 Thread Bogdan
Hi all. The Solaris/SunOS lex generates C++ code with functions properly wrapped into >extern "C"<, but only if: - compiling as C++ (__cplusplus is #defined), - the feature constant __EXTERN_C__ is #defined (probably meant just for the SunOS compiler, not for all). Other compilers, like G