Bug#775450: clojure1.6: clojure 1.6 doesn't work with gij/gcj 4.9 instead of openjdk

2016-02-07 Thread Alex Vong
Package: clojure1.6 Version: 1.6.0+dfsg-1 Followup-For: Bug #775450 Hi, I have run into the same problem and I find the solution is to insert the "-noverify" flag when invoking java. The following command works for me: $ java -noverify -cp /usr/share/java/clojure-1.6.jar clojure.main Should

Bug#775450: clojure1.6: clojure 1.6 doesn't work with gij/gcj 4.9 instead of openjdk

2016-02-07 Thread Alex Vong
On 07/02/2016, Emmanuel Bourg wrote: > Clojure 1.6 requires Java 6 or higher, I don't think adding the > -noverify flag will fix all the compatibility issues with GCJ. We should > adjust the package dependencies instead. > > Emmanuel Bourg > > You are right, it is more of a

Bug#775450: clojure1.6: clojure 1.6 doesn't work with gij/gcj 4.9 instead of openjdk

2016-02-07 Thread Alex Vong
On 08/02/2016, Markus Koschany <a...@gambaru.de> wrote: > Am 07.02.2016 um 21:38 schrieb Emmanuel Bourg: >> Le 7/02/2016 17:21, Alex Vong a écrit : >> >>> You are right, it is more of a workaround than an actual fix, in case >>> we need to use gcj with clo