Bug#860650: zookeeper: FTBFS on i386: java.io.FileNotFoundException: /home/user42/.ant/cache/resolved-org.apache.zookeeper-zookeeper-3.4.9-2.xml (No such file or directory)
Emmanuel Bourg
ebourg at apache.org
Wed Apr 19 13:30:07 UTC 2017
Good catch, thank you Lucas. There is an i386 specific test override in
debian/rules:
ifeq (i386, $(DEB_BUILD_ARCH))
override_dh_auto_test-indep:
# Run core Java test suite against zookeeper
ant -Dversion=$(DEB_UPSTREAM_VERSION) -DlastRevision=-1 test-core-java
endif
The Ant settings of the main build aren't use there, and ivy-2.4.0.jar
is downloaded from http://repo2.maven.org. I guess this explains the
failure.
Emmanuel Bourg
More information about the pkg-java-maintainers
mailing list