Bug#923756: libhac-java: FTBFS in buster/sid

2019-03-05 Thread Markus Koschany
Control: reassign -1 javahelper Control: retitle -1 javahelper: javadoc: error - The code being documented uses packages in the unnamed module Am 05.03.19 um 21:06 schrieb Andreas Tille: [...] > Considering that the problem can be solved by fixing javatools instead > of libhac-java do you think

Bug#923756: libhac-java: FTBFS in buster/sid

2019-03-05 Thread Andreas Tille
On Tue, Mar 05, 2019 at 02:02:05PM +0100, Markus Koschany wrote: > ... > Maybe we should change our javadoc policy too. Developers shall not > build-depend on other -doc packages by default and override jh_build if > they wish to link against external packages. This way they have more > fine graine

Bug#923756: libhac-java: FTBFS in buster/sid

2019-03-05 Thread Markus Koschany
Hello Andreas, Am 05.03.19 um 06:11 schrieb Andreas Tille: [...] > Any idea how to fix this? In my opinion this is a bug in OpenJDK and the new javadoc behavior is too strict but it is probably useless to argue about it. We currently work around this error in Maven by setting detectJavaApiLinks

Bug#923756: libhac-java: FTBFS in buster/sid

2019-03-05 Thread Andreas Tille
On Tue, Mar 05, 2019 at 09:41:53AM +0100, Andreas Tille wrote: > On the other hand: It seems this is not needed by any rdepends any more > and popcon data are looking as if we should rather remove than fix this > package ... Sorry for the noise but this is really needed for a package on the Debian

Bug#923756: libhac-java: FTBFS in buster/sid

2019-03-05 Thread Andreas Tille
On Tue, Mar 05, 2019 at 06:11:32AM +0100, Andreas Tille wrote: > Hi Debian Java team, > > On Tue, Mar 05, 2019 at 12:19:40AM +, Santiago Vila wrote: > > jh_build -J hac.jar src > > find src -name *.java -and -type f -print0 | xargs -s 512000 -0 > > /usr/lib/jvm/default-java/bin/javac -g -cp :

Bug#923756: [Debian-med-packaging] Bug#923756: libhac-java: FTBFS in buster/sid

2019-03-04 Thread Olivier Sallou
- Andreas Tille a écrit : > Hi Debian Java team, > > On Tue, Mar 05, 2019 at 12:19:40AM +, Santiago Vila wrote: > > jh_build -J hac.jar src > > find src -name *.java -and -type f -print0 | xargs -s 512000 -0 > > /usr/lib/jvm/default-java/bin/javac -g -cp :debian/_jh_build.hac -d > > deb

Bug#923756: libhac-java: FTBFS in buster/sid

2019-03-04 Thread Andreas Tille
Hi Debian Java team, On Tue, Mar 05, 2019 at 12:19:40AM +, Santiago Vila wrote: > jh_build -J hac.jar src > find src -name *.java -and -type f -print0 | xargs -s 512000 -0 > /usr/lib/jvm/default-java/bin/javac -g -cp :debian/_jh_build.hac -d > debian/_jh_build.hac -source 1.7 -target 1.7 -en

Bug#923756: libhac-java: FTBFS in buster/sid

2019-03-04 Thread Santiago Vila
Package: src:libhac-java Version: 0.20110510-3 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: [...] debian/rules build-indep dh build-indep --with javahelper