<samueldr>
looking at archive.org, up until at least february this year there was a warning banner to not use this for production uses (the site is quite new)
<samueldr>
may explain why it wasn't used
<samueldr>
even up to june
<andi->
yes, I looked into that last year.. Wasn't a great experience. Most of the time I spent trying to get past the bootstrapping stage. I tried several methods: Using GCJ (now discontinued) to build an older jdk5/6 to be able to build a proper jdk6/7 out of that (all usinx nix). Then tried yet an alternative java thingy.. In the end I started using the debian aarch64 pacakages as a bootstrap phase to
<andi->
encounter strange issues in jdk6/7 where they would assume amd64 as soon as the platform was 64bit even thought they officiall support aarch64. After about 3 weeks of on and off trying I finally gave up...
<andi->
I originally wanted to run Kodi (which only needs a bit of Java...) on a Rpi3..
<andi->
The RPi3 I used to compile off (with the community build machine) still is on and does wait for me to continue but no motivation after that java experience...
orivej has joined #nixos-aarch64
Sonarpulse has joined #nixos-aarch64
clever has quit [Quit: leaving]
<timokau[m]>
Ah o kay, thanks for your efforts andi-
<timokau[m]>
How do the openjdk developers themselves bootstrap then?
<andi->
I have no serious idea. I had back then :/
<andi->
I guess they might just have an oder / cross compiled version. With the state of the build system I somehow doubt cross compilation but who knows.. If you do it full time every day you might know everything that is required...