Skip to content

Conversation

@lautis
Copy link
Contributor

@lautis lautis commented May 25, 2019

On armv7 and some other architectures, compiling nix 0.12 / latest libc errors with

error[E0425]: cannot find value `PTRACE_SETFPXREGS` in module `libc`
  --> /cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.12.0/src/sys/ptrace/linux.rs:85:9
   |
85 |         PTRACE_SETFPXREGS,

Nix 0.14 contains a fix for this.

On armv7 and some other architectures, compiling nix 0.12 / latest libc errors with

    error[E0425]: cannot find value `PTRACE_SETFPXREGS` in module `libc`
      --> /cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.12.0/src/sys/ptrace/linux.rs:85:9
       |
    85 |         PTRACE_SETFPXREGS,

Nix 0.14 contains a fix for this.
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