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

Arm32 compile fails on nix dependency #611

Closed
mcrosson opened this issue Jun 4, 2019 · 3 comments
Closed

Arm32 compile fails on nix dependency #611

mcrosson opened this issue Jun 4, 2019 · 3 comments
Labels
C: Bug Something isn't working

Comments

@mcrosson
Copy link
Contributor

mcrosson commented Jun 4, 2019

The arm32 build fail with the linked error. It seems this is fixed in an updated version of nix. Would it be possible for the nix version to be bumped to get arm32 support back?

Build errors: https://paste.lollipopcloud.solutions/?1185aefe37177bb9#uOSxiTy5YkA/ApGmpVHj0BZQ47equRKpVt1FkRHCAJM=

Nix issue: nix-rust/nix#1057

@mcrosson mcrosson added the C: Bug Something isn't working label Jun 4, 2019
@mcrosson mcrosson mentioned this issue Jun 4, 2019
@elegaanz elegaanz closed this as completed Jun 4, 2019
@elegaanz elegaanz reopened this Jun 4, 2019
@mcrosson
Copy link
Contributor Author

Looks like the below updates fix the arm32 builds. Would it be possible for someone to update the dependencies?

I'm not sure how to do it correctly for a PR otherwise I would have submitted a PR.

root@ff6e36226ece:/app# cargo update --package atomicwrites
    Updating crates.io index
    Updating atomicwrites v0.2.2 -> v0.2.3
    Updating libc v0.2.55 -> v0.2.58
    Updating nix v0.11.0 -> v0.14.1

root@ff6e36226ece:/app# cargo update --package ctrlc
    Updating crates.io index
    Updating ctrlc v3.1.2 -> v3.1.3
    Removing nix v0.13.0

cargo update --package nix
    Updating crates.io index

@trinity-1686a
Copy link
Contributor

trinity-1686a commented Jun 13, 2019

if it works with just those 3 commands ran, you can git add Cargo.lock, commit and push, it should be enough

@mcrosson
Copy link
Contributor Author

Looks like the builds are back to green with arm32, closing the issue.

Thank you @fdb-hiroshima for all the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants