Your message dated Fri, 11 May 2018 22:24:13 +0000
with message-id <e1fhgst-0001zj...@fasolo.debian.org>
and subject line Bug#897132: fixed in svnkit 1.8.14-2
has caused the Debian Bug report #897132,
regarding svnkit FTBFS with libsvn-java 1.10.0-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
897132: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897132
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: svnkit
Version: 1.8.14-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/svnkit.html

...
compile-library:
    [mkdir] Created dir: /build/1st/svnkit-1.8.14/svnkit/bin
    [mkdir] Created dir: /build/1st/svnkit-1.8.14/svnkit-cli/bin
    [mkdir] Created dir: /build/1st/svnkit-1.8.14/svnkit-javahl16/bin
    [javac] /build/1st/svnkit-1.8.14/debian/build.xml:20: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Compiling 1074 source files to /build/1st/svnkit-1.8.14/svnkit/bin
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.7
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
    [javac] 
/build/1st/svnkit-1.8.14/svnkit/src/main/java/org/tmatesoft/svn/core/internal/util/SVNPathUtil.java:58:
 warning: non-varargs call of varargs method with inexact argument type for 
last parameter;
    [javac]                 SVNErrorMessage err = 
SVNErrorMessage.create(SVNErrorCode.FS_PATH_SYNTAX, "Invalid control character 
''{0}'' in path ''{1}''", new String[]{"0x" + 
SVNFormatUtil.getHexNumberFromByte((byte) ch), path});
    [javac]                                                                     
                                                                           ^
    [javac]   cast to Object for a varargs call
    [javac]   cast to Object[] for a non-varargs call and to suppress this 
warning
    [javac] 
/build/1st/svnkit-1.8.14/svnkit/src/main/java/org/tmatesoft/svn/core/wc/admin/SVNAdminClient.java:1622:
 warning: non-varargs call of varargs method with inexact argument type for 
last parameter;
    [javac]             SVNErrorMessage err = 
