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 has been 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/git.luolix.top-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]$
The text was updated successfully, but these errors were encountered:
Looks like this may be related to denoland/deno#1658 since I'm also running CentOS 7 (not by choice). Oddly enough other code relying on the libc crate still works just fine.
./OpenShot-v2.5.1-x86_64.AppImage
/home/mSparks/.cache/thumbnails/normal/40dbb7932288d690da6df4790bc54303.png is missing. Probably not running ./bin//openshot-qt.wrapper from within an AppImage.
Hence falling back to using .DirIcon
Loaded modules from current directory: /tmp/.mount_0Wojme/usr/bin
app:INFO ------------------------------------------------
app:INFO Tue Mar 10 16:52:09 2020
app:INFO Starting new session
app:ERROR OpenShotApp::Import Error: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /tmp/.mount_0Wojme/usr/bin/libresvg.so)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting a compile error when attempting to build c2rust which evidently depends on failure,
The text was updated successfully, but these errors were encountered: