Skip to content

Conversation

@boegel
Copy link
Member

@boegel boegel commented Sep 15, 2020

(created using eb --new-pr)

Installing HDF is broken on RHEL8, configure fails with:

checking for xdr library support... checking rpc/rpc.h usability... no
checking rpc/rpc.h presence... no
checking for rpc/rpc.h... no
checking for rpc/rpc.h... (cached) no
configure: error: couldn't find rpc headers

rpc/rpc.h used to be provided by glibc, but not anymore in RHEL8, see https://access.redhat.com/discussions/4780341

@boegel boegel added this to the next release (4.3.1) milestone Sep 15, 2020
@boegel
Copy link
Member Author

boegel commented Sep 15, 2020

@boegelbot please test @ generoso

@boegel
Copy link
Member Author

boegel commented Sep 15, 2020

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node2622.swalot.os - Linux centos linux 7.8.2003, x86_64, Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz (haswell), Python 2.7.5
See https://gist.github.com/291df36c8986c17f2a2b619a10c27d3e for a full test report.

@boegelbot
Copy link
Collaborator

@boegel: Request for testing this PR well received on generoso

PR test command 'EB_PR=11279 EB_ARGS= /apps/slurm/default/bin/sbatch --job-name test_PR_11279 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 7814

Test results coming soon (I hope)...

Details

- notification for comment with ID 692925898 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegel
Copy link
Member Author

boegel commented Sep 15, 2020

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node3404.kirlia.os - Linux centos linux 7.8.2003, x86_64, Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz (cascadelake), Python 2.7.5
See https://gist.github.com/806a56b029bb8379d17aeb86622837f5 for a full test report.

@boegelbot
Copy link
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
generoso-x-2 - Linux centos linux 8.2.2004, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/3f50433594fc10d829037758a825f3c0 for a full test report.

@boegel boegel requested a review from zao September 15, 2020 20:18
@boegel boegel requested review from lexming and removed request for zao September 23, 2020 08:56
@lexming
Copy link
Contributor

lexming commented Sep 23, 2020

Test report by @lexming
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node381.hydra.os - Linux centos linux 7.7.1908, x86_64, Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz, Python 2.7.5
See https://gist.github.com/e915e050333da6d9d1a4e83101122290 for a full test report.

@lexming
Copy link
Contributor

lexming commented Sep 23, 2020

Test report by @lexming
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node125.hydra.os - Linux centos linux 7.7.1908, x86_64, Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz, Python 2.7.5
See https://gist.github.com/d58127cb5a49b4f443eb9fbccf193a5a for a full test report.

@hajgato
Copy link
Collaborator

hajgato commented Sep 23, 2020

@boegel Since libtirpc dynamic libraries are linked, it should be dep, not a builddep.

@boegel
Copy link
Member Author

boegel commented Sep 23, 2020

@boegelbot please test @ generoso

@boegel
Copy link
Member Author

boegel commented Sep 23, 2020

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node3404.kirlia.os - Linux centos linux 7.8.2003, x86_64, Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz (cascadelake), Python 2.7.5
See https://gist.github.com/90e344ac8b486f2835deb836bbd5e7e8 for a full test report.

@boegelbot
Copy link
Collaborator

@boegel: Request for testing this PR well received on generoso

PR test command 'EB_PR=11279 EB_ARGS= /apps/slurm/default/bin/sbatch --job-name test_PR_11279 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 7879

Test results coming soon (I hope)...

Details

- notification for comment with ID 697458418 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
generoso-x-1 - Linux centos linux 8.2.2004, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/00104a3954c4be10f004c1240de5e0b2 for a full test report.

@lexming
Copy link
Contributor

lexming commented Sep 25, 2020

Test report by @lexming
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
node364.hydra.os - Linux centos linux 7.7.1908, x86_64, Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz, Python 2.7.5
See https://gist.github.com/082eaaf29b7dec9e3a54ba06ab679697 for a full test report.

Copy link
Contributor

@lexming lexming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lexming
Copy link
Contributor

lexming commented Sep 26, 2020

Going in, thanks @boegel and @hajgato !

@lexming lexming merged commit 35109a5 into easybuilders:develop Sep 26, 2020
@boegel boegel deleted the 20200915211832_new_pr_HDF4215 branch September 26, 2020 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants