Skip to content

GNUMakefile: fix compilation on Macs #7964

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kevinburke
Copy link
Contributor

Previously, attempting to compile on Macs would bring in the SELinux dependencies (runcon) which led to compilation errors on Macs.

Fixes #7695.

Previously, attempting to compile on Macs would bring in the SELinux
dependencies (runcon) which led to compilation errors on Macs.

Fixes uutils#7695.
@sylvestre
Copy link
Contributor

could you please add a job in the CI to make sure we don't regress ?

@kevinburke
Copy link
Contributor Author

There's a Mac ARM build in there already, and it's passing on main/master. So I would need to find the difference between the Mac ARM build in CI, and my Mac. I'm not sure the best way to do that.

@kevinburke
Copy link
Contributor Author

Ah - the CICD sets the feat_os_macos flag, which I wasn't. So I can reproduce the behavior on main with the following target:

make install PREFIX=/Users/kburke/local/coreutils BUILD_SPEC_FEATURES=feat_os_macos

And we can make CICD reproduce my failing build by removing the feat_os_macos flag.

I don't know, it feels a bit duplicative to have to set that flag explicitly.

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/tee (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation failure using 'make install' on Mac
2 participants