Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make readlink available on AIX build machines #410

Closed
sxa opened this issue Jul 19, 2018 · 0 comments
Closed

Make readlink available on AIX build machines #410

sxa opened this issue Jul 19, 2018 · 0 comments

Comments

@sxa
Copy link
Member

sxa commented Jul 19, 2018

openjdk11's configure looks for readlink - this is not available by default on AIX. We can install it with yum install coreutils but that requires the mktemp package to be removed. This will need to be done in the ansible playbooks

jdekonin added a commit to jdekonin/adoptium-infrastructure that referenced this issue Jul 19, 2018
* readlink is a new requirement for jdk11
* readlink is supplied by coreutils as is mktemp
* remove rpm installation of mktemp as it conflicts with coreutils
* Fixes adoptium#410

Signed-off-by: Joe deKoning <[email protected]>
karianna pushed a commit that referenced this issue Jul 19, 2018
* readlink is a new requirement for jdk11
* readlink is supplied by coreutils as is mktemp
* remove rpm installation of mktemp as it conflicts with coreutils
* Fixes #410

Signed-off-by: Joe deKoning <[email protected]>
jdekonin pushed a commit to jdekonin/adoptium-infrastructure that referenced this issue Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant