Re: Valgrind-3.17.0.RC1 is available for testing
Carl Love <cel-r/[email protected]>
| Newsgroups | gmane.comp.debugging.valgrind.devel,gmane.comp.debugging.valgrind |
|---|---|
| Message-ID | <[email protected]> |
Mark:
> Unfortunately debuginfod-check.pl was missing. I just added it:
>
I see you did a commit to add it to the Valgrind upstream git.
Will Schmidt posted an email with regards to the build issue:
I think so.. we ran into a similar issue late last year, which I
think
we had determined was due to the MPI packages in the environment.
The patch in comment #3 of this bugzilla helped us at that time.
https://bugs.kde.org/show_bug.cgi?id=401416
I applied the MPI patch to the mainline git tree on the system where I
had the compile error. It fixed the compile issue. I applied the
patch to another system which didn't have the compile issue. The patch
did not break anything. As far as I can tell, the MPI patch is fine.
I pulled the mainline git tree and retested on Power 8LE, Power 8BE,
Power 9, and prototype hardware. The regression tests all look fine
with the above mentioned MPI fix where needed.
Carl Love