-
Notifications
You must be signed in to change notification settings - Fork 38.7k
build: No longer need to hack the PATH variable in config.site
#24866
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
Conversation
|
Nice. Concept ACK! |
|
Concept ACK 32995a8 + builds cleanly on my system. |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
vincenzopalazzo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Job.
ACK 32995a8
|
Concept ACK Guix hashes (x86), mine match @hebasto: |
|
Concept ACK. It would be good to get the DMG removal in first. |
Converting to draft until #24031 goes first. |
This change makes naming of `install_name_tool` consistent across the whole build system. -BEGIN VERIFY SCRIPT- sed --in-place --expression='s/INSTALLNAMETOOL/INSTALL_NAME_TOOL/g' $(git grep --files-with-matches 'INSTALLNAMETOOL') -END VERIFY SCRIPT-
Now all of the tools have well-defined absolute paths to them.
vincenzopalazzo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re ACK efa3a80
|
Guix builds hashes have been updated in the PR description. |
|
Tested ACK efa3a80. I get the same build output as in OP: |
This PR adds lacking definitions of absolute paths to some tools in the depends build system.
This improvement makes possible to keep the
PATHvariable untouched during configuration.Also see #24566 (comment).
Guix builds on
x86_64: