orivej has quit [Ping timeout: 248 seconds]
ryantrinkle has joined #nixos-aarch64
ris has quit [Ping timeout: 245 seconds]
ryantrinkle has quit [Ping timeout: 245 seconds]
ToxicFrog has joined #nixos-aarch64
ToxicFrog has quit [Ping timeout: 245 seconds]
ToxicFrog has joined #nixos-aarch64
ToxicFrog has quit [Ping timeout: 268 seconds]
ToxicFrog has joined #nixos-aarch64
ToxicFrog has quit [Ping timeout: 248 seconds]
ryantrinkle has joined #nixos-aarch64
wildtrees has quit [Quit: Leaving]
ToxicFrog has joined #nixos-aarch64
mthst has quit [Ping timeout: 264 seconds]
mthst has joined #nixos-aarch64
mthst has quit [Read error: Connection reset by peer]
mthst has joined #nixos-aarch64
ToxicFrog has quit [Ping timeout: 272 seconds]
ToxicFrog has joined #nixos-aarch64
dispanser has quit [Ping timeout: 272 seconds]
dispanser has joined #nixos-aarch64
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
THFKA4 has quit [Ping timeout: 250 seconds]
THFKA4 has joined #nixos-aarch64
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
ris has joined #nixos-aarch64
orivej has quit [Ping timeout: 245 seconds]
dispanser has quit [Ping timeout: 244 seconds]
jtojnar has joined #nixos-aarch64
dispanser has joined #nixos-aarch64
ris has quit [Ping timeout: 258 seconds]
edef has quit [Read error: Connection reset by peer]
dispanser has quit [Ping timeout: 268 seconds]
dispanser has joined #nixos-aarch64
<exarkun> got coreutils build failure on very recent nixos-unstable, too :(
<exarkun> so much for magical thinking
<balsoft> й
orivej has joined #nixos-aarch64
vika_nezrimaya has joined #nixos-aarch64
<vika_nezrimaya> Anyone launched NixOS on a Pi4? Are USB 3.0 and Ethernet ports working properly?
orivej has quit [Ping timeout: 272 seconds]
vika_nezrimaya has quit [Read error: Connection reset by peer]
zupo has joined #nixos-aarch64
orivej has joined #nixos-aarch64
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dispanser has quit [Read error: Connection reset by peer]
dispanser has joined #nixos-aarch64
ris has joined #nixos-aarch64
orivej has quit [Quit: orivej]
orivej has joined #nixos-aarch64
wildtrees has joined #nixos-aarch64
wildtrees has quit [Remote host closed the connection]
wildtrees has joined #nixos-aarch64
orivej has quit [Read error: Connection reset by peer]
orivej has joined #nixos-aarch64
<gchristensen> I have a 62 bit raspberry pie about to be made.
<samueldr> a what now?
zupo has joined #nixos-aarch64
zupo has quit [Client Quit]
<samueldr> ah, pie
<exarkun> it looks like coreutils tests _try_ to ignore the absolute path to the executable under test but somehow fail to do so
<samueldr> exarkun: (verifying) that's with the qemu user thing, right?
<exarkun> yea
<exarkun> actually now I'm not sure what I'm seeing in this test ... I don't have a ton of practice reading perl
<samueldr> link to the file?
<exarkun> I just picked one failing test at random - https://github.com/coreutils/coreutils/blob/v8.30/tests/du/files0-from.pl
<exarkun> I'm looking at $prog and $program_name and just generally trying to understand what the test thinks should happen
<samueldr> I'm thinking it could be related
<exarkun> yea, I see how that might be
* exarkun reads the qemu "-0" docs
<samueldr> exarkun: ^ commit introducing it
<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.
<samueldr> dang it me
<samueldr> why'd you go and say things like that
<samueldr> now it's indexed!
<exarkun> samueldr: nice when someone has already encountered your problem. maybe not as nice when it's _you_...
<samueldr> and the solution works
<samueldr> nix-build --extra-platforms armv7l-linux --argstr system armv7l-linux -A coreutils
<samueldr> sphalerite++
<{^_^}> sphalerite's karma got increased to 63
<exarkun> okay I'm killing this nix-build then
<exarkun> and this other build has a while to go ... and I gotta go help with dinner
<samueldr> I'll leave this one building and see if it fails in coreutils tests
jtojnar has quit [Ping timeout: 245 seconds]
chiefgoat has quit [Quit: ZNC 1.7.4 - https://znc.in]
chiefgoat has joined #nixos-aarch64
chiefgoat has quit [Client Quit]
chiefgoat has joined #nixos-aarch64