Hi, I have reassigned this to src:openmpi as this is where the problematic runpath is set.
While configure is called there with "--disable-wrapper-runpath" which should prevent an rpath or runpath from showing up in the compile wrappers, version 5.0.5 seems to ignore this. See Debian sid or experimental: # mpicc --show-me:link gcc -I/usr/lib/x86_64-linux-gnu/openmpi/include -I/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -L/usr/lib/x86_64-linux-gnu/openmpi/lib -Wl,-rpath -Wl,/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi Best, Markus

