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

New OSX changes break pure-darwin dyld #9432

Closed
pikajude opened this issue Aug 24, 2015 · 2 comments
Closed

New OSX changes break pure-darwin dyld #9432

pikajude opened this issue Aug 24, 2015 · 2 comments
Labels
2.status: work-in-progress 6.topic: darwin Running or building packages on Darwin

Comments

@pikajude
Copy link
Contributor

Any executable built with the pure-darwin stdenv will print "Killed: 9" when run; the culprit is our copy of dyld, which I assume is now blacklisted by the security changes Apple has made.

I'll investigate the changes and see if I can get a copy of dyld that works properly, but in the meantime, we can use /usr/lib/dyld. Fortunately it has no external dependencies so we don't have to poke more holes in the sandbox.

@copumpkin @jwiegley

@pikajude pikajude added 6.topic: darwin Running or building packages on Darwin 2.status: work-in-progress labels Aug 24, 2015
pikajude pushed a commit that referenced this issue Aug 25, 2015
pikajude pushed a commit that referenced this issue Sep 15, 2015
see #9432

(cherry picked from commit 80e0967)
@henrytill
Copy link
Member

Could we close this?

@vcunat
Copy link
Member

vcunat commented Oct 29, 2015

Yeah, from what I've heard it isn't an issue anymore.

@vcunat vcunat closed this as completed Oct 29, 2015
adrianpk added a commit to adrianpk/nixpkgs that referenced this issue May 31, 2024
see NixOS#9432

(cherry picked from commit 80e0967)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: work-in-progress 6.topic: darwin Running or building packages on Darwin
Projects
None yet
Development

No branches or pull requests

3 participants