Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was 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

@samuela

Description

@samuela

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]$ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions