Bug#906384: lucene-solr: FTBFS in buster/sid

2018-08-25 Thread Markus Koschany

Am 25.08.2018 um 23:27 schrieb Markus Koschany:
> Control: tags -1 pending
> 
> The FTBFS was caused by the latest upgrade of libwoodstox-java. The jar
> files were renamed and could not be found anymore.
> 
> I am quite sure this is related to #904063 somehow. Once #906447 is
> resolved I could try to verify this assumption.

Ok, I forgot to install OpenJDK 10 on this system hence I got hit by
#906447 too. I can confirm now that the libwoodstox-java upgrade caused
the build failure and the runtime error. I am going to upload the fix
shortly.

Markus




signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#906384: lucene-solr: FTBFS in buster/sid

2018-08-25 Thread Markus Koschany
Control: tags -1 pending

The FTBFS was caused by the latest upgrade of libwoodstox-java. The jar
files were renamed and could not be found anymore.

I am quite sure this is related to #904063 somehow. Once #906447 is
resolved I could try to verify this assumption.

Markus



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#906384: lucene-solr: FTBFS in buster/sid

2018-08-17 Thread Santiago Vila
Package: src:lucene-solr
Version: 3.6.2+dfsg-13
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 maven_repo_helper
   dh_update_autotools_config -i
   dh_autoreconf -i
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<>/lucene-solr-3.6.2+dfsg'
# Link in jars from /usr/share/java rather
# than patching the build process
for pkg in `cat debian/build-jars`; \
do \
ln -sf `echo $pkg | cut -d : -f 1` `echo $pkg | cut -d : -f 2`; \
done
ln: failed to create symbolic link './lucene/lib/ant.jar': No such file or 
directory
ln: failed to create symbolic link './lucene/lib/junit4.jar': No such file or 
directory

[... snipped ...]

prep-lucene-jars:

lucene-jars-to-solr:
 [copy] Copying 11 files to 
/<>/lucene-solr-3.6.2+dfsg/solr/build/lucene-libs

dist:
 [exec] Execute failed: java.io.IOException: Cannot run program 
"svnversion" (in directory "/<>/lucene-solr-3.6.2+dfsg/solr/webapp"): 
error=2, No such file or directory
 [echo] Building solr...

contribs-add-to-war:
[mkdir] Created dir: /<>/lucene-solr-3.6.2+dfsg/solr/build/web
 [echo] Building solr-analysis-extras...

add-to-war:
 [echo] Building solr-clustering...

add-to-war:
 [echo] Building solr-dataimporthandler-extras...

add-to-war:
 [echo] Building solr-dataimporthandler...

add-to-war:
 [copy] Copying 2 files to 
/<>/lucene-solr-3.6.2+dfsg/solr/build/web
 [echo] Building solr-cell...

add-to-war:
 [echo] Building solr-langid...

add-to-war:
 [echo] Building solr-uima...

add-to-war:
 [echo] Building solr-velocity...

add-to-war:
  [war] Building war: 
/<>/lucene-solr-3.6.2+dfsg/solr/dist/apache-solr-3.6.2.war

BUILD FAILED
/<>/lucene-solr-3.6.2+dfsg/solr/build.xml:322: The following error 
occurred while executing this line:
/<>/lucene-solr-3.6.2+dfsg/solr/webapp/build.xml:65: Problem creating 
war: /<>/lucene-solr-3.6.2+dfsg/solr/lib/wstx-lgpl.jar

Total time: 16 seconds
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<>/lucene-solr-3.6.2+dfsg'
make: *** [debian/rules:8: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2


The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lucene-solr.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

__
This is the maintainer address of Debian's Java team
.
 Please use
debian-j...@lists.debian.org for discussions and questions.