Bug#914452: RM: asm3 -- ROM; Obsolete, no longer used

2018-11-23 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the src:asm3 package. It's an old version of ASM that was only used for the needs of src:eclipse, and it's about to be removed (#914448). Thank you, Emmanuel Bourg

Bug#914450: RM: lucene2 -- ROM; Obsolete, no longer used

2018-11-23 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the src:lucene2 package. It's an old version of Lucene that was only used for the needs of src:eclipse, and it's about to be removed (#914448). Thank you, Emmanuel Bourg

Bug#914448: RM: eclipse -- ROM; Old and unmaintained, replaced by finer-grained libraries

2018-11-23 Thread Emmanuel Bourg
for maintaining it. Just contact the Java Team: debian-j...@lists.debian.org Thank you, Emmanuel Bourg

Bug#898821: maven-plugin-tools: FTBFS with Java 10 due to com.sun.tools.doclets removal

2018-11-22 Thread Emmanuel Bourg
Control: tags -1 + fixed-upstream This issue has been "solved" upstream in the version 3.6 by dropping support for javadoc annotations. This means we have to convert the plugins still using these javadoc annotations to use the Java annotations instead [2]. [1]

Bug#914291: jaxrs-api: copyright file wrong

2018-11-21 Thread Emmanuel Bourg
rgency. I have more pressing issues on my todo list and this bug is just a distraction. Emmanuel Bourg

Bug#914291: jaxrs-api: copyright file wrong

2018-11-21 Thread Emmanuel Bourg
Control: severity -1 normal The license changed in the version 2.1.1 because the project was donated to the Eclipse Foundation. There is no code change between the version 2.1 under the CDDL+GPL and the version 2.1.1 under the EPL+GPL. So it's still correct to state that the code is licensed

Bug#783938: openjdk-11: Reproducible timestamp in javadoc files

2018-11-21 Thread Emmanuel Bourg
Control: tags -1 + patch Here is a patch adding SOURCE_DATE_EPOCH support to the javadoc tool. Description: Makes the timestamp in the javadoc files reproducible when SOURCE_DATE_EPOCH is specified Author: Emmanuel Bourg Forwarded: no --- a/src/jdk.javadoc/share/classes/jdk/javadoc/internal

Bug#914278: openjdk-11: Reproducible properties file header when SOURCE_DATE_EPOCH is specified

2018-11-21 Thread Emmanuel Bourg
is a patch for java.util.Properties checking if the SOURCE_DATE_EPOCH environment variable is specified and using it instead of the current date for the timestamp. Description: Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified Author: Emmanuel Bourg

Bug#914098: RM: plexus-utils -- ROM; Replaced by plexus-utils2

2018-11-19 Thread Emmanuel Bourg
a Breaks, Replaces and Provides for libplexus-utils-java. Thank you, Emmanuel Bourg

Bug#800998: wagon: depends on obsolete libcommons-httpclient-java library

2018-11-19 Thread Emmanuel Bourg
Control: fixed -1 3.0.0-1 Control: close -1 This issue has been fixed when the package was upgraded from the version 1.x to 3.x.

Bug#897566: freeplane freezes while entering text node under OpenJDK 10

2018-11-14 Thread Emmanuel Bourg
Hi Ben, Could you try again with OpenJDK 11 please? This is the new default Java runtime now. Emmanuel Bourg On Sun, 6 May 2018 11:03:42 +1200 Ben Caradoc-Davies wrote: > On 05/05/18 20:01, Felix Natter wrote: > > Freeplane upstream has made me aware that this is an OpenJDK issue:

Bug#894359: Help needed to port beast2-mcmc to Java 9

2018-11-13 Thread Emmanuel Bourg
ds fine with antlr 4.6. Could you give it a try? If it works that would allow us to move forward without waiting for antlr 4.7. Emmanuel Bourg

Bug#894353: ikvm build depends on openjdk-8-jdk

2018-11-12 Thread Emmanuel Bourg
IKVM has been abandoned upstream [1] and it looks unlikely to be ported to Java 11+ in the near future. ikvm has no reverse dependencies and a low popcon, maybe the package should be removed? [1] http://weblog.ikvm.net/#a33ea525f-a291-418a-bd6a-abdf22d0662b

Bug#913575: SEVERE: Cannot resolve dependencies in ./fop-servlet/pom.xml: Dependency not found org.apache.xmlgraphics:batik-all:jar:debian

2018-11-12 Thread Emmanuel Bourg
Le 12/11/2018 à 13:54, Mathieu Malaterre a écrit : > It should be possible to tweak the package to remove the following > from mh_make on user side: Hi Mathieu, Looking at the log I fail to understand the issue. Could you be more specific on the behavior you expect and why? Emmanuel Bourg

Bug#912392: scilab FTBFS with OpenJDK 11

2018-11-09 Thread Emmanuel Bourg
Control: tags -1 + patch I sent a merge request on Salsa [1]. It's only build tested, please check if it's also ok at runtime. [1] https://salsa.debian.org/science-team/scilab/merge_requests/2

Bug#912392: scilab FTBFS with OpenJDK 11

2018-11-09 Thread Emmanuel Bourg
Later the build fails when generating the javadoc, because the "--add-modules=java.activation,java.xml.bind" option was specified to build with Java 9, but these modules have been removed in Java 11.

Bug#908884: i2p: FTBFS (autobuilder hangs)

2018-11-09 Thread Emmanuel Bourg
severity 908884 important fixed 908884 8.5.35-1 close 908884

Bug#912392: scilab FTBFS with OpenJDK 11

2018-11-09 Thread Emmanuel Bourg
With javax.activation.jar added to the classpath the build now fails due to the removal of JAXB: [javac] import javax.xml.bind.JAXBContext; [javac] ^ [javac] /build/scilab-6.0.1/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteManager.java:27: error:

Bug#912392: scilab FTBFS with OpenJDK 11

2018-11-09 Thread Emmanuel Bourg
The @Generated annotations can be safely removed, they only have a documentation purpose at the source level. But after removing them there is another issue related to the removal of the javax.activation API in Java 11: [javac]

Bug#913193: buildd.debian.org: Assign a mipsel/mips64el builder to *-backports

2018-11-07 Thread Emmanuel Bourg
one mipsel builder prioritize the backports over experimental (and maybe sid) to avoid blocking the queue for such a long time. Thank you, Emmanuel Bourg

Bug#913190: bash-completion: Update 'java' completion to support '.java' files

2018-11-07 Thread Emmanuel Bourg
Package: bash-completion Version: 1:2.8-2 Severity: wishlist User: debian-j...@lists.debian.org Usertags: default-java11 .java files used to be compiled into .class files with 'javac' and then executed with 'java', but starting with Java 11 the explicit compilation can be skipped and the file

Bug#912516: libcommons-lang3-java FTBFS with OpenJDK 11

2018-11-07 Thread Emmanuel Bourg
Control: retitle -1 libcommons-lang3-java FTBFS with easymock 4.0 Control: user debian-j...@lists.debian.org Control: usertag -1 - default-java11 This is actually a regression caused by easymock 4.0 which was recently uploaded. The package builds fine with OpenJDK 11 and easymock 3.6

Bug#913132: libfile-stripnondeterminism-perl: Java 11 javadoc support

2018-11-07 Thread Emmanuel Bourg
Here is the related merge request: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/merge_requests/2

Bug#913132: libfile-stripnondeterminism-perl: Java 11 javadoc support

2018-11-07 Thread Emmanuel Bourg
with a fix. Emmanuel Bourg

Bug#912221: jabref: incompatible with openjdk 11

2018-11-06 Thread Emmanuel Bourg
mple. So I think I'll rather aim at a minor update simply adding the dependency on libactivation-java, and later look at an upgrade. Emmanuel Bourg

Bug#838356: fixed in jboss-annotations-1.2-api 1.0.0-1

2018-11-06 Thread Emmanuel Bourg
Hi Timo, We already have the javax.annotation API in the geronimo-annotation-1.3-spec package. Is it really necessary to duplicate it? Emmanuel Bourg

Bug#912221: jabref: incompatible with openjdk 11

2018-11-01 Thread Emmanuel Bourg
On 01/11/2018 01:54, tony mancill wrote: > I am definitely open to (and appreciative of) your suggestions. Hi Tony, even if the jaxb package doesn't yet provide the xjc executable (#905357), you can invoke it with: java -jar /usr/share/java/jaxb-xjc.jar Emmanuel Bourg

Bug#641880: Please create default-jdk-source

2018-10-30 Thread Emmanuel Bourg
Le 30/10/2018 à 13:10, Thorsten Glaser a écrit : > As the GCJ stuff is now gone, nothing should block this any more. > Can this please be added now (if for nothing else then for consistency)? Patches or pull requests on Salsa are welcome :)

Bug#912233: checkstyle FTBFS with OpenJDK 11

2018-10-30 Thread Emmanuel Bourg
Control: retitle: checkstyle: FTBFS with saxonhe 9.9.0 Control: user debian-j...@lists.debian.org Control: usertag -1 - default-java11 This issue is actually caused by the upload of saxonhe 9.9.0 last week.

Bug#912221: jabref: incompatible with openjdk 11

2018-10-29 Thread Emmanuel Bourg
openjdk-8 if there is a workaround with openjdk-11. Building with openjdk-8 is really a last resort solution, and very few cases justify its use (see lombok for a good example). Emmanuel Bourg

Bug#912221: jabref: incompatible with openjdk 11

2018-10-29 Thread Emmanuel Bourg
ould no longer use the java.se.ee module, it was a temporary module in Java 9 & 10 now removed in Java 11. jabref should add jaxb to its classpath instead. Emmanuel Bourg

Bug#912266: tomcat7 FTBFS with OpenJDK 11

2018-10-29 Thread Emmanuel Bourg
Control: tags -1 + wontfix src:tomcat7 builds one package, libservlet3.0-java, which is only used by eclipse. Once eclipse is removed tomcat7 will follow.

Bug#912257: ITP: eclipse-jdt-ui -- User interface for the Eclipse Java IDE

2018-10-29 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: eclipse-jdt-ui Version : 3.7.3 Upstream Author : Eclipse Foundation, Inc. * URL : https://www.eclipse.org/jdt/ui/ * License : EPL-1.0 Programming Lang: Java Description : User

Bug#912217: elki: Build with default-jdk instead of openjdk-8

2018-10-29 Thread Emmanuel Bourg
you, Emmanuel Bourg

Bug#895695: elki FTBFS: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader

2018-10-29 Thread Emmanuel Bourg
tches, sorry. I'll file another bug for the build dependency. Emmanuel Bourg

Bug#895695: elki FTBFS: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader

2018-10-29 Thread Emmanuel Bourg
Control: reopen -1 Control: notfixed -1 0.7.1-7 Control: user debian-j...@lists.debian.org Control: usertag -1 + default-java9 Control: tags -1 + sid buster fixed-upstream I'm reopening the bug because the compatibility with Java 9 and later wasn't really fixed, the JDK was just reverted to

Bug#912211: openjdk-11: Add support for DEB_BUILD_OPTIONS=terse

2018-10-29 Thread Emmanuel Bourg
Source: openjdk-11 Severity: wishlist Tags: patch Since the Debian Policy 4.2.0 the new "terse" build option can be used to have less verbose build logs. I suggested supporting it in openjdk-11 with the following change to debian/rules: --- a/debian/rules +++ b/debian/rules @@ -328,7 +328,9 @@

Bug#909063: apacheds: package installation fails due to incorrect apacheds.service unit

2018-10-27 Thread Emmanuel Bourg
Le 27/10/2018 à 15:44, Dominik George a écrit : > Patch against git master is attached. This happened during the BSP in > Karlsruhe, so I will NMU to DELAYED/5 tomorrow before the BSP ends if you do > not object, and also ask the release team about inclusion in the next point > release. Thank

Bug#911936: ITP: eclipse-jdt-debug -- Java debugging support for the Eclipse Platform

2018-10-26 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: eclipse-jdt-debug Version : 4.7.3 Upstream Author : Eclipse Foundation, Inc. * URL : https://projects.eclipse.org/projects/eclipse.jdt.debug * License : EPL-1.0 Programming Lang: Java

Bug#894359: Now we have antlr 4.6 - any chance to get 4.7 soon (Was: beast-mcmc2: Cannot find symbol CharStreams.fromString(newick))

2018-10-24 Thread Emmanuel Bourg
ed mojo-executor and string-template-maven-plugin, they are awaiting in the NEW queue for the FTP masters approval. Thanks a lot Andrius. Emmanuel Bourg

Bug#911694: openjdk-11: Tighten the dependency on debhelper (requires 10.3 or higher)

2018-10-23 Thread Emmanuel Bourg
Source: src:openjdk-11 Severity: normal openjdk-11 build-depends on debhelper (>= 9.20141010), but it uses dh_missing which was only introduced in debhelper 10.3.

Bug#911681: RM: libconcurrentlinkedhashmap-java -- ROM; Never used, deprecated

2018-10-23 Thread Emmanuel Bourg
to the successor of concurrentlinkedhashmap, Caffeine Cache [1][2]. The library has been deprecated upstream and it's unlikely this package will be ever used. Thank you, Emmanuel Bourg [1] https://github.com/grails/grails-core/issues/624 [2] https://issues.apache.org/jira/browse/CASSANDRA-10855

Bug#911547: debhelper gradle build system could cat hs_err_pid*.log on failure

2018-10-23 Thread Emmanuel Bourg
helper too. The log can be quite long, so maybe displaying a message stating that the JVM crashed and left a hs_err_pid file would be enough, or just printing the header of the file which usually contains the main reason of the crash. Do you want to provide an implementation? Emmanuel Bourg

Bug#911679: RM: libswingx1-java -- ROM; No longer used, replaced by libswingx-java

2018-10-23 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the libswingx1-java package. It'll no longer be used once pirl is removed (#911677) and it has been replaced by libswingx-java. Thank you, Emmanuel Bourg

Bug#911677: RM: pirl -- ROM; Orphaned, low popcon, dead upstream

2018-10-23 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please removed the pirl package, it has been orphaned for a year, has a very low popcon and is no longer active upstream (6 years old). Thank you, Emmanuel Bourg

Bug#911547: debhelper gradle build system could cat hs_err_pid*.log on failure

2018-10-23 Thread Emmanuel Bourg
Le 21/10/2018 à 20:33, Helmut Grohne a écrit : > So what do you think about outputting hs_err_pid*.log when gradle fails? You mean printing hs_err_pid*.log on stderr if the build fails?

Bug#894359: Now we have antlr 4.6 - any chance to get 4.7 soon (Was: beast-mcmc2: Cannot find symbol CharStreams.fromString(newick))

2018-10-19 Thread Emmanuel Bourg
Le 19/10/2018 à 17:14, Andreas Tille a écrit : > I have cloned > >https://salsa.debian.org/merkys-guest/mojo-executor > > to > >https://salsa.debian.org/java-team/mojo-executor > > where it should reside when maintained in Java Team. :-) @Andreas: We have a script [1] to create the

Bug#894359: Now we have antlr 4.6 - any chance to get 4.7 soon (Was: beast-mcmc2: Cannot find symbol CharStreams.fromString(newick))

2018-10-19 Thread Emmanuel Bourg
rnings can be ignored, this is a javadoc issue to be fixed at the openjdk level (if ever fixed). Emmanuel Bourg

Bug#911390: RM: openjdk-7-jre-dcevm/experimental -- ROM; Obsolete, no longer updated upstream

2018-10-19 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the openjdk-7-jre-dcevm in experimental. I used it to prepare backports but it's now obsolete and I don't plan to use it again. Thank you, Emmanuel Bourg

Bug#911371: antlr4: package v4.7.1 and include Cpp libraries/headers

2018-10-19 Thread Emmanuel Bourg
will have to go through the NEW queue, which is rather inconvenient. And if a Java maintainer wants to upgrade antlr he'll now have to manage a transition, sending bug reports, waiting for package updates, etc. Multiply this by the number of languages supported and it quickly turns in to a nightma

Bug#911350: RM: eclipse-wtp -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-wtp package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911348: RM: eclipse-rse -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-rse package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911351: RM: eclipse-xsd -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-xsd package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911349: RM: eclipse-subclipse -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-subclipse package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911346: RM: eclipse-remote-services-api -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-remote-services-api package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911319: RM: eclipse-pydev -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-pydev package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911318: RM: eclipse-ptp -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-ptp package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911317: RM: eclipse-mylyn-tasks-github -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-mylyn-tasks-github package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911316: RM: eclipse-mylyn -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-mylyn package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911314: RM: eclipse-linuxtools -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-linuxtools package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911315: RM: eclipse-mercurialeclipse -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-mercurialeclipse package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911309: RM: eclipse-gef -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-gef package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911308: RM: eclipse-egit -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-egit package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911306: RM: eclipse-cdt-pkg-config -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-cdt-pkg-config package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911307: RM: eclipse-eclox -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-eclox package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911305: RM: eclipse-cdt -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-cdt package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#911304: RM: eclipse-anyedit -- ROM; FTBFS, outdated and unmaintained

2018-10-18 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the eclipse-anyedit package. It depends on the outdated and unmaintained src:eclipse package (last updated in 2013) which the Java Team plans to retire before the Buster release. Thank you, Emmanuel Bourg

Bug#910698: dogtag-pki needs jdk8

2018-10-17 Thread Emmanuel Bourg
Le 17/10/2018 à 07:11, Timo Aaltonen a écrit : > ldapjdk is built against jdk8 because jss/dogtag-pki still need it that > way or things will break. Though now I realized maybe it might still > work with -Dant.build.javac.target=1.8 (or whatever jdk8 uses). What errors do you get if you use the

Bug#911194: libbtm-java: FTBFS with Java 11 due to javax.rmi removal

2018-10-16 Thread Emmanuel Bourg
Package: src:libbtm-java Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 libbtm-java fails to build with Java 11, it's affected by the removal of the CORBA related classes which include the javax.rmi package: [javac]

Bug#911193: eclipselink: FTBFS with Java 11 due to Java EE APIs removal

2018-10-16 Thread Emmanuel Bourg
Source: eclipselink Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 eclipselink fails to build with Java 11 due to the removal of several Java EE APIs (javax.xml.soap, javax.xml.ws, javax.rmi and CORBA) [javac] Compiling 3151 source files to

Bug#911190: openjpa: FTBFS with Java 11 due to JAXB removal

2018-10-16 Thread Emmanuel Bourg
Source: openjpa Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 openjpa fails to build with Java 11 due to the removal of JAXB: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on

Bug#911188: libjdo-api-java: FTBFS with Java 11 due to javax.rmi removal

2018-10-16 Thread Emmanuel Bourg
Package: src:libjdo-api-java Version: 3.1-2 Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 libjdo-api-java fails to build with Java 11, it's affected by the removal of the CORBA related classes which include the javax.rmi package: [ERROR]

Bug#911187: axis: FTBFS with Java 11 due to javax.rmi and CORBA removal

2018-10-16 Thread Emmanuel Bourg
Source: axis Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 axis fails to build with Java 11 due to the removal of the javax.rmi and org.omg.CORBA packages: [javac] /build/axis-1.4/src/org/apache/axis/providers/java/CORBAProvider.java:25:

Bug#911183: logback: FTBFS with Java 11 due to sun.reflect.Reflection removal

2018-10-16 Thread Emmanuel Bourg
Source: logback Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 logback fails to build with Java due to the removal of the sun.reflect package: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile

Bug#911182: libquartz-java: FTBFS with Java 11 due to javax.rmi removal

2018-10-16 Thread Emmanuel Bourg
Package: src:libquartz-java Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 libquartz-java fails to build with Java 11, it's affected by the removal of the CORBA related classes which include the javax.rmi package: [INFO]

Bug#911181: sitemesh: FTBFS with Java 11 due to javax.rmi removal

2018-10-16 Thread Emmanuel Bourg
Source: sitemesh Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 sitemesh fails to build with Java 11, it's affected by the removal of the CORBA related classes which include the javax.rmi package: [javac]

Bug#890624: RM? Outdated, no rdeps, broken deps

2018-10-16 Thread Emmanuel Bourg
Control: unblock 888255 by 890624 Control: tags -1 + wontfix Control: close -1 apache-curator doesn't depend on netty-3.9.

Bug#880359: Still happening in 11+26-4

2018-10-16 Thread Emmanuel Bourg
u package and there is only an icudt62l.dat file in the source tree. Maybe adding icudt51{b,e}.zip symlinks to icudt51l.zip would also work. Do you want to upload the fix as a team upload. Emmanuel Bourg

Bug#911142: cofoja: FTBFS with Java 11 due to UnsupportedOperationException in ClassVisitor.visitNestHostExperimental()

2018-10-16 Thread Emmanuel Bourg
Source: cofoja Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 cofoja fails to build with Java 11 with the following error: /build/cofoja-1.3/build.xml:269: The following error occurred while executing this line:

Bug#911139: jaxrs-api: FTBFS with Java 11 due to missing Maven dependencies

2018-10-16 Thread Emmanuel Bourg
Source: jaxrs-api Version: 2.1.2-1 Severity: important Tags: sid buster newcomer User: debian-j...@lists.debian.org Usertags: default-java11 jaxrs-api fails to build with Java 11 due to missing Maven dependencies activated in a JDK 11 profile: [ERROR] Failed to execute goal on project

Bug#911138: libhibernate-validator-java: FTBFS with Java 11 due to JAXB removal

2018-10-16 Thread Emmanuel Bourg
Package: src:libhibernate-validator-java Version: 4.3.3-5 Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 libhibernate-validator-java still fails to build with Java 11 due to the removal of JAXB: [ERROR] diagnostic:

Bug#911136: javatools: FTBFS with Java 11 due to MANIFEST.MF wrapping change

2018-10-16 Thread Emmanuel Bourg
Source: javatools Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 javatools has a test failing with Java 11. It looks like Java 11 now wraps the attributes in MANIFEST.MF after 72 characters instead of 70 in the previous versions: prove -Ilib t

Bug#872885: netty-tcnative-1.1: Please migrate to openssl1.1 in Buster

2018-10-14 Thread Emmanuel Bourg
Le 13/10/2018 à 00:32, Emmanuel Bourg a écrit : > - tycho (through aether again), I'm working on an upgrade no longer > depending on it The tycho update is ready but requires equinox-p2 which is still in NEW. > - libgpars-groovy-java which is used by groovy. I don't have a

Bug#872885: netty-tcnative-1.1: Please migrate to openssl1.1 in Buster

2018-10-12 Thread Emmanuel Bourg
netty-3.9: - maven-indexer (through aether), but it isn't used and could be removed - tycho (through aether again), I'm working on an upgrade no longer depending on it - libgpars-groovy-java which is used by groovy. I don't have a solution for this one yet. Emmanuel Bourg

Bug#910843: jaxb: Rebuilding from source gives broken dependencies

2018-10-12 Thread Emmanuel Bourg
Le 12/10/2018 à 18:49, Daniel Schepler a écrit : > Unfortunately, I didn't save logs of the manual builds I did in the > pbuilder login session. I could probably repeat the process later > today and send you the logs then - along with possibly the rebuilt > packages from dtd-parser and jaxb for

Bug#910843: jaxb: Rebuilding from source gives broken dependencies

2018-10-12 Thread Emmanuel Bourg
I'm unable to reproduce the issue. libjaxb-java doesn't get a versioned dependency on libdtd-parser-java. Do you still have the full pbuilder log please? Emmanuel Bourg

Bug#894284: android-platform-tools-base FTBFS with openjdk-9

2018-10-12 Thread Emmanuel Bourg
The javax.xml.bind errors can be simply fixed by adding a dependency on jaxb-api: --- a/repository/build.gradle +++ b/repository/build.gradle @@ -9,6 +9,7 @@ compile project(':base:common') compile 'org.apache.commons:commons-compress:1.8.1' compile 'com.google.jimfs:jimfs:1.1' +

Bug#880359: openjfx FTBFS on big endian: ../lib/icupkg: No such file or directory

2018-10-12 Thread Emmanuel Bourg
Control: severity -1 important Control: tags -1 + help Downgrading the severity, upstream doesn't support non x86 architectures and the packages are only provided as a best effort.

Bug#842535: mark npapi-sdk-dev Multi-Arch: foreig and move pkg-config files out of /usr/lib/pkgconfig

2018-10-12 Thread Emmanuel Bourg
Control: affects -1 - src:icedtea-web The NPAPI plugin is being removed from src:icedtea-web, I'm therefore removing the 'affects' tag.

Bug#647706: libwebkitgtk-1.0-0: Can't open Banco do Brasil's login page with icedtea-plugin

2018-10-12 Thread Emmanuel Bourg
Control: tags -1 + wontfix Control: close -1 NPAPI support has been removed from all major browsers (Firefox 52, Chrome 45, Safari 12, Edge), the Java plugin can no longer work and applets are fading away from the web. For this reason the src:icedtea-web package will no longer build the plugin in

Bug#855686: icedtea-web: FTBFS: configure: error: Package requirements (mozilla-plugin) were not met

2018-10-12 Thread Emmanuel Bourg
Control: tags -1 + pending The plugin is being removed

Bug#605458: icedtea-web plugin removal

2018-10-12 Thread Emmanuel Bourg
Control: tags -1 + wontfix Control: close -1 NPAPI support has been removed from all major browsers (Firefox 52, Chrome 45, Safari 12, Edge), the Java plugin can no longer work and applets are fading away from the web. For this reason the src:icedtea-web package will no longer build the plugin in

Bug#897482: brailleutils: FTBFS: [javac] /<>/src/org/daisy/braille/pef/PEFNamespaceContext.java:37: error: PEFNamespaceContext is not abstract and does not override abstract method getPre

2018-10-12 Thread Emmanuel Bourg
Control: tags -1 + patch The fix is ready to be merged on Salsa: https://salsa.debian.org/a11y-team/brailleutils/merge_requests/1

Bug#910843: jaxb: Rebuilding from source gives broken dependencies

2018-10-12 Thread Emmanuel Bourg
Le 12/10/2018 à 04:21, Daniel Schepler a écrit : > With which I get the error: > > The following packages have unmet dependencies: > libjaxb-java : Depends: libdtd-parser-java (>= 1.2-SNAPSHOT) but > 1.2~svn20110404-1 is to be installed > E: Unable to correct problems, you have held broken

Bug#897482: brailleutils: FTBFS: [javac] /<>/src/org/daisy/braille/pef/PEFNamespaceContext.java:37: error: PEFNamespaceContext is not abstract and does not override abstract method getPre

2018-10-12 Thread Emmanuel Bourg
user debian-j...@lists.debian.org usertag 897482 + default-java10 retitle 897482 brailleutils: FTBFS with Java 10 due to return type change of javax.xml.namespace.NamespaceContext.getPrefixes​()

Bug#910744: RM: glassfish -- ROM; obsolete, no longer used, FTBFS with Java 11

2018-10-10 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the glassfish package, this decade old version of the GlassFish Application Server is no longer used and now fails to build with Java 11. There is no plan to upgrade it to a more recent version. Thank you, Emmanuel Bourg

Bug#910738: mockito: FTBFS with Java 11: IllegalArgumentException invalid source release 1.11

2018-10-10 Thread Emmanuel Bourg
Source: mockito Version: 1.10.19-3 Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 mockito builds with Java 9 and 10 but not with Java 11 (using Gradle 4.4.1). The build stops on this exception: java.lang.IllegalArgumentException: error: invalid

Bug#894290: gradle should raise the source/target level to the minimum supported by the default JDK

2018-10-10 Thread Emmanuel Bourg
Control: severity -1 wishlist I'm downgrading the severity because this isn't actionable for now (implementation suggestions are welcome) and we need gradle-debian-helper 2.0 and gradle 4.4 in testing. The source/target level of the affected packages should be updated separately.

Bug#907359: minify-maven-plugin: FTBFS in buster/sid (Could not resolve dependencies for project com.samaxes.maven:minify-maven-plugin:maven-plugin:1.7.4)

2018-10-10 Thread Emmanuel Bourg
Control: reassign -1 src:libandroid-json-org-java 20121204-20090211-3 Control: affects -1 src:minify-maven-plugin Control: retitle -1 libandroid-json-org-java: Missing 'debian' version This issue appeared with the upload of libandroid-json-org-java/20121204-20090211-3 two months ago. The generic

Bug#910407: openjfx: Need for openjfx for both OpenJDK8 and OpenJDK11

2018-10-10 Thread Emmanuel Bourg
ally make sense. That would be a string preventing us from moving forward. Emmanuel Bourg

<    2   3   4   5   6   7   8   9   10   11   >