GNU bug report logs - #42423
icedtea: JAVA_HOME

Previous Next

Package: guix;

Reported by: christopher <at> librehacker.com

Date: Sun, 19 Jul 2020 05:11:02 UTC

Severity: normal

Done: Christopher Howard <christopher <at> librehacker.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ricardo Wurmus <rekado <at> elephly.net>
To: christopher <at> librehacker.com
Cc: 42423 <at> debbugs.gnu.org, Michael Rohleder <mike <at> rohleder.de>, Christopher Howard <christopher.howard <at> qlfiles.net>
Subject: bug#42423: icedtea: JAVA_HOME
Date: Fri, 31 Jul 2020 17:10:32 +0200
Christopher Howard <christopher.howard <at> qlfiles.net> writes:

> […] This is what I
> have to do to get arduino-ide running (as well as running patchelf on
> the generated binaries, but that is another story...)

Recently, I also built the Arduino IDE to upload the software onto my
Open Theremin.  Instead of using patchelf I opted to make the loader
available globally:

   ln -s $(guix build glibc)/lib/ld-linux-x86-64.so.2 /lib64/

On Guix System we can also use “extra-special-file”:

  (extra-special-file "/lib64/ld-linux-x86-64.so.2"
                      (file-append glibc "/lib/ld-linux-x86-64.so.2"))

-- 
Ricardo




This bug report was last modified 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.