Bug#760926: libapache-poi-java: ftbfs with OpenJDK 8

2014-10-22 Thread Emmanuel Bourg
The UnsatisfiedLinkError seems to indicate that the native initReaderIDs method cannot be found. This method should be exported by the libjavajpeg.so library installed in the jre/lib/arch/ directory of the JDK. Here are the JNI functions found in the libjavajpeg.so of openjdk-8: ebourg@icare:~$

Bug#760926: libapache-poi-java: ftbfs with OpenJDK 8

2014-09-12 Thread Emmanuel Bourg
I reproduced the error, the test log contains this exception leading to a native error inside the JDK: Testcase: testPictures took 0.003 sec Caused an ERROR com.sun.imageio.plugins.jpeg.JPEGImageReader.initReaderIDs(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)V

Bug#760926: libapache-poi-java: ftbfs with OpenJDK 8

2014-09-09 Thread Matthias Klose
Package: src:libapache-poi-java Version: 3.10.1-1 Severity: important User: debian-j...@lists.debian.org Usertags: openjdk-8-transition The package fails to build in a test rebuild on at least amd64 with openjdk-8 as the default java version, but succeeds to build with openjdk-7. The full build