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

Bump nix to fix arm compilation issues caused by PTRACE_* being removed #25

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

Conversation

ashthespy
Copy link

@ashthespy ashthespy commented Jul 15, 2019

PTRACE_GETFPXREGS and PTRACE_SETFPXREGS were removed in rust-lang/libc@d269543 and thus nix was failing to compile for arm targets if some other crate depended on libc: ^0.2.55 and above.

The fix for nix (nix-rust/nix@196b05b) was backported but only down to 0.13 0.11 (nix-rust/nix#1057)

EDIT: I just saw scrolled down a bit more and saw that it was also backported to 0.11.1 making this PR unnecessary..

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.

1 participant