-
Notifications
You must be signed in to change notification settings - Fork 379
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 errors with v0.2.2 #858
Comments
cross build --release --target arm-unknown-linux-musleabihf --features compression But if this does reproduce faithfully, this might be the best way we can diagnose and fix #724, so thank you. |
This will take me a while to debug, and I'll be off tomorrow so it'll likely be Sunday or early next week, but it's not reproducing every time for I've run the following sequence: git clone https://github.com/ravenclaw900/DietPi-Dashboard --depth 1
cd DietPi-Dashboard
cd src/frontend
yarn build
cd ../..
cp -r src/frontend/dist src/backend
cross build --release --target arm-unknown-linux-musleabihf --features compression I'll try extensively debugging this, and sometimes issues arise when mixing toolchains so I'll try that too. |
Related to #724, |
This comment was marked as outdated.
This comment was marked as outdated.
Removing all I believe this is related rust-lang/cargo#10367 (comment) |
That didn't seem to work: https://github.com/ravenclaw900/DietPi-Dashboard/runs/7054638003. |
Sorry, I meant remove all dependencies of the buildscript, so remove every folder with a build-script. I just removed the full folders. This is essentially a |
Alright, deleting all the build folders and all the |
I had this error when building binaries for different platforms with a bash-script. Deleting |
Closing as a duplicate of #724. |
Checklist
Describe your issue
Cross returns glibc build script errors on aarch64-unknown-linux-musl and arm-unknown-linux-musleabihf with the new version.
What target(s) are you cross-compiling for?
aarch64-unknown-linux-musl, arm-unknown-linux-musleabihf
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
v0.2.2
Example
Armv6: https://github.com/ravenclaw900/DietPi-Dashboard/runs/7050663794
Aarch64: https://github.com/ravenclaw900/DietPi-Dashboard/runs/7050775525
Rebuild of previously working code: https://github.com/ravenclaw900/DietPi-Dashboard/runs/7051046368
Additional information / notes
From #724, running
cargo clean
or building without the cache didn’t help.The text was updated successfully, but these errors were encountered: