Your message dated Sun, 04 Feb 2018 21:06:55 +0000
with message-id <e1eirv1-000aqf...@fasolo.debian.org>
and subject line Bug#886164: fixed in libspring-java 4.3.13-2
has caused the Debian Bug report #886164,
regarding libspring-java: FTBFS MockServerContainer.java method does not 
override or implement a method from a supertype
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.)


-- 
886164: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libspring-java
Version: 4.3.13-1
Severity: serious
Tags: patch

Dear Maintainer,

The package currently fails to build from source with the following error message:

All input files are considered out-of-date for incremental task ':spring-test:compileJava'.
Compiling with JDK Java compiler API.
/build/1st/libspring-java-4.3.13/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainer.java:56: warning: [deprecation] setAsyncSendTimeout(long) in WebSocketContainer has been deprecated
        public void setAsyncSendTimeout(long timeout) {
                    ^
/build/1st/libspring-java-4.3.13/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainer.java:60: error: method does not override or implement a method from a supertype
        @Override
        ^
1 error
1 warning
:spring-test:compileJava FAILED

For more details see
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libspring-java.html
I first spotted this issue when the package was synced to Ubuntu, but was able to
reproduce it on my Sid system.

The issue itself seems to be related to a method which used to(?) be part of an interface, but is now causing this error. Surprisingly enough, the method was added by one of the Debian patches. The attached patch modifies the original patch a bit and resolves the FTBFS. I must admit I don't have the full overview
over what's going on here, so there might be a better way to fix this :)



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


--
mvh / best regards
Hans Joachim Desserud
http://desserud.org
diff --git a/debian/patches/0041-servlet-api-compatibility.patch b/debian/patches/0041-servlet-api-compatibility.patch
index 55887129..0f2e3280 100644
--- a/debian/patches/0041-servlet-api-compatibility.patch
+++ b/debian/patches/0041-servlet-api-compatibility.patch
@@ -100,17 +100,3 @@ Forwarded: no
 +		throw new UnsupportedOperationException();
 +	}
  }
---- a/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainer.java
-+++ b/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainer.java
-@@ -58,6 +58,11 @@
- 	}
- 
- 	@Override
-+	public void setDefaultAsyncSendTimeout(long timeout) {
-+		this.defaultAsyncSendTimeout = timeout;
-+	}
-+
-+	@Override
- 	public long getDefaultMaxSessionIdleTimeout() {
- 		return this.defaultMaxSessionIdleTimeout;
- 	}

--- End Message ---
--- Begin Message ---
Source: libspring-java
Source-Version: 4.3.13-2

We believe that the bug you reported is fixed in the latest version of
libspring-java, 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 886...@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 libspring-java 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, 04 Feb 2018 20:47:33 +0100
Source: libspring-java
Binary: libspring-core-java libspring-beans-java libspring-aop-java 
libspring-context-java libspring-context-support-java libspring-web-java 
libspring-web-servlet-java libspring-web-portlet-java libspring-test-java 
libspring-transaction-java libspring-jdbc-java libspring-messaging-java 
libspring-jms-java libspring-orm-java libspring-expression-java 
libspring-oxm-java libspring-instrument-java
Architecture: source
Version: 4.3.13-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libspring-aop-java - modular Java/J2EE application framework - AOP
 libspring-beans-java - modular Java/J2EE application framework - Beans
 libspring-context-java - modular Java/J2EE application framework - Context
 libspring-context-support-java - modular Java/J2EE application framework - 
Context Support
 libspring-core-java - modular Java/J2EE application framework - Core
 libspring-expression-java - modular Java/J2EE application framework - 
Expression language
 libspring-instrument-java - modular Java/J2EE application framework - 
Instrumentation
 libspring-jdbc-java - modular Java/J2EE application framework - JDBC tools
 libspring-jms-java - modular Java/J2EE application framework - JMS tools
 libspring-messaging-java - modular Java/J2EE application framework - Messaging 
