Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

error: /lib64/libc.so.6: version `GLIBC_2.18' not found #338

Open
samuela opened this issue Dec 14, 2019 · 2 comments
Open

error: /lib64/libc.so.6: version `GLIBC_2.18' not found #338

samuela opened this issue Dec 14, 2019 · 2 comments

Comments

@samuela
Copy link

samuela commented Dec 14, 2019

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]$ 
@samuela
Copy link
Author

samuela commented Dec 14, 2019

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.

@mSparks43
Copy link

Same here:

./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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants