<gchristensen>
MoreTea: if you send a PR to the community box in the next 10min I can get it deployed in the next 30min, but otherwise it might take until evening here
<gchristensen>
I'm rebooting the box to add moretea
<andi->
so long xmas vacation ahead.. what was I trying to do? Oh yes, I wanted music at home again thats whay I started the whole aarch64 journey -.- Time to work on openjdk
<gchristensen>
<3
<gchristensen>
I _think_ that some of my changes to the box have broken its SSH support :D
<andi->
oh?
<gchristensen>
yeah, from trying to make it faster to update
<andi->
I'll try on x86 first anyway :-)
<gchristensen>
andi-: can you test to see if a remote build works?
<andi->
1 sec
<andi->
that pi is slow as da dog..
<gchristensen>
=)
<andi->
I'll let you know in a while when it decided to finish..
<andi->
OOM m(
<andi->
ok, smaller build
<andi->
it started copying files to the build box.. looks good so far
<andi->
gchristensen: it's building
<gchristensen>
w00t
<andi->
well it fails but it tried - failure is what I am working on
<gchristensen>
cool
<gchristensen>
MoreTea: you're good to go
<MoreTea>
I'll try later gchristensen
<gchristensen>
cool
<MoreTea>
I'm just leaving for the latest Star Wars movie ;)
<MoreTea>
Thanks!
<gchristensen>
enjoy
orivej has joined joined #nixos-aarch64
<andi->
great... this java stuff creates an even bigger recursion.. to build any alternative provide for a jdk or just a jre you will need antlr, classpath, … which in turn require a jdk again o.O
<andi->
maybe I should lower to goal to: building a jdk for aarch64 and providing it as blob to break the recursion :/
<gchristensen>
ouuuchhhh
<gchristensen>
yeah that could be
<andi->
I think I can solve the recursion by just providing two small .jar files (libxerces and something else)
<andi->
which will/should be significantly smaller then any complete jre/jdk package
<andi->
and since .jar files are independent of the platform you only need one platform where a jdk exists to re-create them. That should allow "blobless" jdk bootstrapping
<andi->
turns out ecj and antlr already exist as .jar blobs within the source tree of gcc m(
<andi->
so I can just move them to another place and reuse that...
<MoreTea>
gchristensen: it was pretty great actually.
<gchristensen>
nice!
<MoreTea>
It appears that the aarch64 machine box is not working yet :)?
<gchristensen>
Dec 22 23:45:08 nixos sshd[28965]: Postponed keyboard-interactive for invalid user maarten from 143.177.41.116 port 54439 ssh2 [preauth]
<MoreTea>
I'll see if I can build a sd card image then.
<gchristensen>
cool, nice
<flokli>
Dezgeg: I'm toying around with the clearfog pro (armv7, not aarch64 unfortunately). `make clearfog_defconfig` will also build a tools/kwboot (for amd64) , which can be used to send the uboot via uart. This currently doesn't come via ubootTools, but would be pretty useful. How should I add this?