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

Fixes for recent darwin changes #53539

Merged
merged 4 commits into from Jan 7, 2019
Merged

Conversation

matthewbauer
Copy link
Member

Motivation for this change

Some changes to fix recent issues in Darwin bootstrapping/stdenv.

adcf4aa broke these two. The old way
seems to work and might still avoid the original lldb issues.
xcbuild doesn’t handle dsymutil correctly. fuser.pl does not contain
debug symbols, but xcbuild doesn’t handle this like xcodebuild does.
So, just disable the debug information. We probably should do this in
more places using xcbuild, but it requires some arbitrary patching.
This hopefully is not needed for the bootstrap tools. Needs more testing.
@GrahamcOfBorg GrahamcOfBorg added 6.topic: darwin Running or building packages on Darwin 6.topic: stdenv Standard environment 10.rebuild-darwin: 101-500 10.rebuild-linux: 0 labels Jan 7, 2019
@matthewbauer matthewbauer merged commit 3cfdf8e into NixOS:master Jan 7, 2019
@matthewbauer matthewbauer deleted the darwin-fixes4 branch February 22, 2019 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: darwin Running or building packages on Darwin 6.topic: stdenv Standard environment 10.rebuild-darwin: 101-500 10.rebuild-linux: 0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants