orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 252 seconds]
orivej has joined #nixos-aarch64
andi- has quit [*.net *.split]
clever has quit [*.net *.split]
clever has joined #nixos-aarch64
clever has quit [Changing host]
clever has joined #nixos-aarch64
andi- has joined #nixos-aarch64
orivej_ has joined #nixos-aarch64
orivej has quit [Ping timeout: 268 seconds]
orivej_ has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 248 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Read error: Connection reset by peer]
orivej has joined #nixos-aarch64
orivej has quit [Read error: Connection reset by peer]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 252 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
<flokli> hrm…
<flokli> [498743.377596] Out of memory: Kill process 5540 (xsltproc) score 915 or sacrifice child
<flokli> [498743.385477] Killed process 5540 (xsltproc) total-vm:933784kB, anon-rss:927420kB, file-rss:4kB, shmem-rss:0kB
<flokli> /tmp/nix-build-nixos-manpages.drv-0/.attr-0: line 10: 5540 Killed xsltproc --nonet --param man.output.in.separate.dir 1 --param man.output.base.dir "'$out/share/man/'" --param man.endnotes.are.numbered 0 --param man.break.after.slash 1 --stringparam target.database.document "/nix/store/6si9kc90bfbnjflldgbp1wmdzhz772zn-manual-olinkdb/olinkdb.xml"
<flokli> /nix/store/g24pvbm1257fxnlydg00f3wcjq8ml9lh-docbook-xsl-ns-1.79.1/xml/xsl/docbook/manpages/docbook.xsl /nix/store/wabr0afj96yg6qhq3jx3bdj3lc9y7is2-nixos-manual-combined/man-pages-combined.xml
<flokli> 1gb ram aint enough for everybody /o\
<flokli> Dezgeg: do you normally build this by chance on your cache? (armv7l again)
jtojnar has joined #nixos-aarch64
<jtojnar> as I was saying, I am getting “Too many authentication failures” when I try to ssh into the aarch64 box
<jtojnar> but building with nix works
<jtojnar> the public key matches the one in the repository
<gchristensen> hrm
<gchristensen> try again jtojnar
<gchristensen> ah
<gchristensen> you have many SSH keys and it is trying many first then failing
<jtojnar> weird
<jtojnar> should not the -i flag prevent that?
<gchristensen> that, or setup your ~/.ssh/config to use this specific key for this specific host
<jtojnar> well I am already using `ssh jtojnar@147.75.79.198 -i ~/.ssh/id_aarch64box`
<gchristensen> oh
<gchristensen> pm me, jtojnar
<gchristensen> NixOS on aarch64 people, can we put together a tracking issue for making nixos + aarch official with like install docs and images and stuff?
jtojnar has quit [Ping timeout: 256 seconds]
<Dezgeg> flokli: I have 2 GB of RAM + ~2.5 GB of swap, so no, haven't seen that
<flokli> Dezgeg: managed to build it by adding 500MB of swap on the sdcard
<flokli> but llvm gets pulled in, and there seems to be not enough diskspace
<flokli> so i bought a m.2 ssd for this thingie now :-P
<Dezgeg> plenty of stuff needs quite a bit of swap, for instance boost
<flokli> yep. do you maintain a list of stuff you build for the cache somewhere, so I can add packages? :-P
globin has joined #nixos-aarch64
<flokli> Dezgeg: thanks! PR incoming soon ;-)
jtojnar has joined #nixos-aarch64
<flokli> Dezgeg: PR sent.
<flokli> it's a bit weird graphviz pulls in libdevil which pulls in mesa and by this all wayland and x11 goodness… not really sure if we might want to disable some features, to make a minimal graphviz package
<flokli> but thats another story
<Dezgeg> yeah, let's see how much they blow up the build times
<gchristensen> has any of my reboots interrupted important builds for y'all?
<LnL> exec -a "Please don't kill me" nix-build ... :D
jtojnar has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Read error: Connection reset by peer]
orivej has joined #nixos-aarch64
orivej has quit [Read error: Connection reset by peer]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-aarch64
arianvp has joined #nixos-aarch64
orivej has quit [Remote host closed the connection]
orivej has joined #nixos-aarch64
orivej_ has joined #nixos-aarch64
orivej has quit [Read error: Connection reset by peer]
<flokli> Dezgeg: i stripped llvm (v4) from the list in my PR. However, 4/llvm.nix applies a 'aarch64.patch' (which in fact, adds code for arm and aarch64). maybe it's already enough to do this on stdenv.isArm too, to support llvm on arm. However, I can't test this until the bigger ssd arrives…