|
From: Carl L. <ce...@us...> - 2023-04-24 21:29:35
|
Mark:
Thanks for the pointer on IRC chat to the RC2 tarball. I must have
missed the email.
I noticed the following message on a Power 10 system.
./autogen.sh
running: aclocal
running: autoheader
running: automake -a
Unescaped left brace in regex is passed through in regex; marked by <--
HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/carll/bin/automake
line 3936.
running: autoconf
The autoconf version is:
autoconf --version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
Note the autoconf seemed to work ok. I was still able to configure and
build Valgrind and run the testsuite.
The test failures on Power 10 that I saw on one of the Power 10 systems
was fixed, as expected.
I see the following on both Power 10 systems.
== 714 tests, 2 stderr failures, 0 stdout failures, 0 stderrB failures,
0 stdoutB failures, 2 post failures ==
memcheck/tests/bug340392 (stderr)
memcheck/tests/linux/rfcomm (stderr)
massif/tests/new-cpp (post)
massif/tests/overloaded-new (post)
The results on Power 9 and Power 8 are fine as well.
Other than the autoconf message, the RC2 testing looks good on Power.
Note, the autoconf issue doesn't seem to impact the ability to
configure and run Valgrind.
Carl
|