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
{{ message }}
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
I'm getting a compile error when attempting to build c2rust which evidently depends on failure,
[skainswo@tricycle rustybox]$ cargo +nightly-2019-10-04 install c2rust
...
Compiling failure v0.1.6
error: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /tmp/cargo-install0dw8LK/release/deps/libfailure_derive-d09466cb9c435c06.so)
--> /homes/gws/skainswo/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.6/src/lib.rs:56:1
|
56 | extern crate failure_derive;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
error: could not compile `failure`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `c2rust v0.13.0`, intermediate artifacts can be found at `/tmp/cargo-install0dw8LK`
Caused by:
build failed
[skainswo@tricycle rustybox]$
I'm getting a compile error when attempting to build c2rust which evidently depends on failure,