<exarkun>
not that recent ... part of what I don't understand is why this doesn't hit everyone. what am I doing that's weird?
<samueldr>
hrm
<samueldr>
builder for '/nix/store/wlmx3k9zdqc57r3w7wc3nd65zdc5x2ry-bootstrap-tools.drv' failed due to signal 31 (Bad system call)
<exarkun>
oof
<samueldr>
both armv6 and armv7, using clever's overlay thing
<exarkun>
on x86_64 host? (no idea if that matters)
<samueldr>
yes
<samueldr>
nix-build --system armv7l-linux -A coreutils # is supposed to work, right?
<samueldr>
well, at least try to build
<exarkun>
my nixpkgs is a not-super-recent 19.03 I think... af5178cf779
* samueldr
tries that commit
<exarkun>
I have been invoking my builds via nixops, I'll try that nix-build
<samueldr>
same
<exarkun>
I might have to wait for this current build to finish first, maybe
<samueldr>
and I validated that qemu-arm (the wrapper) works with binfm by using a static busybox
<exarkun>
and I am building for armv6l fwiw
<samueldr>
weird
<exarkun>
ah, "nix-build --system armv7l-linux -A coreutils" is trying something. I guess it gets to be in parallel since it's for a different arch than the running build.
<exarkun>
I ran that in my nixpkgs checkout root directory @ the revision above - that's the right thing to do right?
<exarkun>
w/ nixops I am relying on nix.packages in the host config to pin the nixpkgs rev
<samueldr>
I'm not sure it's the right thing to do, but that's what I did
<exarkun>
:)
<exarkun>
it's trying to start a busybox build
<samueldr>
yeah, I guess your bootstrap-tools build is already done
<exarkun>
it seems like it would be cool if there were a command to ask the daemon what it's working on building ... I can often guess by looking at the c files being passed to gcc, but not always :)
<samueldr>
try nix-top
<samueldr>
it's not a polished project, but it's damn useful
<samueldr>
(I'm always a bit scared when I sudo reboot a system)
<samueldr>
(via ssh)
<exarkun>
ahh cool, nix-top looks like it does the job. thanks :)
<gchristensen>
hi it is me, king of sudo reboot'ing the wrongt system.