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 Emmanuel Bourg
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 __ This is the maintainer address of Debian's Java team

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

2016-02-07 Thread 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 clojure for some reason. By the way, may I ask > why all clojure version has +dfsg suffice? My guess is that because > the upstream tarball contains pre-built

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

2016-02-07 Thread Markus Koschany
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 clojure for some reason. By the way, may I ask >> why all clojure version has +dfsg suffice? My guess is

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 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 clojure for some reason. By the way, may I

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

2015-01-18 Thread Rogério Brito
Hi, Tony. On Jan 17 2015, tony mancill wrote: On 01/15/2015 01:44 PM, Rogério Brito wrote: That's great and would, at least, make it clear that once installed, at least the basics of clojure would work. I have updated the dependency - it will be part of the next upload. Thanks a lot to

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

2015-01-17 Thread tony mancill
On 01/15/2015 01:44 PM, Rogério Brito wrote: On Jan 15 2015, Emmanuel Bourg wrote: But at least we should replace java2-runtime-headless with java6-runtime-headless. That's great and would, at least, make it clear that once installed, at least the basics of clojure would work. I have

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

2015-01-15 Thread Rogério Brito
Package: clojure1.6 Version: 1.6.0+dfsg-1 Severity: normal Hi. First of all, thanks for packaging clojure. Unfortunately, it seems that clojure doesn't work with simply any current installation of packages that provide java2-runtime-headless (like gcj-4.9-jdk and its dependencies). Here is what

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

2015-01-15 Thread Emmanuel Bourg
Hi Rogério, Le 15/01/2015 20:56, Rogério Brito a écrit : Is there any way to keep the ability to run with gcj? I don't think this is possible, the Clojure 1.6.0 documentation [1] states that Java 6 is the minimum version required and gcj is stuck with Java 5. If not, perhaps getting the

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

2015-01-15 Thread Rogério Brito
Hi, Emmanuel. First of all, thank you for your kind reply. I have been lurking into the debian-java archives (just relearning Java, since the 1.1 days) and I feel that you guys have fostered an excellent environment, especially for newbies and wannabe contributors (like me). On Jan 15 2015,