tools
 libspring-orm-java - modular Java/J2EE application framework - ORM tools
 libspring-oxm-java - modular Java/J2EE application framework - Object/XML 
Mapping
 libspring-test-java - modular Java/J2EE application framework - Test helpers
 libspring-transaction-java - modular Java/J2EE application framework - 
transaction
 libspring-web-java - modular Java/J2EE application framework - Web
 libspring-web-portlet-java - modular Java/J2EE application framework - Portlet 
MVC
 libspring-web-servlet-java - modular Java/J2EE application framework - Web 
Portlet
Closes: 886164
Changes:
 libspring-java (4.3.13-2) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS and update 0041-servlet-api-compatibility.patch.
     Thanks to Hans Joachim Desserud for the report and patch. (Closes: #886164)
   * Use compat level 11.
   * Declare compliance with Debian Policy 4.1.3.
Checksums-Sha1:
 923025a99f5d7fcaddbe8fc7cf3c2a26e08dc028 5307 libspring-java_4.3.13-2.dsc
 8ef48920417ddc637b4ac2a518382b47b403b7ab 17168 
libspring-java_4.3.13-2.debian.tar.xz
 ce1a4979781fccbc0c8fc35c081943868dfc6862 26256 
libspring-java_4.3.13-2_amd64.buildinfo
Checksums-Sha256:
 6c28c63299e90aeb56eeba8634da70919cd45d0290148a691fddecb5ed818227 5307 
libspring-java_4.3.13-2.dsc
 ba0661a22f2d7debdaadc94e5e18cc8f53bea5462ea601af50a9567ba07e6693 17168 
libspring-java_4.3.13-2.debian.tar.xz
 1048d5939b0c4668a2d218ef586500460984ad49f5c16bfe657c6d70216e22b1 26256 
libspring-java_4.3.13-2_amd64.buildinfo
Files:
 bf1a76beb3370221db79df2222954490 5307 java optional libspring-java_4.3.13-2.dsc
 47b702610ba0a2be099fab7060bb6bdd 17168 java optional 
libspring-java_4.3.13-2.debian.tar.xz
 298bca20a9cb010d72f563bd7d7f6c1b 26256 java optional 
libspring-java_4.3.13-2_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlp3ZjVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkDisP/3BINF0jfWCxWuXX7Qpy7j7f+Ov8X4FiLisV
6jnbGUPpn9YVeuIU3buOnXGAbvobTkXqpJ7w1qYVtaRdLFaZQFtop4kmIk/h4/+J
RLTZpnq9Dz2y4lg1LJn+SKi9DSGJwN+k9vWGy/VMilQ7LWhezJJjn/kX/TutA6s+
o4ioJlRMvAghudVhur/NhHcnUhRtY3ygj54LXVwEm2QTdVUERaXaOj0g4Z/Z0nZz
cY4tYQ3gmXI47dR20svAU+IJnlRBIcjkhDaD2NJ8y0EG4gRB5WrQ+SP5+b6bzsNR
mH+5rdrlkMG2Vsx+H1kIK4FuY++jp/9NPWhuxgx14JgZO6ixzl7+T06ws217HI4m
NWZvKWtZeSr2bI8lJYUb38EORoEyo7Pwlx/L4my0QbO9rXPzUeTxNM21f/NxGMnq
w178nOf/KWpxxOIjBevlldbXtUtyR2XLw+/d/cbVYXnCblSjhcvHQv/86V34GDxw
jjteQh1uT9fPfvqtms0hTBw4393UJZNRKnHw7JBjXl19j3jt9L4HPWoUR6nN9sD7
59DVlGyABFgGaAYx/OzFvunH6DtdnmpFnvepn8oB3qseB0Ya6rHrvnWxnE4aOaOB
8GBnxEON9K0Ga59caBgTo4cdWbs1+bINsMIhwa/ZgZcpEqINHxucnQS4wBqO6YQ+
gYqP1exU
=JV4T
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to