Replies: 3 comments 4 replies
-
All I can say for now is I can run:
when logged in |
Beta Was this translation helpful? Give feedback.
-
Just generic troubleshooting: what architecture is that bash? ( |
Beta Was this translation helpful? Give feedback.
-
Having NIX_BUILD_TOP=/tmp/build nix-build '<nixpkgs>' -A hello --argstr system aarch64-linux --option sandbox false --builders 'ssh://nixos-shell aarch64-linux' -j0 invokes everything as it should in the remote vm, i. e.
I'm trying to recollect my setup so far here in the discussion and will for now as well delete the WIKI page until things cleared. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
I tried and tested an approach to use a remote builder inside a (qemu-spawned) vm via WSL (same physical machine).
Right now I got failures building any package though and search for hints fixing these.
I. e. I run the following command:
and get:
As you see the build is actually spawned but there seems to be a problem with the binfmt_wrapper (
I suspect bash is not aarch64 but tries to run aarch64 stuff- EDITED bash is aarch64, see #102 (reply in thread)) and IDK exactly how to trace if it is spawned anyway or how to debug the "Exec format error" line.Might somebody help with this ?
Beta Was this translation helpful? Give feedback.
All reactions