Your message dated Thu, 03 May 2018 07:59:59 +0000
with message-id <e1fe99j-0007eq...@fasolo.debian.org>
and subject line Bug#846677: fixed in tomcatjss 7.3.0-1
has caused the Debian Bug report #846677,
regarding tomcatjss: FTBFS:     [javac] 
/<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/IJSSFactory.java:26: 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.)


-- 
846677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tomcatjss
Version: 7.1.4-4
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161202 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 '/<<PKGBUILDDIR>>'
> ant -Dant.build.javac.source=1.5 \
>       -Dant.build.javac.target=1.5
> Buildfile: /<<PKGBUILDDIR>>/build.xml
> 
> compile:
>     [mkdir] Created dir: /<<PKGBUILDDIR>>/build/classes
>     [javac] /<<PKGBUILDDIR>>/build.xml:209: warning: 'includeantruntime' was 
> not set, defaulting to build.sysclasspath=last; set to false for repeatable 
> builds
>     [javac] Compiling 7 source files to /<<PKGBUILDDIR>>/build/classes
>     [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 1.5
>     [javac] warning: [options] source value 1.5 is obsolete and will be 
> removed in a future release
>     [javac] warning: [options] target value 1.5 is obsolete and will be 
> removed in a future release
>     [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/IJSSFactory.java:26: 
> error: cannot find symbol
>     [javac] import org.apache.tomcat.util.net.ServerSocketFactory;
>     [javac]                                  ^
>     [javac]   symbol:   class ServerSocketFactory
>     [javac]   location: package org.apache.tomcat.util.net
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/IJSSFactory.java:29: 
> error: cannot find symbol
>     [javac]     public ServerSocketFactory getSocketFactory(AbstractEndpoint 
> endpoint);
>     [javac]            ^
>     [javac]   symbol:   class ServerSocketFactory
>     [javac]   location: interface IJSSFactory
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSFactory.java:26: 
> error: cannot find symbol
>     [javac] import org.apache.tomcat.util.net.ServerSocketFactory;
>     [javac]                                  ^
>     [javac]   symbol:   class ServerSocketFactory
>     [javac]   location: package org.apache.tomcat.util.net
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSFactory.java:33: 
> error: cannot find symbol
>     [javac]     public ServerSocketFactory getSocketFactory(AbstractEndpoint 
> endpoint) {
>     [javac]            ^
>     [javac]   symbol:   class ServerSocketFactory
>     [javac]   location: class JSSFactory
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSImplementation.java:28:
>  error: cannot find symbol
>     [javac] import org.apache.tomcat.util.net.ServerSocketFactory;
>     [javac]                                  ^
>     [javac]   symbol:   class ServerSocketFactory
>     [javac]   location: package org.apache.tomcat.util.net
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSImplementation.java:55:
>  error: cannot find symbol
>     [javac]     public ServerSocketFactory 
> getServerSocketFactory(AbstractEndpoint endpoint) {
>     [javac]            ^
>     [javac]   symbol:   class ServerSocketFactory
>     [javac]   location: class JSSImplementation
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSSocketFactory.java:60: 
> error: cannot find symbol
>     [javac]         org.apache.tomcat.util.net.ServerSocketFactory,
>     [javac]                                   ^
>     [javac]   symbol:   class ServerSocketFactory
>     [javac]   location: package org.apache.tomcat.util.net
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSImplementation.java:30:
>  error: JSSImplementation is not abstract and does not override abstract 
> method getSSLUtil(SSLHostConfigCertificate) in SSLImplementation
>     [javac] public class JSSImplementation extends SSLImplementation {
>     [javac]        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSImplementation.java:56:
>  error: cannot find symbol
>     [javac]         ServerSocketFactory ssf = 
> factory.getSocketFactory(endpoint);
>     [javac]         ^
>     [javac]   symbol:   class ServerSocketFactory
>     [javac]   location: class JSSImplementation
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSSocketFactory.java:59: 
> error: JSSSocketFactory is not abstract and does not override abstract method 
> getEnabledCiphers() in SSLUtil
>     [javac] public class JSSSocketFactory implements
>     [javac]        ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSSupport.java:31: 
> error: JSSSupport is not abstract and does not override abstract method 
> getPeerCertificateChain() in SSLSupport
>     [javac] class JSSSupport implements SSLSupport {
>     [javac] ^
>     [javac] 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSSupport.java:84: 
> error: getPeerCertificateChain() in JSSSupport cannot implement 
> getPeerCertificateChain() in SSLSupport
>     [javac]     public Object[] getPeerCertificateChain() throws IOException {
>     [javac]                     ^
>     [javac]   return type Object[] is not compatible with X509Certificate[]
>     [javac] Note: 
> /<<PKGBUILDDIR>>/src/org/apache/tomcat/util/net/jss/JSSSocketFactory.java 
> uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 12 errors
>     [javac] 4 warnings
> 
> BUILD FAILED
> /<<PKGBUILDDIR>>/build.xml:209: Compile failed; see the compiler error output 
> for details.
> 
> Total time: 0 seconds
> debian/rules:15: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2016/12/02/tomcatjss_7.1.4-4_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: tomcatjss
Source-Version: 7.3.0-1

We believe that the bug you reported is fixed in the latest version of
tomcatjss, 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 846...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen <tjaal...@debian.org> (supplier of updated tomcatjss 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: Thu, 03 May 2018 09:37:58 +0300
Source: tomcatjss
Binary: libtomcatjss-java
Architecture: source
Version: 7.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian FreeIPA Team <pkg-freeipa-de...@lists.alioth.debian.org>
Changed-By: Timo Aaltonen <tjaal...@debian.org>
Description:
 libtomcatjss-java - JSSE implementation using JSS for Tomcat
Closes: 846677
Changes:
 tomcatjss (7.3.0-1) unstable; urgency=medium
 .
   * New upstream release. (Closes: #846677)
   * watch: Updated to point to github.
   * Bump debhelper to 11.
   * control: Bump policy to 4.1.4, no changes.
   * rules: Rework the build.
Checksums-Sha1:
 194316a0a5f8b0dfc0c5a9a04b8ff3b4d05b4121 2041 tomcatjss_7.3.0-1.dsc
 00fc4de5bdb73b1f4cfe637c74fe24525c3fa803 32882 tomcatjss_7.3.0.orig.tar.gz
 ea3e2ea1e22fffd193f561972b28aad6c25ea6f3 3020 tomcatjss_7.3.0-1.debian.tar.xz
 6b5d66fd6225a73cf5dc6e9b44f8850a1aa207f6 11075 
tomcatjss_7.3.0-1_source.buildinfo
Checksums-Sha256:
 cacc8407af79667f8a561d3666f23e99a7f4b7cdee62676236bc6c4c1620b480 2041 
tomcatjss_7.3.0-1.dsc
 b93b7601fab607c2811435f84ce8c17d5a0a699e6beae4c2dcdb7aa91138713f 32882 
tomcatjss_7.3.0.orig.tar.gz
 c158eaeb7bf1e7cab8f07870fc155ef95e3caad96e66435d334e9b03531e3a66 3020 
tomcatjss_7.3.0-1.debian.tar.xz
 f7c983add7cb0fa5a6c23ac0cd7641198c8307ae0c77a4859b5679f6113fd7b7 11075 
tomcatjss_7.3.0-1_source.buildinfo
Files:
 c7c5baced50b674550d98d403f4e03e1 2041 java extra tomcatjss_7.3.0-1.dsc
 06bd7e6c0a1a54d1b2c35e59ecc0db2d 32882 java extra tomcatjss_7.3.0.orig.tar.gz
 37e6dd8618ea30cb7fd8a7d39b311760 3020 java extra 
tomcatjss_7.3.0-1.debian.tar.xz
 c6def63349dd28ec0c0775e3e111f9af 11075 java extra 
tomcatjss_7.3.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAlrqrsMACgkQy3AxZaiJ
hNzA5A/9H5yhhNovtT4HvvnP7CWLu22mUfFIDNChAvorn51IB4qQo5OJJ+Wig7yK
/i9LX6Y9wCzmzwebHu2fx4wjLaTp5uDM+XuaGaCakn2L6TD7hzXC2x5b77XmX0sj
sNA+zBoe1AgzrDk3WrpECdVaXUcb+9Xf8nVkw/ifp6Th9qyVemTzxayFBzpFDeKA
Y1Jhbzkx9ERfkT0iqId5NpBPGkDq322R2KuuyS8w41tz83EE32NkCeo1gaz4h9+U
iTMHqvl2F+1XflXoF3jN3SaMrF3Uw6G64P4mEvLEhIpM95ASMwo5HGSDetwcBWCe
M3HBX6WJzFXL975m4vgSZslX5eQ0mAIqt+vJuW7XVWdBZq9nj0YTQY9HF+Wq4tbs
EhXsXyJBcr8K8j03mXfJmi1xqyKOxvHMI/Ix9n9TUGpe8E8gOmCxDwIlxnUr3T1c
/x7n8IsddwKcInEr7mAvpF9VArXsiqmYD4vKlzcMEMOSA8OxaZ8kASB2VXWnCxbO
GHmn0B94WTbXkWvgHdgMiOPSMP2Sz6ifAtukdSplQP52azOzg6Aa3mEiJXN3j4s/
WRoPrJqMQOZqLMcSwk+HdkCU9ybt7hv3wcT6wZ9HeU17mUjxytqBg3lEbRhseauO
nU/Uwjida9HRxLRA7UB6q2X8MuFa3iQv0D0LBGh2VIVZLAnw8+4=
=4i37
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to