-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
Cross-compiling nixos for armv6l failing to build File-ShareDir #112173
Labels
0.kind: bug
Something is broken
6.topic: cross-compilation
Building packages on a different platform than they will be used on
Comments
This is the same problem reported in mobile-nixos/mobile-nixos#284, but a fix still hasn't been found. I'll try to bisect the commit that introduced this regression. |
This was
linked to
pull requests
Feb 7, 2021
Merged
This also affects aarch64 cross compilation:
|
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0.kind: bug
Something is broken
6.topic: cross-compilation
Building packages on a different platform than they will be used on
Describe the bug
I am trying to cross-compile nixos for the raspberry pi. Trying to do so leads to an error while trying to build
/nix/store/7x07kg9jvw7y1zxl2crk7lv4d73hmv0a-perl5.32.0-File-ShareDir-1.116-armv6l-unknown-linux-gnueabihf.drv
.The error is this:
I am using the nix expression from this repository: https://github.com/ilyakooo0/rasnixos.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/ilyakooo0/rasnixos.git
cd rasnixos
nix-build -j auto --argstr system x86_64-linux
Expected behavior
Everything builds without error.
The text was updated successfully, but these errors were encountered: