Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

manylinux builds fail with version GCC_4.3.0\' not found` #4

@joar

Description

@joar

Example: https://travis-ci.com/joar/rust-csv-py/jobs/164057776

Excerpt:

  cargo rustc --lib --manifest-path Cargo.toml --features pyo3/python3 pyo3/extension-module --release --verbose -- --crate-type cdylib
  error: process didn't exit successfully: `rustc -vV` (exit code: 1)
  --- stdout
  rustc 1.32.0-nightly (4a45578bc 2018-12-07)
  binary: rustc
  commit-hash: 4a45578bc58ff262864f72680cc02e83f5d2f5b3
  commit-date: 2018-12-07
  host: x86_64-unknown-linux-gnu
  release: 1.32.0-nightly
  
  --- stderr
  error: couldn't load codegen backend "/root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so": "/lib64/libgcc_s.so.1: version `GCC_4.3.0\' not found (required by /root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so)"
  
  
  error: cargo failed with code: 101
  
  
  ----------------------------------------
  Failed building wheel for rustcsv
  Running setup.py clean for rustcsv
Failed to build rustcsv
ERROR: Failed to build one or more wheels
Makefile:132: recipe for target 'build-wheels-manylinux' failed
make: *** [build-wheels-manylinux] Error 1
The command "bash travis/deploy.sh" exited with 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions