-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cargo fails to download git repo on powerpc #15087
Comments
I wasn't able to reproduce it on My x64 Linux system. Can you try running |
Same exact error:
I can also verify that the issue doesn't occur on x64 or arm64 (linux). Could it be a 32bit platform issue? |
Can you say how I can set up an emulated environment for powerpc-unknown-linux-gnu? Is there an image I can somehow run? |
@ehuss You can always create a powerpc chroot using qemu-user-static and debootstrap |
Sorry, I don't know what those words mean. Can you give me the exact commands to run in a typical Ubuntu environment to give me a shell inside a powerpc environment? |
Here are instructions to get a qemu rootfs chroot working (Assuming you're already root)
|
Trying to build rattler-build on powerpc: https://github.com/prefix-dev/rattler-build
If it was working correctly, cargo update would automatically download and update the local git dependencies. However, instead it results in the following error:
You can
git clone
the repository with that specific commit ID perfectly fine outside of cargo.Meta
rustc --version --verbose
:Backtrace from
cargo build
:The text was updated successfully, but these errors were encountered: