Your message dated Sun, 22 Jan 2023 16:07:12 +0000
with message-id <e1pjcsc-00gnjg...@fasolo.debian.org>
and subject line Bug#1028768: fixed in svnkit 1.10.3-2
has caused the Debian Bug report #1028768,
regarding svnkit: FTBFS:     [javac] 
/<<PKGBUILDDIR>>/svnkit-osgi/src/main/java/org/tmatesoft/svn/core/internal/wc/EclipseSVNAuthenticationManager.java:78:
 error: cannot find symbol
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.)


-- 
1028768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: svnkit
Version: 1.10.3-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230113 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> 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: /<<PKGBUILDDIR>>/debian/build.xml
> 
> init-environment:
> 
> compile-library:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/svnkit/bin
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/svnkit-cli/bin
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/svnkit-javahl16/bin
>     [javac] /<<PKGBUILDDIR>>/debian/build.xml:20: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
>     [javac] Compiling 1082 source files to /<<PKGBUILDDIR>>/svnkit/bin
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 7
>     [javac] warning: [options] source value 7 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 7 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit/src/main/java/org/tmatesoft/svn/core/internal/util/SVNThreadPool.java:82:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]             SecurityManager s = System.getSecurityManager();
>     [javac]             ^
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit/src/main/java/org/tmatesoft/svn/core/internal/util/SVNThreadPool.java:82:
>  warning: [removal] getSecurityManager() in System has been deprecated and 
> marked for removal
>     [javac]             SecurityManager s = System.getSecurityManager();
>     [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 warnings
>     [javac] /<<PKGBUILDDIR>>/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 /<<PKGBUILDDIR>>/svnkit-cli/bin
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 7
>     [javac] warning: [options] source value 7 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 7 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit-cli/src/main/java/org/tmatesoft/svn/cli/SvnCliTest.java:24:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]         final SecurityManager securityManager = new 
> SecurityManager() {
>     [javac]               ^
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit-cli/src/main/java/org/tmatesoft/svn/cli/SvnCliTest.java:24:
>  warning: [removal] SecurityManager in java.lang has been deprecated and 
> marked for removal
>     [javac]         final SecurityManager securityManager = new 
> SecurityManager() {
>     [javac]                                                     ^
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit-cli/src/main/java/org/tmatesoft/svn/cli/SvnCliTest.java:36:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]         System.setSecurityManager(securityManager);
>     [javac]               ^
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit-cli/src/main/java/org/tmatesoft/svn/cli/SvnCliTest.java:43:
>  warning: [removal] setSecurityManager(SecurityManager) in System has been 
> deprecated and marked for removal
>     [javac]         System.setSecurityManager(null);
>     [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] 8 warnings
>     [javac] /<<PKGBUILDDIR>>/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 /<<PKGBUILDDIR>>/svnkit-javahl16/bin
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 7
>     [javac] warning: [options] source value 7 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 7 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [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] 4 warnings
> 
> compile-library-eclipse:
>     [javac] /<<PKGBUILDDIR>>/debian/build.xml:38: warning: 
> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
> to false for repeatable builds
>     [javac] Compiling 1 source file to /<<PKGBUILDDIR>>/svnkit/bin
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 7
>     [javac] warning: [options] source value 7 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] target value 7 is obsolete and will be removed 
> in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit-osgi/src/main/java/org/tmatesoft/svn/core/internal/wc/EclipseSVNAuthenticationManager.java:78:
>  error: cannot find symbol
>     [javac]             Map info = Platform.getAuthorizationInfo(DEFAULT_URL, 
> realm, kind);
>     [javac]                                ^
>     [javac]   symbol:   method getAuthorizationInfo(URL,String,String)
>     [javac]   location: class Platform
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit-osgi/src/main/java/org/tmatesoft/svn/core/internal/wc/EclipseSVNAuthenticationManager.java:168:
>  error: cannot find symbol
>     [javac]                 Platform.addAuthorizationInfo(DEFAULT_URL, realm, 
> kind, info);
>     [javac]                         ^
>     [javac]   symbol:   method addAuthorizationInfo(URL,String,String,Map)
>     [javac]   location: class Platform
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit-osgi/src/main/java/org/tmatesoft/svn/core/internal/wc/EclipseSVNAuthenticationManager.java:174:
>  error: cannot find symbol
>     [javac]             Map info = Platform.getAuthorizationInfo(DEFAULT_URL, 
> realm, "svn.ssh.server");
>     [javac]                                ^
>     [javac]   symbol:   method getAuthorizationInfo(URL,String,String)
>     [javac]   location: class Platform
>     [javac] 
> /<<PKGBUILDDIR>>/svnkit-osgi/src/main/java/org/tmatesoft/svn/core/internal/wc/EclipseSVNAuthenticationManager.java:186:
>  error: cannot find symbol
>     [javac]                 Platform.addAuthorizationInfo(DEFAULT_URL, realm, 
> "svn.ssh.server", info);
>     [javac]                         ^
>     [javac]   symbol:   method addAuthorizationInfo(URL,String,String,Map)
>     [javac]   location: class Platform
>     [javac] Note: 
> /<<PKGBUILDDIR>>/svnkit-osgi/src/main/java/org/tmatesoft/svn/core/internal/wc/EclipseSVNAuthenticationManager.java
>  uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: 
> /<<PKGBUILDDIR>>/svnkit-osgi/src/main/java/org/tmatesoft/svn/core/internal/wc/EclipseSVNAuthenticationManager.java
>  uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 4 errors
>     [javac] 4 warnings
> 
> BUILD FAILED
> /<<PKGBUILDDIR>>/debian/build.xml:38: Compile failed; see the compiler error 
> output for details.
> 
> Total time: 8 seconds
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/svnkit_1.10.3-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: svnkit
Source-Version: 1.10.3-2
Done: Pierre Gruet <p...@debian.org>

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

Debian distribution maintenance software
pp.
Pierre Gruet <p...@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: Sun, 22 Jan 2023 15:44:40 +0100
Source: svnkit
Architecture: source
Version: 1.10.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Pierre Gruet <p...@debian.org>
Closes: 1028768
Changes:
 svnkit (1.10.3-2) unstable; urgency=medium
 .
   * Team upload
   * Raising Standards version to 4.6.2:
     - Removing obsolete get-orig-source rule
   * Updating copyright years
   * Using methods of AuthorizationHandler instead of the removed ones formerly
     in org.eclipse.core.runtime.Platform (Closes: #1028768)
   * Adding a Lintian override for embedded JS
   * Using uscan version 4 and repacking through the debian/copyright
     Files-Excluded mechanism
   * Using DEB_VERSION instead of parsing changelog in debian/rules
   * Removing unneeded versioned dependencies in debian/control
   * Apply multi-arch hints. + libsvnkit-java-doc: Add Multi-Arch: foreign.
Checksums-Sha1:
 a0f4c3124c6b858e9bbe992cc37972a20aa6fe97 2242 svnkit_1.10.3-2.dsc
 0f16a342bd65bf83651bc727bc48841163609a3a 11540 svnkit_1.10.3-2.debian.tar.xz
 fff37545c55471611e637779f0741acf5c43cf00 13004 svnkit_1.10.3-2_amd64.buildinfo
Checksums-Sha256:
 05415239a8482406f6232b849ba6758f940e140240a2d95159397cd149d946f5 2242 
svnkit_1.10.3-2.dsc
 f47da3407e17555ecd3a8238173462723b82dc0d9e7f5476e8c32f8a59f25683 11540 
svnkit_1.10.3-2.debian.tar.xz
 1c581b5e2095cc44758d7256c1140ccda08fddbcc76890c6f7dd2cc49db9e0e5 13004 
svnkit_1.10.3-2_amd64.buildinfo
Files:
 ff17958b5c4012472e81c9667ef13e85 2242 vcs optional svnkit_1.10.3-2.dsc
 23ad71a1540e1e9ed016d99e2ce82e25 11540 vcs optional 
svnkit_1.10.3-2.debian.tar.xz
 b45984a58718e506f1f9e6cbbb6f4b1f 13004 vcs optional 
svnkit_1.10.3-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmPNT54ACgkQYAMWptwn
dHYV5w//Rq66hPDHQ9Ru46KNaUKCGKaMQO4MaPBLgKX2qEwAXdeib5xxov75oxoN
z72ssV2CvxcrtZAA8+zM1/ZqIjUJdysUeqwLis5sFSgJnGLzDUe/msRHCDUHaF0e
J6IL90tR1mRoHVZRCSSB8mLfAtmUE7TSJwlYy7pBFVc/YEBSJMPEgu3W+ASPK89B
2QZ4z8pdwGn0sqt7diagmFr0GNaOp+B2H9Ei5ht5MdXCl/zbv4tSG/W6C0fmOBtB
Xy8ypX9+zUTNCW+07AykPOMozqOFDxFrBLQjD8JC90i4NTv1uJrBi7vnEyZaH1TS
sQeswyX1R8fwI+P2q3CMSbEuO0lPxdqi3cDTVyaL6wlMZpjbcexx+rODsErr5FRA
SI4fU4TeGQWdFJ8ZtCqnKB+7OP+m2tDCNXRH7FMSje8r84wrCJ5dtXGWRRTe66Kt
vVF0BGd+Z0uSmJO/ujESHOCkBqqeV04dWA56ZWsiJ8cgPgsxyWh9/GEYN4aWtKwT
PSlc4XaWMyEDBUlKyrakrn6WH9GFNC0doHHG4jicP7fS78+xaBVsb+SlvwjEsOrW
PbmY2tWj9PfDr0wuGvYN3ittuvUCslpfgb+sOuAKecxWHlqylLpXutzFHz2BLrqp
eYO4kNjbPotW04RORj4iTuWv4wltuWRt0EsmKW2Xn45CVXojI0I=
=2r/W
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to