SVNErrorMessage.create(SVNErrorCode.IO_ERROR, "Session is rooted at ''{0}'' but 
the repos root is ''{1}''", new SVNURL[] {
    [javac]                                                                     
                                                                          ^
    [javac]   cast to Object for a varargs call
    [javac]   cast to Object[] for a non-varargs call and to suppress this 
warning
    [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] 3 warnings
    [javac] /build/1st/svnkit-1.8.14/debian/build.xml:23: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Compiling 124 source files to 
/build/1st/svnkit-1.8.14/svnkit-cli/bin
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.7
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
    [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] 1 warning
    [javac] /build/1st/svnkit-1.8.14/debian/build.xml:26: warning: 
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to 
false for repeatable builds
    [javac] Compiling 38 source files to 
/build/1st/svnkit-1.8.14/svnkit-javahl16/bin
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.target 1.5 is no longer supported, switching 
to 1.7
    [javac] Using ant.build.javac.source 1.5 is no longer supported, switching 
to 1.7
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.7
    [javac] 
/build/1st/svnkit-1.8.14/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNClient.java:14:
 error: SVNClient is not abstract and does not override abstract method 
logMessages(String,Revision,List<RevisionRange>,boolean,boolean,boolean,Set<String>,boolean,long,LogMessageCallback)
 in ISVNClient
    [javac] public class SVNClient implements ISVNClient {
    [javac]        ^
    [javac] 
/build/1st/svnkit-1.8.14/svnkit-javahl16/src/main/java/org/tmatesoft/svn/core/javahl17/SVNClientImpl.java:38:
 error: SVNClientImpl is not abstract and does not override abstract method 
logMessages(String,Revision,List<RevisionRange>,boolean,boolean,boolean,Set<String>,boolean,long,LogMessageCallback)
 in ISVNClient
    [javac] public class SVNClientImpl implements ISVNClient {
    [javac]        ^
    [javac] 
/build/1st/svnkit-1.8.14/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNRepos.java:17:
 error: SVNRepos is not abstract and does not override abstract method 
load(File,InputStream,Revision,Revision,boolean,boolean,boolean,boolean,boolean,boolean,boolean,String,ReposNotifyCallback)
 in ISVNRepos
    [javac] public class SVNRepos implements ISVNRepos {
    [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] 3 errors
    [javac] 1 warning

BUILD FAILED
/build/1st/svnkit-1.8.14/debian/build.xml:26: Compile failed; see the compiler 
error output for details.

Total time: 19 seconds
make[1]: *** [debian/rules:10: override_dh_auto_build] Error 1

--- End Message ---
--- Begin Message ---
Source: svnkit
Source-Version: 1.8.14-2

We believe that the bug you reported is fixed in the latest version of
svnkit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated svnkit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 11 May 2018 23:56:14 +0200
Source: svnkit
Binary: svnkit libsvnkit-java libsvnkit-java-doc
Architecture: source
Version: 1.8.14-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libsvnkit-java - pure Java Subversion client library
 libsvnkit-java-doc - documentation for libsvnkit-java
 svnkit     - pure Java Subversion client
Closes: 871890 897132
Changes:
 svnkit (1.8.14-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Miguel Landaeta ]
   * Remove myself from uploaders list. (Closes: #871890)
   * Simplify d/rules.
   * Update copyright information.
 .
   [ Markus Koschany ]
   * Switch to compat level 11.
   * Declare compliance with Debian Policy 4.1.4.
   * Fix FTBFS with libsvn-java 1.10.0-1. (Closes: #897132)
   * Use source/target 1.7.
Checksums-Sha1:
 c1c18f3b476a6366b8859dc99ab56d3659a9bf0a 2368 svnkit_1.8.14-2.dsc
 276f08fcf53fefec2a7ce6fc26d68d71f398fd21 10400 svnkit_1.8.14-2.debian.tar.xz
 e6969bb247c89270563bd7b85da61a3150893205 13912 svnkit_1.8.14-2_amd64.buildinfo
Checksums-Sha256:
 cd443dd54613f9a2bb0c669302a3155dd8ee7feffcdb34242f6b6c2b9405b9ab 2368 
svnkit_1.8.14-2.dsc
 dcf91c77eeaba4f0077346ebfcd389d7ff3f85a4f6ccc314a71e48a3dbebb574 10400 
svnkit_1.8.14-2.debian.tar.xz
 9bee1b1cf9170d6b71d2bcb331e094b63901faa36b0236ad6407dd3937ce0d3c 13912 
svnkit_1.8.14-2_amd64.buildinfo
Files:
 6676937bdd6e6c9dd6db24b1ad508a5a 2368 vcs optional svnkit_1.8.14-2.dsc
 5f5a438afe30cf4428247006b9912d18 10400 vcs optional 
svnkit_1.8.14-2.debian.tar.xz
 7ed80ae5a55bf659a27754e051583eec 13912 vcs optional 
svnkit_1.8.14-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlr2EuhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkkaUQALwb5Wkzaso7usLIqsyKdMPvRAZf5uNMmxES
hxS8xP+Ap0ayMEfP6XLXbblgU4OggbDIpHksRHEKj82OGfd4E1gq0DCjOuomKriS
gEMfKaJUfJqBHKftL9FDAADCaby658LdngwyFibqcLmnHmrX/+vTpb8bnBYA2B2D
dl5fEU+FoSYDXYfklAnVBCJzCHyDlnNS+8MyRz2SQAPbcYAGGJiRGBKlmdrVCkbp
LY/0grwnDI8JpvdUa95MR8BI56iaYu2a9twJxm9cUKjbTZ5DHD2UA8mdYXScbzRa
F1wO1Xo4U/zUzSyp9xWmhc22sWdRmtm2Kn8n9sEOCSSQJYRx+prrMxE1jE8L1cVn
Ao8cy3XVLCoyah2zW8pt03R7I42bEGfzq9xl6GfMMeWiYT8m/ShXfaunx5QnhdUI
5Y2IvihAGQeRtqrCExpFpN6ePlh+7S4ITF4UE8Ev3g8x+g/SnS1i+o9SAb8BSCqE
XRgNV7m2OfKMGENh/wBWiES8N0D0N+z/lEYp9CpcCwj6tFVwButbh9FJQfdqbyxo
Ux045s2yu5ddgK14HBsbZnceDVS0hlHKWe/vGzQAqCQiB61Rgvht1b1cWtzkmwjW
sQM67Nytl0mi/44cKtJU21xXCuCcSymVcJAQRiV+En91pL6b830cRjfrveX9bUQp
iP8zoYgd
=SklH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to