You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terjekv
changed the title
Avoid failing due to readdir_r being deprecated. https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8179887
java/1.8_191-b26-OpenJDK fails due to readdir_r being deprecated.
Nov 24, 2020
lexming
changed the title
java/1.8_191-b26-OpenJDK fails due to readdir_r being deprecated.
do not treat warnings as errors in Java v1.8_191-b26-OpenJDK
Nov 27, 2020
boegel
changed the title
do not treat warnings as errors in Java v1.8_191-b26-OpenJDK
do not treat warnings as errors in Java v1.8_191-b26-OpenJDK (POWER)
Nov 28, 2020
Test report by @lexming FAILED
Build succeeded for 0 out of 1 (1 easyconfigs in total)
node376.hydra.os - Linux centos linux 7.9.2009, x86_64, Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz, Python 2.7.5
See https://gist.github.com/c26c9481253a318f3c42da7455c39ecd for a full test report.
Test report by @lexming FAILED
Build succeeded for 0 out of 1 (1 easyconfigs in total)
node128.hydra.os - Linux centos linux 7.9.2009, x86_64, Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz, Python 2.7.5
See https://gist.github.com/aab37d62dead5ba627ce737c90833be1 for a full test report.
configure: error: Could not find all X11 headers (shape.h Xrender.h XTest.h Intrinsic.h). You might be able to fix this by running 'sudo yum install libXtst-devel libXt-devel libXrender-devel'.
configure exiting with result code 1
checking for X11/extensions/shape.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/XTest.h... no
configure: error: Could not find all X11 headers (shape.h Xrender.h XTest.h Intrinsic.h). You might be able to fix this by running 'sudo yum install libXtst-devel libXt-devel libXrender-devel'.
@terjekv I found the issue, I always build with --force and that build option disables the validation of OS dependencies @boegel is there another option allowing to ignore installed software but still check for OS deps?
Test report by @boegel SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
easybuild1.novalocal - Linux centos linux 8.2.2004, POWER, IBM pSeries (emulated by qemu) (power8le), Python 3.6.8
See https://gist.github.com/fd81c1be3007055c412fbab863a9789f for a full test report.
@boegel I'm so bad! how did I not think about --rebuild 😄
Regarding the architecture, this is used for POWER just because the lack of support in Oracle Java, but OpenJDK still works in x86 systems as well.
Test report by @lexming SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
login4.phoenix.os - Linux centos linux 7.9.2009, x86_64, Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz, Python 2.7.5
See https://gist.github.com/e5b61f16fca153583661f37833dbde2a for a full test report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)readdir_ris deprecated. https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8179887