|
From: Mark W. <ma...@kl...> - 2021-03-17 12:08:51
|
Greetings. A second release candidate for 3.17.0 is available at https://sourceware.org/pub/valgrind/valgrind-3.17.0.RC2.tar.bz2 (md5 = 5dcf7c42635e19b074714c53f3a57580) Thanks for the testing of RC1. The changes between RC1 and RC2 are minimal: - debuginfod-check.pl is now included to fix make regtest. - libmpiwrap.c now compiles whether or not openmpi has MPI1 support. - Two fixes for make check on Darwin/MacOS X are included. Please give it a try on platforms that are important for you. If no serious issues are reported, the 3.17.0 final release will happen on 19 March, that is, on Friday of this week. |
|
From: Carl L. <ce...@us...> - 2021-03-17 16:36:44
|
Mark:
On Wed, 2021-03-17 at 13:08 +0100, Mark Wielaard wrote:
> Greetings.
>
> A second release candidate for 3.17.0 is available at
>
Looks fairly good. The testing on Power 8 LE and BE, Power 9 all pass
fine.
The testing on the ISA 3.1 because the file
none/tests/ppc64/isa_3_1_register_defines.h is missing from RC2. I
checked and it is also missing from RC1. The file does exist in the
Vaglrind git tree. Not sure why it is missing in the RCs. Not sure
why I didn't pick that up with the previous RC1 testing. Sorry about
that.
After I manually added the file to the RC2 tree on the ISA3.1 machine,
the regression tests ran fine.
Other than the missing file, RC2 looks good on PPC.
Carl
|
|
From: Mark W. <ma...@kl...> - 2021-03-17 17:00:17
|
Hi Carl,
On Wed, 2021-03-17 at 09:36 -0700, Carl Love wrote:
> On Wed, 2021-03-17 at 13:08 +0100, Mark Wielaard wrote:
> The testing on the ISA 3.1 because the file
> none/tests/ppc64/isa_3_1_register_defines.h is missing from RC2. I
> checked and it is also missing from RC1. The file does exist in the
> Vaglrind git tree. Not sure why it is missing in the RCs. Not sure
> why I didn't pick that up with the previous RC1 testing. Sorry about
> that.
Oops. It looks like that was missed because it isn't used unless
building for ISA3.1. I committed the following to make sure it will be
in the final release tarball:
commit 8616808ab3cc691699bd1f733eb9b3106a1a6256
Author: Mark Wielaard <ma...@kl...>
Date: Wed Mar 17 17:56:07 2021 +0100
Add isa_3_1_register_defines.h to Makefile.am noinst_HEADERS
Make sure isa_3_1_register_defines.h ends up in the dist tarball.
diff --git a/none/tests/ppc64/Makefile.am b/none/tests/ppc64/Makefile.am
index 23a22d922..38a3dc483 100644
--- a/none/tests/ppc64/Makefile.am
+++ b/none/tests/ppc64/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.tool-tests.am
dist_noinst_SCRIPTS = filter_stderr
-noinst_HEADERS = ppc64_helpers.h isa_3_1_helpers.h
+noinst_HEADERS = ppc64_helpers.h isa_3_1_helpers.h isa_3_1_register_defines.h
EXTRA_DIST = \
jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest jm-int.stdout.exp-LE \
Thanks,
Mark
|
|
From: Paul F. <pj...@wa...> - 2021-03-18 20:21:20
|
On 3/17/21 1:08 PM, Mark Wielaard wrote: > Greetings. > > A second release candidate for 3.17.0 is available at > https://sourceware.org/pub/valgrind/valgrind-3.17.0.RC2.tar.bz2 > (md5 = 5dcf7c42635e19b074714c53f3a57580) > > Thanks for the testing of RC1. > The changes between RC1 and RC2 are minimal: > > - debuginfod-check.pl is now included to fix make regtest. > - libmpiwrap.c now compiles whether or not openmpi has MPI1 support. > - Two fixes for make check on Darwin/MacOS X are included. > > Please give it a try on platforms that are important for you. If no > serious issues are reported, the 3.17.0 final release will happen on 19 > March, that is, on Friday of this week. > Hi I don't see any problems on either OS X or Solaris. A+ Paul |