Your message dated Mon, 19 Dec 2016 16:07:34 +0000
with message-id <e1cj0to-000iz8...@fasolo.debian.org>
and subject line Bug#846769: fixed in znc 1.6.4-1
has caused the Debian Bug report #846769,
regarding znc: FTBFS: schat.cpp:229:30: error: invalid use of incomplete type
'SSL_SESSION {aka struct ssl_session_st}'
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.)
--
846769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: znc
Source-Version: 1.6.4-1
We believe that the bug you reported is fixed in the latest version of
znc, 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.
Patrick Matthäi <pmatth...@debian.org> (supplier of updated znc 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: SHA256
Format: 1.8
Date: Mon, 19 Dec 2016 16:07:44 +0100
Source: znc
Binary: znc znc-dbg znc-dev znc-perl znc-python znc-tcl
Architecture: source amd64
Version: 1.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi <pmatth...@debian.org>
Changed-By: Patrick Matthäi <pmatth...@debian.org>
Description:
znc - advanced modular IRC bouncer
znc-dbg - advanced modular IRC bouncer (debugging symbols)
znc-dev - advanced modular IRC bouncer (development headers)
znc-perl - advanced modular IRC bouncer (Perl extension)
znc-python - advanced modular IRC bouncer (Python extension)
znc-tcl - advanced modular IRC bouncer (Tcl extension)
Closes: 828619 846769
Changes:
znc (1.6.4-1) unstable; urgency=medium
.
* New upstream release.
- Drop upstream patch 01-openssl-1.1.
- Fixed OpenSSL 1.1 support.
Closes: #828619, #846769
* Remove unused lintian override.
Checksums-Sha1:
4736785f15bdd52187775d9c1901949b0958fc62 1975 znc_1.6.4-1.dsc
7d7674e790d1b5790c6ea769ad83c9592c1e6b90 1468049 znc_1.6.4.orig.tar.gz
8a67d07ad4d4711d8fcd8a0bad1e8c34255e9bc7 16768 znc_1.6.4-1.debian.tar.xz
5777386f63080cb3c94ec3d0fdc14fed458efa76 25006012 znc-dbg_1.6.4-1_amd64.deb
a042b375b3b711f50d4aa7ef84fa39e59fbce9e5 100202 znc-dev_1.6.4-1_amd64.deb
d5509b25722a564687fd4f8402bb39f4e81eea59 611502 znc-perl_1.6.4-1_amd64.deb
b1716e0e3a30d8f8a87c280f16bebde1048b52d3 632540 znc-python_1.6.4-1_amd64.deb
7d678e06c9b5782c2bf9febd67a59e316954ad54 70654 znc-tcl_1.6.4-1_amd64.deb
3f7012fde1041428f421d99312e01d7283232fae 7078 znc_1.6.4-1_amd64.buildinfo
c1c2c4e178e13833d140b332e43c818d8bf16bb1 1450236 znc_1.6.4-1_amd64.deb
Checksums-Sha256:
3c7f2cc45b7dc3dd6decf0124c88784132f9237886a6c351cef6448851f35af3 1975
znc_1.6.4-1.dsc
431097eb17860bfc980f3e68fdd75f98af4bdeecd793c84835c6cb11c3320d1c 1468049
znc_1.6.4.orig.tar.gz
9a176c154e198280ec3b33b377997b9bfcf79631a4d2226bb8ead2a936462e1f 16768
znc_1.6.4-1.debian.tar.xz
d8a6efbf24894f1685c5817dcab3f97ff9a58958c6d0c8855f26e3b6c09e9892 25006012
znc-dbg_1.6.4-1_amd64.deb
ff6e48bc3b15af7fa01daa8cf008d9affa54a5aea48ecf211b0d980dffca1234 100202
znc-dev_1.6.4-1_amd64.deb
ad4aaab015684517c0e9c7aec44a131de5fd804830100ce0c78192ee8a4c0b92 611502
znc-perl_1.6.4-1_amd64.deb
4fdf6f6101364a556055bc85e95ca355879f941a2f71b24ff4afe973ad222837 632540
znc-python_1.6.4-1_amd64.deb
92ddc0c3b59867019d2e749fca31c36848abdd2fb692d351191c924ca0599c03 70654
znc-tcl_1.6.4-1_amd64.deb
8421e0ed35d053679a0559e39f6467db796ad76d28458da45d58cf7098df025a 7078
znc_1.6.4-1_amd64.buildinfo
757de04394dfbe44a09cbe9e60b46647227d28fcd9615b14dc40e409cedfc733 1450236
znc_1.6.4-1_amd64.deb
Files:
663c3cf09b73ef03ed00ac0424b0111b 1975 net optional znc_1.6.4-1.dsc
368bca41192cbfc0b873699d6a82e0d5 1468049 net optional znc_1.6.4.orig.tar.gz
7d715c67f6698c53a8b16e4a4bdcb01c 16768 net optional znc_1.6.4-1.debian.tar.xz
cc439d5f2f52508ad2d87397a3b33fa4 25006012 debug extra znc-dbg_1.6.4-1_amd64.deb
58338b10a1abbb42862afcdc440abcf2 100202 net optional znc-dev_1.6.4-1_amd64.deb
b0a3ffa0caeb19bfff1e0a56bcad02e9 611502 net optional znc-perl_1.6.4-1_amd64.deb
da69c9516f2dbcc5799462d4273f948d 632540 net optional
znc-python_1.6.4-1_amd64.deb
c9bcc399a40c8b705ab050d56d1b7e4e 70654 interpreters optional
znc-tcl_1.6.4-1_amd64.deb
c6c960c219cadd2ce50406af409ac0d4 7078 net optional znc_1.6.4-1_amd64.buildinfo
76a49e03b29d0d596e063524d07513f1 1450236 net optional znc_1.6.4-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJYWABMAAoJEBLZsEqQy9jk3/kP/1OVGddxqUYHKNn3jpNhExuk
iaaNUhLWsdzFzhSA4XAbKK1bJZhPju0gIUTnKEZr2nBioxIZmVAlCbQBKoYGrnhs
p/p8jmJAnxGnc/b5E/yKiLSb3E1atJWcUSeobedrIUYr0OcvXh1U+YFYKVmggFzM
+n8gdctg1Lz3jLctJB9gwNUeBm5vp7CSOIV0wrWJGPY3I1c6qFCelRljq5z5lgvD
3F70kT6iA92JC9TOLZYBhb9oOM8IW1agm8NDbfNHM76BOP0CNi2ILyFsTUw8q9Nm
rAADq8KAUb0DH0ckxT1Flv8N7fenh4HBQkgu+3Pg24UyQx+bf388TPH0I9E6SMoT
gZiaf3oqZp2FJGGeM/wzTtXrd5CJ+IfCyM2MasJaHYxjl/cTX3Q6MPDUssRNpFuF
RiU7e32NIFEAXuMQ+K5imZ7j9PqHHpH2C2Cg/v2jaow/HqpCXGAC+vEm0kyQb2TM
RHw5IKmv05FB2Vdv3QcMEUUFYaYAf2LKNpubFikPik5UdT3f5Ne2yRutFoXvlteS
+lGkBFBVT1SReQ3q34SsgxtfAcqkLfDn6JN5NNCFcAXTWUD2pWR0qrbDcHZ0nhWx
bquua3BTB0kBWbWsqjA++BF2i+IXiJnqBdIJb2OoUAkveZgGQ+pRM8OcQaqNsGV4
2MarxJ+xlAku5pjwYyAm
=Nnsp
-----END PGP SIGNATURE-----
--- End Message ---