Bug#678308: svnkit: FTBFS SVNClientImpl [...] does not override abstract method [...]

Niels Thykier niels at thykier.net
Wed Jun 20 18:42:57 UTC 2012


Package: svnkit
Version: 1.3.5+dfsg-1
Severity: serious

"""


compile-library:
    [javac] <builddir>/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 68 source files to <builddir>/contrib/sequence/bin
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] <builddir>/build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 447 source files to <builddir>/svnkit/bin
    [javac] <builddir>/svnkit/src/org/tmatesoft/svn/core/javahl/SVNClientImpl.java:138: org.tmatesoft.svn.core.javahl.SVNClientImpl is not abstract and does not override abstract method upgrade(java.lang.String) in org.tigris.subversion.javahl.SVNClientInterface
    [javac] public class SVNClientImpl implements SVNClientInterface {
    [javac]        ^
    [javac] <builddir>/svnkit/src/org/tigris/subversion/javahl/SVNClient.java:24: org.tigris.subversion.javahl.SVNClient is not abstract and does not override abstract method upgrade(java.lang.String) in org.tigris.subversion.javahl.SVNClientInterface
    [javac] public class SVNClient implements SVNClientInterface {
    [javac]        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

"""

Full log attached - most likely related to the recent subversion upload.

~Niels
-------------- next part --------------
dpkg-buildpackage: source package svnkit
dpkg-buildpackage: source version 1.3.5+dfsg-2
dpkg-buildpackage: source changed by Niels Thykier <niels at thykier.net>
 dpkg-source --before-build svnkit-1.3.5+dfsg
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with javahelper
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory `<builddir>'
ant clean
Buildfile: <builddir>/build.xml

clean:

BUILD SUCCESSFUL
Total time: 0 seconds
make[1]: Leaving directory `<builddir>'
   jh_clean
   dh_clean
 dpkg-source -b svnkit-1.3.5+dfsg
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building svnkit using existing ./svnkit_1.3.5+dfsg.orig.tar.gz
dpkg-source: info: building svnkit in svnkit_1.3.5+dfsg-2.debian.tar.gz
dpkg-source: info: building svnkit in svnkit_1.3.5+dfsg-2.dsc
 debian/rules build
dh build --with javahelper
   dh_testdir
   dh_auto_configure
   jh_linkjars
   debian/rules override_dh_auto_build
make[1]: Entering directory `<builddir>'
ant
Buildfile: <builddir>/build.xml

clean:

init-environment:

compile-library:
    [javac] <builddir>/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 68 source files to <builddir>/contrib/sequence/bin
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] <builddir>/build.xml:48: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 447 source files to <builddir>/svnkit/bin
    [javac] <builddir>/svnkit/src/org/tmatesoft/svn/core/javahl/SVNClientImpl.java:138: org.tmatesoft.svn.core.javahl.SVNClientImpl is not abstract and does not override abstract method upgrade(java.lang.String) in org.tigris.subversion.javahl.SVNClientInterface
    [javac] public class SVNClientImpl implements SVNClientInterface {
    [javac]        ^
    [javac] <builddir>/svnkit/src/org/tigris/subversion/javahl/SVNClient.java:24: org.tigris.subversion.javahl.SVNClient is not abstract and does not override abstract method upgrade(java.lang.String) in org.tigris.subversion.javahl.SVNClientInterface
    [javac] public class SVNClient implements SVNClientInterface {
    [javac]        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

BUILD FAILED
<builddir>/build.xml:48: Compile failed; see the compiler error output for details.

Total time: 3 seconds
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `<builddir>'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


More information about the pkg-java-maintainers mailing list