Re: build failure with modern clang

2017-02-15 Thread Abhijit Menon-Sen
At 2017-02-15 11:20:51 +0100, axel@chaos1.de wrote: > > Any chance to see this patch on github? Hm, odd that it didn't get pushed already. Pushed now. -- Abhijit

Re: build failure with modern clang

2017-02-15 Thread Axel Rau
> Am 10.01.2017 um 07:51 schrieb Abhijit Menon-Sen : > > At 2017-01-09 12:36:23 -0600, f...@feld.me wrote: >> >> C++ build/clang/server/tlsthread.o >> server/tlsthread.cpp:100:19: error: implicit conversion from 'long' to >> 'int' changes value from 2168458239 to -2126509057

Re: build failure with modern clang

2017-01-10 Thread Arnt Gulbrandsen
Axel Rau writes: Could those bugs be related, which happen several per a day with long running IMAP clients? ?Error while connecting to IMAP server and reading root folder, because: EOF occurred in violation of protocol (_ssl.c:645) Unlikely. This change affects negotiation; the server

Re: build failure with modern clang

2017-01-10 Thread Axel Rau
Could those bugs be related, which happen several per a day with long running IMAP clients? ?Error while connecting to IMAP server and reading root folder, because: EOF occurred in violation of protocol (_ssl.c:645) ?Error while connecting to IMAP server and reading root folder, because: EOF

Re: build failure with modern clang

2017-01-09 Thread Abhijit Menon-Sen
At 2017-01-09 12:36:23 -0600, f...@feld.me wrote: > > C++ build/clang/server/tlsthread.o > server/tlsthread.cpp:100:19: error: implicit conversion from 'long' to > 'int' changes value from 2168458239 to -2126509057 > [-Werror,-Wconstant-conversion] > | SSL_OP_NO_SSLv2 >

build failure with modern clang

2017-01-09 Thread Mark Felder
log caught here: http://beefy12.nyi.freebsd.org/data/head-amd64-default/p430427_s311148/logs/archiveopteryx-3.2.0_6.log important part: C++ build/clang/server/tlsthread.o server/tlsthread.cpp:100:19: error: implicit conversion from 'long' to 'int' changes value from 2168458239 to -2126509057