Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLIBC_2.29 not found in ghcr.io/cross-rs/aarch64-unknown-linux-musl:0.2.5 #1436

Closed
4 of 11 tasks
joepio opened this issue Feb 5, 2024 · 1 comment
Closed
4 of 11 tasks

Comments

@joepio
Copy link

joepio commented Feb 5, 2024

Checklist

Describe your issue

I'm trying to build AtomicServer using cross aarch64-unknown-linux-musl, but since a couple of days (I think since 0.2.5) I'm getting GLIBC_2.29' not found errors:

Status: Downloaded newer image for ghcr.io/cross-rs/aarch64-unknown-linux-musl:0.2.5
warning: /project/lib/Cargo.toml: unused manifest key: bench.0.all-features
   Compiling libc v0.2.152
   Compiling log v0.4.17
   Compiling memchr v2.5.0
   Compiling serde v1.0.188
   Compiling lock_api v0.4.8
error: failed to run custom build command for `libc v0.2.152`

Caused by:
  process didn't exit successfully: `/target/release/build/libc-1dc77733931721b3/build-script-build` (exit status: 1)
  --- stderr
  /target/release/build/libc-1dc77733931721b3/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by /target/release/build/libc-1dc77733931721b3/build-script-build)
  /target/release/build/libc-1dc77733931721b3/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /target/release/build/libc-1dc77733931721b3/build-script-build)
warning: build failed, waiting for other jobs to finish...
error: failed to run custom build command for `log v0.4.17`

What target(s) are you cross-compiling for?

aarch64-unknown-linux-musl

Which operating system is the host (e.g computer cross is on) running?

  • macOS
  • Windows
  • Linux / BSD
  • other OS (specify in description)

What architecture is the host?

  • x86_64 / AMD64
  • arm32
  • arm64 (including Mac M1)

What container engine is cross using?

  • docker
  • podman
  • other container engine (specify in description)

cross version

0.2.5

Example

No response

Additional information / notes

No response

@joepio joepio changed the title GLIBC_2.29' not found in ghcr.io/cross-rs/aarch64-unknown-linux-musl:0.2.5` GLIBC_2.29 not found in ghcr.io/cross-rs/aarch64-unknown-linux-musl:0.2.5 Feb 5, 2024
@Emilgardis
Copy link
Member

This is a duplicate of #724

See that issue for potential fixes, the easiest being cargo clean

@Emilgardis Emilgardis closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants