Your message dated Thu, 10 Apr 2014 19:21:14 +0000
with message-id <e1wykxc-0007a3...@franck.debian.org>
and subject line Bug#735763: fixed in svnkit 1.8.5+dfsg-1
has caused the Debian Bug report #735763,
regarding svnkit: FTBFS:     [javac] 
/«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNClient.java:32:
 error: SVNClient is not abstract and does not override abstract method 
propertyGet(String,String,Revision,Revision,Collection<String>) in ISVNClient
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.)


-- 
735763: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: svnkit
Version: 1.7.5+dfsg-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory `/«BUILDDIR»/svnkit-1.7.5+dfsg'
> VERSION=$(dpkg-parsechangelog | grep Version: | cut -d' ' -f 2); \
>       echo $VERSION | { \
>               IFS='.-+' read MAJOR MINOR MICRO DFSG DEBIAN; \
>               export MAJOR MINOR MICRO DEBIAN; \
>               ant -f debian/build.xml -propertyfile debian/ant.properties; \
>       };
> Buildfile: /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml
> 
> init-environment:
> 
> compile-library:
>     [mkdir] Created dir: /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit/bin
>     [mkdir] Created dir: /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-cli/bin
>     [mkdir] Created dir: /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/bin
>     [javac] /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml:20: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
>     [javac] Compiling 925 source files to 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit/bin
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 1.5
>     [javac] 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit/src/main/java/org/tmatesoft/svn/core/internal/util/SVNPathUtil.java:62:
>  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] 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit/src/main/java/org/tmatesoft/svn/core/wc/admin/SVNAdminClient.java:1617:
>  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] /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml:23: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
>     [javac] Compiling 122 source files to 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-cli/bin
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 1.5
>     [javac] Note: 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-cli/src/main/java/org/tmatesoft/svn/cli/svn/SVNBlameCommand.java
>  uses or overrides 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] /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml:26: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
>     [javac] Compiling 29 source files to 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/bin
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 1.5
>     [javac] 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNClient.java:32:
>  error: SVNClient is not abstract and does not override abstract method 
> propertyGet(String,String,Revision,Revision,Collection<String>) in ISVNClient
>     [javac] public class SVNClient implements ISVNClient {
>     [javac]        ^
>     [javac] 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/tmatesoft/svn/core/javahl17/SVNClientImpl.java:159:
>  error: SVNClientImpl is not abstract and does not override abstract method 
> propertyGet(String,String,Revision,Revision,Collection<String>) in ISVNClient
>     [javac] public class SVNClientImpl implements ISVNClient {
>     [javac]        ^
>     [javac] 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/tmatesoft/svn/core/javahl17/SVNClientImpl.java:1564:
>  error: constructor Status in class Status cannot be applied to given types;
>     [javac]         return new Status(
>     [javac]                ^
>     [javac]   required: 
> String,String,NodeKind,long,long,long,String,Kind,Kind,Kind,Kind,boolean,boolean,boolean,boolean,boolean,Lock,Lock,long,long,NodeKind,String,String,String,String
>     [javac]   found: 
> String,String,NodeKind,long,long,long,String,Kind,Kind,Kind,Kind,boolean,boolean,boolean,boolean,boolean,Lock,Lock,long,long,NodeKind,String,String
>     [javac]   reason: actual and formal argument lists differ in length
>     [javac] 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/tmatesoft/svn/core/javahl17/SVNClientImpl.java:1705:
>  error: constructor CommitItem in class CommitItem cannot be applied to given 
> types;
>     [javac]         return new CommitItem(getFilePath(commitable.getPath()), 
> getNodeKind(commitable.getKind()), commitable.getFlags(),
>     [javac]                ^
>     [javac]   required: String,NodeKind,int,String,String,long,String
>     [javac]   found: String,NodeKind,int,String,String,long
>     [javac]   reason: actual and formal argument lists differ in length
>     [javac] 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/tmatesoft/svn/core/javahl17/SVNClientImpl.java:2392:
>  error: constructor ConflictVersion in class ConflictVersion cannot be 
> applied to given types;
>     [javac]         return new 
> ConflictVersion(getUrlString(conflictVersion.getRepositoryRoot()),
>     [javac]                ^
>     [javac]   required: String,String,long,String,NodeKind
>     [javac]   found: String,long,String,NodeKind
>     [javac]   reason: actual and formal argument lists differ in length
>     [javac] 
> /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNRepos.java:15:
>  error: SVNRepos is not abstract and does not override abstract method 
> freeze(ReposFreezeAction,File...) 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] 6 errors
>     [javac] 1 warning
> 
> BUILD FAILED
> /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml:26: Compile failed; see the 
> compiler error output for details.
> 
> Total time: 35 seconds
> make[1]: *** [override_dh_auto_build] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/svnkit_1.7.5+dfsg-2_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: svnkit
Source-Version: 1.8.5+dfsg-1

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 735...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miguel Landaeta <nomad...@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: SHA1

Format: 1.8
Date: Sat, 05 Apr 2014 12:03:22 -0300
Source: svnkit
Binary: svnkit libsvnkit-java libsvnkit-java-doc
Architecture: source all
Version: 1.8.5+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Miguel Landaeta <nomad...@debian.org>
Description: 
 libsvnkit-java - pure Java Subversion client library
 libsvnkit-java-doc - documentation for libsvnkit-java
 svnkit     - pure Java Subversion client
Closes: 735763 740608 743213
Changes: 
 svnkit (1.8.5+dfsg-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Emmanuel Bourg ]
   * Standards-Version updated to 3.9.5 (no changes).
   * Switch to debhelper level 9.
   * Wrap and sort.
 .
   [ Markus Koschany ]
   * Imported Upstream version 1.8.5+dfsg. (Closes: #743213)
     - Fixes FTBFS. (Closes: #735763)
   * debian/control: Canonicalize VCS-fields.
   * debian/control:
     - svnkit: Remove alternative dependency on java5-runtime-headless.
     - Tighten versioned build-dependency on libsvn-java to 1.8.8.
     - Update versioned dependency for trilead-ssh2 to 6401+svn158.
   * Drop fix-build-javac-1.6.0_24.patch. Java7 is the default now.
   * Rebase fix-logging-path.patch.
 .
   [ Miguel Landaeta ]
   * Update my email address.
   * Remove outdated to-do list.
   * Remove outdated d/README.Debian file.
   * Install maven artifacts. (Closes: #740608).
   * Update d/orig-tar.sh script.
Checksums-Sha1: 
 155541c3f0e00ec6c1f53867b18905930da571cb 2242 svnkit_1.8.5+dfsg-1.dsc
 d01cb420a0219506a6c1dbfaafb877ce5e28d7a8 2121013 svnkit_1.8.5+dfsg.orig.tar.gz
 9b8c1f3c237843ef485e72f0c0aa0a7fb4361513 8928 svnkit_1.8.5+dfsg-1.debian.tar.xz
 1a9bf635202b66b8d402260f469480963df1b144 356142 svnkit_1.8.5+dfsg-1_all.deb
 4b8f2626465a4f85529177f859b5f7457410a08a 3714888 
libsvnkit-java_1.8.5+dfsg-1_all.deb
 33a007c48dd0d3b19344fb1b35cf3ed6e8d9f960 445550 
libsvnkit-java-doc_1.8.5+dfsg-1_all.deb
Checksums-Sha256: 
 24dbf5184c29bdf5623f3db8f3b5dc7717088152311abfd542cbc4b797db5383 2242 
svnkit_1.8.5+dfsg-1.dsc
 ee904895409deafaaeeeeb65f2c03b970c1b1b0ca58b5908abe60a0c42b98fda 2121013 
svnkit_1.8.5+dfsg.orig.tar.gz
 0835ac4af125dc88ca138670578ccc736c8c6d96e19ff04cf21325fdcffae028 8928 
svnkit_1.8.5+dfsg-1.debian.tar.xz
 a8690b49df58a0a499184777c94860032871a4b137992057ab461a473a6b4e25 356142 
svnkit_1.8.5+dfsg-1_all.deb
 982ffc63f3433e728212229109893469bcdfc6668c663faf6911f839af4396b9 3714888 
libsvnkit-java_1.8.5+dfsg-1_all.deb
 2629d6037a771215d7b1949f602c0002b409bc0081aff52b2cb914ca57bc6647 445550 
libsvnkit-java-doc_1.8.5+dfsg-1_all.deb
Files: 
 157561225a011fa662126e3d8a1e8429 2242 java optional svnkit_1.8.5+dfsg-1.dsc
 ad17f27c85f93d5690470e8ef0b072c4 2121013 java optional 
svnkit_1.8.5+dfsg.orig.tar.gz
 f8863110722ed9febf11495706731dae 8928 java optional 
svnkit_1.8.5+dfsg-1.debian.tar.xz
 9d0291502cbfcd286abe6d61ce4d982d 356142 java optional 
svnkit_1.8.5+dfsg-1_all.deb
 c200a9ed58c2fbbe37a0bd92b1d39db9 3714888 java optional 
libsvnkit-java_1.8.5+dfsg-1_all.deb
 4c1844a50ffd70b98c2a3b08294dcae7 445550 doc optional 
libsvnkit-java-doc_1.8.5+dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJTQEvsAAoJEI8AS/UHtGj7SgsP/jm3eXxDrKg1sAy6Nc2uLOye
z18xzjv1hGFLurrAJ3lZixoQ9o9ra522GkdHLG2fye3Fp/egf7ULOr15fwHfNL0W
e4THiYu1reMzZqDa1v+cZfcQ/Leg5u6EXLoiA6ur0HDyIxNeoG/g5QbDqTrWKLVe
l9iIyynMDPz9sszA4uGS9vgvicDTmvhjPcrl5ttShBCv+SF6Qb5lnmuUE3u6U/Ic
Hvwl/Tjc6v3r/t12080rVqBfaqF/eE0iZCkMhizVgovenZI/LxfSRCm4rZEHW3+B
h39BqDkp9PcbINUAxgOri6b0MCWiZDojhUqghILtV496d4nIHWTsY/zYIcroxkZw
O5tWHPm7Sb0+ujKgx66glF0Dlsqty1bDiy4yy/E8LsWunz4DS0YYdKQVwzrQr8xD
GzJIA+ZyqwV2Fax2ViJK7C6eMmhRA45syOeyyHjMzuFTDEVsm4iPjv5v6nSPLMRy
nDrs+2jsRTDAq1r5yfAJcsoHrSWau8I/KdMju04T7uofqYm4+iiwVSsJlQErj7vY
QC3H1U77lJ4am4nscB9W1JDpECTvpG0rrfaWV5zLN1AOqR8jRVfVlbuckwUvbe2I
N9Ic4mmm+MjyJ7m2KHxaQjUnMhGyjtjrumecc0RuaTSnK2mJwo38447JpWDaonmR
mWab6g5A3ieg7tBeTVbh
=DD4J
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to