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
info: component 'rust-std' for target 'mips-unknown-linux-gnu' is up to date
Compiling nix v0.14.0
error[E0425]: cannot find value `MADV_SOFT_OFFLINE` in module `libc`
--> /.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/nix-0.14.0/src/sys/mman.rs:143:9
|
143 | MADV_SOFT_OFFLINE,
| ^^^^^^^^^^^^^^^^^ not found in `libc`
help: possible candidate is found in another module, you can import it into scope
|
1 | use sys::mman::MmapAdvise::MADV_SOFT_OFFLINE;
|
error[E0081]: discriminant value `14` already exists
--> /.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/nix-0.14.0/src/macros.rs:197:26
|
197 | $entry = libc::$entry,
| ^^^^
| |
| first use of `14`
| enum already has `14`
|
::: /.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/nix-0.14.0/src/sys/mman.rs:105:1
|
105 | / libc_enum!{
106 | | /// Usage information for a range of memory to allow for performance optimizations by the kernel.
107 | | ///
108 | | /// Used by [`madvise`](./fn.madvise.html).
... |
187 | | }
188 | | }
| |_- in this macro invocation
error: aborting due to 2 previous errors
Compilation for
mips
:nix-0.14 for broke too.
Originally posted by @apmanol in #1365 (comment)
The text was updated successfully, but these errors were encountered: