compile LERC test binary in postinstallcmds to fix sanity check error when RPATH linking is enabled#19386
Conversation
|
@boegelbot please test @ generoso |
|
Test report by @bedroge This was without |
|
Test report by @bedroge This was with |
|
@bedroge: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1848717294 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ generoso |
|
@bedroge: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1848909286 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @bedroge |
|
Test report by @bedroge This was with |
|
@boegelbot please test @ jsc-zen2 |
|
@bedroge: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1848913596 processed Message to humans: this is just bookkeeping information for me, |
|
@boegelbot please test @ jsc-zen2 |
|
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1849046263 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Going in, thanks @bedroge! |
|
@boegelbot please test @ jsc-zen3 |
|
@smoors: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 2167896184 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
The LERC test binary was compiled in the sanity check step, but that doesn't pick up the RPATH wrappers when RPATH linking is enabled. This, in turn, leads to errors when
$LD_LIBRARY_PATHis filtered as well:This PR fixes that by doing the compilation of the test binary as part of
postinstallcmds, and also stores both the source and binary in a subdir of the installation directory. The latter should make sure that it still works if--sanity-check-onlyis used.