FS#54856 - [valgrind] libmpiwrap links against invalid libmpi

Attached to Project: Arch Linux
Opened by Florian Lindner (Osiris) - Tuesday, 18 July 2017, 04:32 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 18 July 2017, 04:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

% ldd /usr/lib/valgrind/libmpiwrap-amd64-linux.so
linux-vdso.so.1 (0x00007ffeddbb1000)
libmpi.so.12 => not found
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f8391c46000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f83918a0000)
/usr/lib64/ld-linux-x86-64.so.2 (0x000055c970e45000)

Probably just need a rebuild against a current MPI. makepkg on the PKGBUILD fixes it for me.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 18 July 2017, 04:58 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Tuesday, 18 July 2017, 04:58 GMT
I can only guess you're out of date, since you didn't include a package version. The latest version is correctly linked to libmpi.so.20.

Loading...