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

xml-maven-plugin 1.0.1-1 MIGRATED to testing

2016-02-07 Thread Debian testing watch
FYI: The status of the xml-maven-plugin source package in Debian's testing distribution has changed. Previous version: 1.0-3 Current version: 1.0.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will

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

cglib 3.2.0-2 MIGRATED to testing

2016-02-07 Thread Debian testing watch
FYI: The status of the cglib source package in Debian's testing distribution has changed. Previous version: 2.2.2+dfsg2-2 Current version: 3.2.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will

xmlgraphics-commons 2.1-1 MIGRATED to testing

2016-02-07 Thread Debian testing watch
FYI: The status of the xmlgraphics-commons source package in Debian's testing distribution has changed. Previous version: 2.0.1-2 Current version: 2.1-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you

libslf4j-java 1.7.14-2 MIGRATED to testing

2016-02-07 Thread Debian testing watch
FYI: The status of the libslf4j-java source package in Debian's testing distribution has changed. Previous version: 1.7.13-1 Current version: 1.7.14-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you

avro-java is marked for autoremoval from testing

2016-02-07 Thread Debian testing autoremoval watch
avro-java 1.7.7-1 is marked for autoremoval from testing on 2016-02-29 It is affected by these RC bugs: 813287: avro-java: FTBFS: Plugin com.thoughtworks.paranamer:paranamer-maven-plugin:2.8 or one of its dependencies could not be resolved __ This is the maintainer address of Debian's Java

eclipse-subclipse is marked for autoremoval from testing

2016-02-07 Thread Debian testing autoremoval watch
eclipse-subclipse 1.10.3-1 is marked for autoremoval from testing on 2016-02-14 It (build-)depends on packages with these RC bugs: 809566: eclipse-mylyn: FTBFS: Unsatisfied import package javax.mail_0.0.0. __ This is the maintainer address of Debian's Java team

reproducible.debian.net status changes for doxia

2016-02-07 Thread Reproducible builds folks
2016-02-07 05:06 https://tests.reproducible-builds.org/unstable/amd64/doxia changed from FTBFS -> unreproducible __ This is the maintainer address of Debian's Java team . Please use debian-j...@lists.debian.org for

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