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

aix: use fullpath for (g)make so PATH does not need to be modified #3441

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

aixtools
Copy link
Contributor

at system level.

See issue: adoptium/infrastructure#1544

The playbooks have prefixed system level PATH with /opt/freeware/bin. As that contains coreutils certain AIX commands that coreutils has repeatedly denied to add an AIX argument (noteablu -p) this setting breaks many AIX management commands - even standard boot (ie, called from rcboot) scripts.

In the issue noted above it is stated that this is needed so that gmake is found.

This PR points the config at the actual binary /opt/freeware/bin/make_64 rather than depend on PATH and symbolic links to call the application.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

A block has been put on this Pull Request as this repository is temporarily under a code freeze due to an ongoing release cycle.

If this pull request needs to be merged during the release cycle then please comment /merge and a PMC member will be able to remove the block.

If the code freeze is over you can remove this block by commenting /thaw.

@aixtools
Copy link
Contributor Author

Is the freeze over?

@karianna
Copy link
Contributor

karianna commented Aug 1, 2023

/thaw

@github-actions github-actions bot dismissed their stale review August 1, 2023 04:19

Pull Request unblocked - code freeze is over.

@karianna karianna merged commit 58d972a into adoptium:master Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aix Issues that affect or relate to the AIX OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants