Bug#866771: netty FTBFS: error: no suitable constructor found for MpscChunkedArrayQueue(int, int, boolean)

2017-07-22 Thread tony mancill
On Sat, Jul 01, 2017 at 06:44:20PM +0300, Adrian Bunk wrote:
> Source: netty
> Version: 1:4.1.7-2
> Severity: serious
> Tags: buster sid
> 
> Some recent change in unstable makes netty FTBFS:
>
> [ERROR] 
> /build/1st/netty-4.1.7/common/src/main/java/io/netty/util/internal/PlatformDependent.java:[838,23]
>  error: no suitable constructor found for 
> MpscChunkedArrayQueue(int,int,boolean)
> constructor MpscChunkedArrayQueue.MpscChunkedArrayQueue(int) is not 
> applicable
>   (actual and formal argument lists differ in length)
> constructor MpscChunkedArrayQueue.MpscChunkedArrayQueue(int,int) is not 
> applicable
>   (actual and formal argument lists differ in length)

This is related to the recent update of jctools [1].  I will claim the
bug and probably update netty to 4.1.13 in the process.

Cheers,
tony

[1] https://tracker.debian.org/news/850186


signature.asc
Description: PGP signature


Bug#866771: netty FTBFS: error: no suitable constructor found for MpscChunkedArrayQueue(int,int,boolean)

2017-07-01 Thread Adrian Bunk
Source: netty
Version: 1:4.1.7-2
Severity: serious
Tags: buster sid

Some recent change in unstable makes netty FTBFS:

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

...
[INFO] 48 warnings 
[INFO] -
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/build/1st/netty-4.1.7/common/src/main/java/io/netty/util/internal/PlatformDependent.java:[838,23]
 error: no suitable constructor found for MpscChunkedArrayQueue(int,int,boolean)
constructor MpscChunkedArrayQueue.MpscChunkedArrayQueue(int) is not 
applicable
  (actual and formal argument lists differ in length)
constructor MpscChunkedArrayQueue.MpscChunkedArrayQueue(int,int) is not 
applicable
  (actual and formal argument lists differ in length)
[INFO] 1 error
[INFO] -
[INFO] 

[INFO] Reactor Summary:
[INFO] 
[INFO] Netty .. 
SUCCESS [  3.341 s]
[INFO] Netty/Common ... 
FAILURE [ 12.939 s]
[INFO] Netty/Buffer ... 
SKIPPED
[INFO] Netty/Resolver . 
SKIPPED
[INFO] Netty/Transport  
SKIPPED
[INFO] Netty/Codec  
SKIPPED
[INFO] Netty/Codec/DNS  
SKIPPED
[INFO] Netty/Codec/HAProxy  
SKIPPED
[INFO] Netty/Handler .. 
SKIPPED
[INFO] Netty/Codec/HTTP ... 
SKIPPED
[INFO] Netty/Codec/HTTP2 .. 
SKIPPED
[INFO] Netty/Codec/Memcache ... 
SKIPPED
[INFO] Netty/Codec/MQTT ... 
SKIPPED
[INFO] Netty/Codec/Redis .. 
SKIPPED
[INFO] Netty/Codec/SMTP ... 
SKIPPED
[INFO] Netty/Codec/Socks .. 
SKIPPED
[INFO] Netty/Codec/Stomp .. 
SKIPPED
[INFO] Netty/Resolver/DNS . 
SKIPPED
[INFO] Netty/Transport/SCTP ... 
SKIPPED
[INFO] Netty/Handler/Proxy  
SKIPPED
[INFO] Netty/Transport/Native/Epoll ... 
SKIPPED
[INFO] Netty/All-in-One ... 
SKIPPED
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time: 17.451 s
[INFO] Finished at: 2018-08-03T09:43:23-12:00
[INFO] Final Memory: 20M/595M
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile 
(default-compile) on project netty-common: Compilation 
failure
[ERROR] 
/build/1st/netty-4.1.7/common/src/main/java/io/netty/util/internal/PlatformDependent.java:[838,23]
 error: no suitable constructor found for 
MpscChunkedArrayQueue(int,int,boolean)
[ERROR] constructor 
MpscChunkedArrayQueue.MpscChunkedArrayQueue(int) is not applicable
[ERROR]   (actual and formal argument lists differ in 
length)
[ERROR] constructor 
MpscChunkedArrayQueue.MpscChunkedArrayQueue(int,int) is not applicable
[ERROR]   (actual and formal argument lists differ in 
length)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with 
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug 
logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, 
please read the following articles: