Bug#712885: fop does not generate pdf files on mips - wheezy

2014-01-03 Thread Jurica Stanojkovic
Hello,

This issue is resolved with new version of openjdk-6 (openjdk-6_6b29-1.13.0-1 
or  openjdk-6_6b29-1.13.0-2)

This was issue with lcms (1) used with previous versions of openjdk-6 
(6b27-1.12.7-2 jessie, 6b27-1.12.5-1 wheezy).
New version of openjdk-6 is using lcms2.

Thanks!
Jurica

--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#712885: fop does not generate pdf files on mips - wheezy

2013-06-20 Thread Dragoslav Sicarov
Package: fop
Version: 1.0.dfsg2-6
Severity: serious
Tags: wheezy


During x11proto-core and xorg-docs packages rebuild on mips with sbuild,
issue with fop occured.


Issue is described at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712689
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712698


Snip of build log:
-BEGIN---
  GENx11protocol.pdf
Making portrait pages on A4 paper (210mmx297mm)
[warning] /usr/bin/fop: Unable to locate commons-io in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate avalon-framework in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate serializer in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate xalan2 in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate xml-apis in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate batik-all in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate commons-logging in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate servlet-api in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate xercesImpl in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate xmlgraphics-commons in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate xml-apis-ext in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
[warning] /usr/bin/fop: Unable to locate fop in
/«PKGBUILDDIR»/debian/tmp/usr/share/java
Exception in thread main java.lang.NoClassDefFoundError:
org/apache/fop/cli/Main
Caused by: java.lang.ClassNotFoundException: org.apache.fop.cli.Main
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.apache.fop.cli.Main. Program will exit.
/tmp/xmlto.Jtj6G7
 /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/share/doc/x11proto-core-dev'
 /usr/bin/install -c -m 644 x11protocol.html x11protocol.txt
../../specs/x11protocol.pdf x11protocol.ps x11protocol.html.db
x11protocol.pdf.db
'/«PKGBUILDDIR»/debian/tmp/usr/share/doc/x11proto-core-dev'
/usr/bin/install: cannot stat `../../specs/x11protocol.pdf': No such file
or directory
make[5]: *** [install-shelfDATA] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/build/specs'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/«PKGBUILDDIR»/build/specs'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/build/specs'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/build'
dh_auto_install: make -j1 install DESTDIR=/«PKGBUILDDIR»/debian/tmp
AM_UPDATE_INFO_DIR=no returned exit code 2
make[1]: *** [override_dh_auto_install] Error 29
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot-tcp debian/rules binary gave error exit
status 2
--END---

Any suggestions?