[Pkg-kde-extras] Bug#1138345: kvirc: FTBFS with openssl 4.0

Sebastian Andrzej Siewior sebastian at breakpoint.cc
Sat May 30 16:57:39 BST 2026


Package: kvirc
Version: 4:5.2.10-1
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: pkg-openssl-devel at lists.alioth.debian.org
Usertags: openssl-4.0

OpenSSL 4.0 is in experimental. This package fails to build against it:

| /build/reproducible-path/kvirc-5.2.10/src/kvilib/net/KviSSL.cpp: In member function ‘void KviSSLCertificate::extractSignature()’:
| /build/reproducible-path/kvirc-5.2.10/src/kvilib/net/KviSSL.cpp:953:27: error: invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|   953 |         for(i = 0; i < sig->length; i++)
|       |                           ^~
| In file included from /usr/include/openssl/crypto.h:38,
|                  from /usr/include/openssl/comp.h:25,
|                  from /usr/include/openssl/ssl.h:31,
|                  from /build/reproducible-path/kvirc-5.2.10/src/kvilib/net/KviSSL.h:42,
|                  from /build/reproducible-path/kvirc-5.2.10/src/kvilib/net/KviSSL.cpp:25:
| /usr/include/openssl/types.h:57:16: note: forward declaration of ‘ASN1_BIT_STRING’ {aka ‘struct asn1_string_st’}
|    57 | typedef struct asn1_string_st ASN1_INTEGER;
|       |                ^~~~~~~~~~~~~~
| /build/reproducible-path/kvirc-5.2.10/src/kvilib/net/KviSSL.cpp:957:60: error: invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|   957 |                 m_szSignatureContents.append(hexdigits[(sig->data[i] & 0xf0) >> 4]);
|       |                                                            ^~
| /usr/include/openssl/types.h:57:16: note: forward declaration of ‘ASN1_BIT_STRING’ {aka ‘struct asn1_string_st’}
|    57 | typedef struct asn1_string_st ASN1_INTEGER;
|       |                ^~~~~~~~~~~~~~
| /build/reproducible-path/kvirc-5.2.10/src/kvilib/net/KviSSL.cpp:958:60: error: invalid use of incomplete type ‘const ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
|   958 |                 m_szSignatureContents.append(hexdigits[(sig->data[i] & 0x0f)]);
|       |                                                            ^~
| /usr/include/openssl/types.h:57:16: note: forward declaration of ‘ASN1_BIT_STRING’ {aka ‘struct asn1_string_st’}
|    57 | typedef struct asn1_string_st ASN1_INTEGER;
|       |                ^~~~~~~~~~~~~~
| make[3]: *** [src/kvilib/CMakeFiles/kvilib.dir/build.make:998: src/kvilib/CMakeFiles/kvilib.dir/net/KviSSL.cpp.o] Error 1
| make[3]: Leaving directory '/build/reproducible-path/kvirc-5.2.10/obj-x86_64-linux-gnu'
| make[2]: *** [CMakeFiles/Makefile2:6310: src/kvilib/CMakeFiles/kvilib.dir/all] Error 2
| make[2]: Leaving directory '/build/reproducible-path/kvirc-5.2.10/obj-x86_64-linux-gnu'

Full buildlog
 	https://breakpoint.cc/openssl-rebuild/logs-4/attempted/kvirc_5.2.10-1_amd64-2026-04-19T07:48:13Z

Sebastian



More information about the pkg-kde-extras mailing list