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

Ansible request for automake on macos #3167

Closed
sxa opened this issue Aug 23, 2023 · 1 comment
Closed

Ansible request for automake on macos #3167

sxa opened this issue Aug 23, 2023 · 1 comment
Assignees
Milestone

Comments

@sxa
Copy link
Member

sxa commented Aug 23, 2023

Please put the name of the software product (and affected platforms if relevant) in the title of this issue

Delete as appropriate from this list:

  • Missing install

Details:
The setup of the build on macos (at least for JDK8) fails if automake is missing:

test-macincloud-macos1201-x64-1:freetype jenkins$ ./autogen.sh 
./autogen.sh: line 102: aclocal: command not found
./autogen.sh: line 55: test: 1: unary operator expected
./autogen.sh: line 59: test: 1: unary operator expected
./autogen.sh: line 67: test: 10: unary operator expected
./autogen.sh: line 71: test: 10: unary operator expected
generating `configure.ac'
running `aclocal -I . --force'
./autogen.sh: line 15: aclocal: command not found
error while running `aclocal -I . --force'
test-macincloud-macos1201-x64-1:freetype jenkins$

It looks like this has been installed on the build machines at some point, but is not in the playbooks for new machine installs.

@Haroon-Khel
Copy link
Contributor

automake is certainly present on our current macos machines as per https://github.com/adoptium/infrastructure/blame/7d50c49814d9484a57148e52ab00e94ce1efd0b3/ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Common/vars/MacOSX.yml#L10. And we build on orka now so this issue is outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants