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

does not build on ppc64le #307

Closed
shenki opened this issue Jul 16, 2018 · 1 comment
Closed

does not build on ppc64le #307

shenki opened this issue Jul 16, 2018 · 1 comment

Comments

@shenki
Copy link

shenki commented Jul 16, 2018

nix is locked at version 0.5, which does not support ppc64le.

error[E0432]: unresolved import `self::consts`
  --> /home/joel/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.5.1/src/sys/ioctl/platform/linux.rs:34:15
   |
34 | pub use self::consts::*;
   |               ^^^^^^ Could not find `consts` in `self`

Upstream supports this architecture as of later versions (0.8.1): nix-rust/nix@4ee5113

It looks like this is pulled in by rustyline:

[[package]]
name = "rustyline"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "encode_unicode 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
 "nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

Rustyline looks like it might have a new release soon:

kkawakam/rustyline#123 (comment)

@lu-zero
Copy link
Collaborator

lu-zero commented Jul 16, 2018

We should have that component optional to begin with.

lu-zero added a commit to rust-av/rav1e that referenced this issue Jul 16, 2018
tdaede pushed a commit that referenced this issue Jul 16, 2018
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

No branches or pull requests

2 participants