Source: jodconverter
Version: 2.2.2-5
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20111220 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> debian/rules build
> dh_testdir
> ( \
> cd src/main/java && \
> javac -classpath
> /usr/share/java/ridl.jar:/usr/lib/libreoffice/basis3.3/program/classes/unoil.jar:/usr/share/java/juh.jar:/usr/share/java/slf4j-api.jar:/usr/share/java/commons-io.jar:/usr/share/java/xstream.jar
> `find . -name \*.java` && \
> javadoc -d api com.artofsolving.jodconverter && \
> jar c `find . -name \*.class -o -name \*.xml -o -name \*.MF` >
> jodconverter-2.2.2.jar ; \
> )
> StreamOpenOfficeDocumentConverter.java:34: package com.sun.star.frame does
> not exist
> import com.sun.star.frame.XComponentLoader;
> ^
> StreamOpenOfficeDocumentConverter.java:35: package com.sun.star.frame does
> not exist
> import com.sun.star.frame.XStorable;
> ^
> AbstractOpenOfficeDocumentConverter.java:35: cannot find symbol
> symbol : class XRefreshable
> location: package com.sun.star.util
> import com.sun.star.util.XRefreshable;
> ^
> OpenOfficeConnection.java:21: package com.sun.star.frame does not exist
> import com.sun.star.frame.XComponentLoader;
> ^
> OpenOfficeConnection.java:23: package com.sun.star.ucb does not exist
> import com.sun.star.ucb.XFileIdentifierConverter;
> ^
> OpenOfficeConnection.java:40: cannot find symbol
> symbol : class XComponentLoader
> location: interface
> com.artofsolving.jodconverter.openoffice.connection.OpenOfficeConnection
> public XComponentLoader getDesktop();
> ^
> OpenOfficeConnection.java:45: cannot find symbol
> symbol : class XFileIdentifierConverter
> location: interface
> com.artofsolving.jodconverter.openoffice.connection.OpenOfficeConnection
> public XFileIdentifierConverter getFileContentProvider();
> ^
> OpenOfficeDocumentConverter.java:36: package com.sun.star.frame does not exist
> import com.sun.star.frame.XComponentLoader;
> ^
> OpenOfficeDocumentConverter.java:37: package com.sun.star.frame does not exist
> import com.sun.star.frame.XStorable;
> ^
> OpenOfficeDocumentConverter.java:40: cannot find symbol
> symbol : class ErrorCodeIOException
> location: package com.sun.star.task
> import com.sun.star.task.ErrorCodeIOException;
> ^
> OpenOfficeDocumentConverter.java:41: package com.sun.star.ucb does not exist
> import com.sun.star.ucb.XFileIdentifierConverter;
> ^
> OpenOfficeDocumentConverter.java:43: cannot find symbol
> symbol : class CloseVetoException
> location: package com.sun.star.util
> import com.sun.star.util.CloseVetoException;
> ^
> OpenOfficeDocumentConverter.java:44: cannot find symbol
> symbol : class XCloseable
> location: package com.sun.star.util
> import com.sun.star.util.XCloseable;
> ^
> AbstractOpenOfficeConnection.java:33: package com.sun.star.frame does not
> exist
> import com.sun.star.frame.XComponentLoader;
> ^
> AbstractOpenOfficeConnection.java:38: package com.sun.star.ucb does not exist
> import com.sun.star.ucb.XFileIdentifierConverter;
> ^
> AbstractOpenOfficeConnection.java:123: cannot find symbol
> symbol : class XComponentLoader
> location: class
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
> public XComponentLoader getDesktop() {
> ^
> AbstractOpenOfficeConnection.java:128: cannot find symbol
> symbol : class XFileIdentifierConverter
> location: class
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
> public XFileIdentifierConverter getFileContentProvider() {
> ^
> AbstractOpenOfficeDocumentConverter.java:127: cannot find symbol
> symbol : class XRefreshable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.AbstractOpenOfficeDocumentConverter
> XRefreshable refreshable = (XRefreshable)
> UnoRuntime.queryInterface(XRefreshable.class, document);
> ^
> AbstractOpenOfficeDocumentConverter.java:127: cannot find symbol
> symbol : class XRefreshable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.AbstractOpenOfficeDocumentConverter
> XRefreshable refreshable = (XRefreshable)
> UnoRuntime.queryInterface(XRefreshable.class, document);
> ^
> AbstractOpenOfficeDocumentConverter.java:127: cannot find symbol
> symbol : class XRefreshable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.AbstractOpenOfficeDocumentConverter
> XRefreshable refreshable = (XRefreshable)
> UnoRuntime.queryInterface(XRefreshable.class, document);
>
> ^
> StreamOpenOfficeDocumentConverter.java:100: cannot find symbol
> symbol : class XComponentLoader
> location: class
> com.artofsolving.jodconverter.openoffice.converter.StreamOpenOfficeDocumentConverter
> XComponentLoader desktop = openOfficeConnection.getDesktop();
> ^
> StreamOpenOfficeDocumentConverter.java:121: cannot find symbol
> symbol : class XStorable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.StreamOpenOfficeDocumentConverter
> XStorable storable = (XStorable)
> UnoRuntime.queryInterface(XStorable.class, document);
> ^
> StreamOpenOfficeDocumentConverter.java:121: cannot find symbol
> symbol : class XStorable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.StreamOpenOfficeDocumentConverter
> XStorable storable = (XStorable)
> UnoRuntime.queryInterface(XStorable.class, document);
> ^
> StreamOpenOfficeDocumentConverter.java:121: cannot find symbol
> symbol : class XStorable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.StreamOpenOfficeDocumentConverter
> XStorable storable = (XStorable)
> UnoRuntime.queryInterface(XStorable.class, document);
>
> ^
> OpenOfficeDocumentConverter.java:116: cannot find symbol
> symbol : class XFileIdentifierConverter
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> XFileIdentifierConverter fileContentProvider =
> openOfficeConnection.getFileContentProvider();
> ^
> OpenOfficeDocumentConverter.java:128: cannot find symbol
> symbol : class ErrorCodeIOException
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> } catch (ErrorCodeIOException errorCodeIOException) {
> ^
> OpenOfficeDocumentConverter.java:141: cannot find symbol
> symbol : class ErrorCodeIOException
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> } catch (ErrorCodeIOException errorCodeIOException) {
> ^
> OpenOfficeDocumentConverter.java:149: cannot find symbol
> symbol : class XComponentLoader
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> XComponentLoader desktop = openOfficeConnection.getDesktop();
> ^
> OpenOfficeDocumentConverter.java:155: cannot find symbol
> symbol : class XStorable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> XStorable storable = (XStorable)
> UnoRuntime.queryInterface(XStorable.class, document);
> ^
> OpenOfficeDocumentConverter.java:155: cannot find symbol
> symbol : class XStorable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> XStorable storable = (XStorable)
> UnoRuntime.queryInterface(XStorable.class, document);
> ^
> OpenOfficeDocumentConverter.java:155: cannot find symbol
> symbol : class XStorable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> XStorable storable = (XStorable)
> UnoRuntime.queryInterface(XStorable.class, document);
>
> ^
> OpenOfficeDocumentConverter.java:158: cannot find symbol
> symbol : class XCloseable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> XCloseable closeable = (XCloseable)
> UnoRuntime.queryInterface(XCloseable.class, document);
> ^
> OpenOfficeDocumentConverter.java:158: cannot find symbol
> symbol : class XCloseable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> XCloseable closeable = (XCloseable)
> UnoRuntime.queryInterface(XCloseable.class, document);
> ^
> OpenOfficeDocumentConverter.java:158: cannot find symbol
> symbol : class XCloseable
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> XCloseable closeable = (XCloseable)
> UnoRuntime.queryInterface(XCloseable.class, document);
>
> ^
> OpenOfficeDocumentConverter.java:162: cannot find symbol
> symbol : class CloseVetoException
> location: class
> com.artofsolving.jodconverter.openoffice.converter.OpenOfficeDocumentConverter
> } catch (CloseVetoException closeVetoException) {
> ^
> AbstractOpenOfficeConnection.java:124: cannot find symbol
> symbol : class XComponentLoader
> location: class
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
> return (XComponentLoader)
> UnoRuntime.queryInterface(XComponentLoader.class,
> ^
> AbstractOpenOfficeConnection.java:124: cannot find symbol
> symbol : class XComponentLoader
> location: class
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
> return (XComponentLoader)
> UnoRuntime.queryInterface(XComponentLoader.class,
> ^
> AbstractOpenOfficeConnection.java:129: cannot find symbol
> symbol : class XFileIdentifierConverter
> location: class
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
> return (XFileIdentifierConverter)
> UnoRuntime.queryInterface(XFileIdentifierConverter.class,
> ^
> AbstractOpenOfficeConnection.java:129: cannot find symbol
> symbol : class XFileIdentifierConverter
> location: class
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
> return (XFileIdentifierConverter)
> UnoRuntime.queryInterface(XFileIdentifierConverter.class,
> ^
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 39 errors
> make: *** [build-stamp] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/12/20/jodconverter_2.2.2-5_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]