Source: znc Version: 1.6.3-3 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): > g++ -I./../include -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g > -DVERSION_EXTRA=\"+deb3\" -O2 -Wall -W -Wno-unused-parameter > -Woverloaded-virtual -Wshadow -pthread -fvisibility=hidden -fPIC -include > znc/zncconfig.h -c -o schat.o schat.cpp -MD -MF .depend/schat.o.dep > schat.cpp: In member function 'virtual void CSChat::OnModCommand(const > CString&)': > schat.cpp:229:30: error: invalid use of incomplete type 'SSL_SESSION {aka > struct ssl_session_st}' > if (pSession && pSession->cipher && pSession->cipher->name) > ^~ > In file included from ./../include/znc/Csocket.h:93:0, > from ./../include/znc/Socket.h:21, > from ./../include/znc/Client.h:21, > from ./../include/znc/znc.h:21, > from ./../include/znc/IRCNetwork.h:24, > from schat.cpp:26: > /usr/include/openssl/ssl.h:228:16: note: forward declaration of 'SSL_SESSION > {aka struct ssl_session_st}' > typedef struct ssl_session_st SSL_SESSION; > ^~~~~~~~~~~~~~ > schat.cpp:229:50: error: invalid use of incomplete type 'SSL_SESSION {aka > struct ssl_session_st}' > if (pSession && pSession->cipher && pSession->cipher->name) > ^~ > In file included from ./../include/znc/Csocket.h:93:0, > from ./../include/znc/Socket.h:21, > from ./../include/znc/Client.h:21, > from ./../include/znc/znc.h:21, > from ./../include/znc/IRCNetwork.h:24, > from schat.cpp:26: > /usr/include/openssl/ssl.h:228:16: note: forward declaration of 'SSL_SESSION > {aka struct ssl_session_st}' > typedef struct ssl_session_st SSL_SESSION; > ^~~~~~~~~~~~~~ > schat.cpp:230:39: error: invalid use of incomplete type 'SSL_SESSION {aka > struct ssl_session_st}' > Table.SetCell("Cipher", pSession->cipher->name); > ^~ > In file included from ./../include/znc/Csocket.h:93:0, > from ./../include/znc/Socket.h:21, > from ./../include/znc/Client.h:21, > from ./../include/znc/znc.h:21, > from ./../include/znc/IRCNetwork.h:24, > from schat.cpp:26: > /usr/include/openssl/ssl.h:228:16: note: forward declaration of 'SSL_SESSION > {aka struct ssl_session_st}' > typedef struct ssl_session_st SSL_SESSION; > ^~~~~~~~~~~~~~ > schat.cpp:289:30: error: invalid use of incomplete type 'SSL_SESSION {aka > struct ssl_session_st}' > if (pSession && pSession->cipher && pSession->cipher->name) > ^~ > In file included from ./../include/znc/Csocket.h:93:0, > from ./../include/znc/Socket.h:21, > from ./../include/znc/Client.h:21, > from ./../include/znc/znc.h:21, > from ./../include/znc/IRCNetwork.h:24, > from schat.cpp:26: > /usr/include/openssl/ssl.h:228:16: note: forward declaration of 'SSL_SESSION > {aka struct ssl_session_st}' > typedef struct ssl_session_st SSL_SESSION; > ^~~~~~~~~~~~~~ > schat.cpp:289:50: error: invalid use of incomplete type 'SSL_SESSION {aka > struct ssl_session_st}' > if (pSession && pSession->cipher && pSession->cipher->name) > ^~ > In file included from ./../include/znc/Csocket.h:93:0, > from ./../include/znc/Socket.h:21, > from ./../include/znc/Client.h:21, > from ./../include/znc/znc.h:21, > from ./../include/znc/IRCNetwork.h:24, > from schat.cpp:26: > /usr/include/openssl/ssl.h:228:16: note: forward declaration of 'SSL_SESSION > {aka struct ssl_session_st}' > typedef struct ssl_session_st SSL_SESSION; > ^~~~~~~~~~~~~~ > schat.cpp:290:39: error: invalid use of incomplete type 'SSL_SESSION {aka > struct ssl_session_st}' > Table.SetCell("Cipher", pSession->cipher->name); > ^~ > In file included from ./../include/znc/Csocket.h:93:0, > from ./../include/znc/Socket.h:21, > from ./../include/znc/Client.h:21, > from ./../include/znc/znc.h:21, > from ./../include/znc/IRCNetwork.h:24, > from schat.cpp:26: > /usr/include/openssl/ssl.h:228:16: note: forward declaration of 'SSL_SESSION > {aka struct ssl_session_st}' > typedef struct ssl_session_st SSL_SESSION; > ^~~~~~~~~~~~~~ > Makefile:116: recipe for target 'schat.o' failed > make[3]: *** [schat.o] Error 1 The full build log is available from: http://aws-logs.debian.net/2016/12/02/znc_1.6.3-3_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.