disasm has joined #nixos-aarch64
orivej has quit [Ping timeout: 276 seconds]
orivej has joined #nixos-aarch64
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-aarch64
<sphalerite> Is rustc failing to build for anyone else on ARMv7?
<sphalerite> it complains about sources being modified or something
<Dezgeg> I guess it needs dontUpdateAutotoolsGnuConfigScripts
Sonarpulse has joined #nixos-aarch64
orivej has quit [Ping timeout: 248 seconds]
Sonarpulse has quit [Ping timeout: 256 seconds]
<timokau[m]> Has anyone tried building `openjdk-10` on aarch64? The architecture should be supported since jdk9.
<timokau[m]> Unfortunately I don't have aarch64 hardware so I can't try myself.
* samueldr dives into the logs
<Dezgeg> IIRC, we don't have the bootstrap binaries for java on anywhere but x86
<samueldr> I believe it was andi- who looked at this late last year
<Dezgeg> maybe we could start by grabbing them from https://adoptopenjdk.net/archive.html
<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...
{`-`} has joined #nixos-aarch64