Bug#277139: liblogkit-java: FTBFS: java.lang.RuntimeException

Roland Stigge Roland Stigge <stigge@antcom.de>, 277139@bugs.debian.org
Mon Oct 18 13:25:06 2004


Package: liblogkit-java
Version: 1.2.2-2
Severity: serious

Hi,

building the package liblogkit-java in a clean build environment
(with pbuilder) on i386 results in:

=========================================================================
[...]
     [echo] *  check out the required parts of avalon-site into the
     [echo] *  parent directory.
     [echo] *
     [echo] *  In order to not let the build fail completely, I'll
     [echo] *  create a directory ../avalon-site/lib.
     [echo] *
     [echo] ******************************************************

    [mkdir] Created dir: /tmp/buildd/avalon-site/lib

prepare:
    [mkdir] Created dir: /tmp/buildd/liblogkit-java-1.2.2/build
    [mkdir] Created dir: /tmp/buildd/liblogkit-java-1.2.2/build/classes

compile:
    [javac] Compiling 54 source files to /tmp/buildd/liblogkit-java-1.2.2/build/classes
    [javac] /tmp/buildd/liblogkit-java-1.2.2/src/java/org/apache/log/Logger.java:509:16:509:39: Semantic Warning: Since type "java.lang.IllegalArgumentException" is an unchecked exception, it does not need to be listed in the throws clause.
    [javac] /tmp/buildd/liblogkit-java-1.2.2/src/java/org/apache/log/util/StackIntrospector.java:110:16:110:32: Semantic Warning: Since type "java.lang.SecurityException" is an unchecked exception, it does not need to be listed in the throws clause.
    [javac] /tmp/buildd/liblogkit-java-1.2.2/src/java/org/apache/log/util/StackIntrospector.java:131:16:131:32: Semantic Warning: Since type "java.lang.SecurityException" is an unchecked exception, it does not need to be listed in the throws clause.
    [javac] /tmp/buildd/liblogkit-java-1.2.2/src/java/org/apache/log/output/AbstractWrappingTarget.java:109:1:109:1: Lexical Warning: While not necessary, it is a good idea to end a file with a line terminator.

jar:
    [mkdir] Created dir: /tmp/buildd/liblogkit-java-1.2.2/build/lib
      [jar] Building jar: /tmp/buildd/liblogkit-java-1.2.2/build/lib/logkit.jar

BUILD FAILED
/tmp/buildd/liblogkit-java-1.2.2/build.xml:339: java.lang.RuntimeException: Exception setting the compressed size of META-INF/: null

Total time: 0 seconds
make: *** [build-stamp] Error 1
=========================================================================

Thanks for considering.