Your message dated Sat, 13 Jun 2026 10:04:19 +0000
with message-id <[email protected]>
and subject line Bug#1137598: fixed in qtbase-opensource-src-gles 5.15.19+dfsg-1
has caused the Debian Bug report #1137598,
regarding qtbase-opensource-src-gles: FTBFS with openssl 4.0
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 [email protected]
immediately.)


-- 
1137598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137598
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qtbase-opensource-src-gles
Version: 5.15.17+dfsg-2
Severity: normal
Tags: sid
control: affects -1 src:openssl
User: [email protected]
Usertags: openssl-4.0

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

| g++ -c -include .pch/Qt5Network -g -O2 
-ffile-prefix-map=/build/reproducible-path/qtbase-opensource-src-gles-5.15.17+dfsg=.
 -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-DOPENSSL_API_COMPAT=0x10100000L -O2 -std=c++1z -fvisibility=hidden 
-fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time 
-Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow 
-Wno-format-overflow -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST 
-DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH 
-DQT_USE_SYSTEM_PROXIES -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT 
-DQT_BUILD_NETWORK_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII 
-DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER 
-DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 
-DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS 
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -I. 
-Ikernel -I../../include -I../../include/QtNetwork 
-I../../include/QtNetwork/5.15.17 -I../../include/QtNetwork/5.15.17/QtNetwork 
-I../../include/QtCore/5.15.17 -I../../include/QtCore/5.15.17/QtCore 
-I../../include/QtCore -I.moc -I../../mkspecs/linux-g++ -o 
.obj/qsslsocket_openssl_symbols.o ssl/qsslsocket_openssl_symbols.cpp
| ssl/qsslsocket_openssl_symbols.cpp: In function ‘QDateTime 
q_getTimeFromASN1(const ASN1_TIME*)’:
| ssl/qsslsocket_openssl_symbols.cpp:1257:31: error: invalid use of incomplete 
type ‘const ASN1_TIME’ {aka ‘const struct asn1_string_st’}
|  1257 |     size_t lTimeLength = aTime->length;
|       |                               ^~
| 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 
../../include/QtNetwork/5.15.17/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:60,
|                  from 
../../include/QtNetwork/5.15.17/QtNetwork/private/qsslcontext_openssl_p.h:1,
|                  from ssl/qsslsocket_p.h:63,
|                  from ssl/qsslsocket_openssl_p.h:70,
|                  from ssl/qsslsocket_openssl_symbols_p.h:72,
|                  from ssl/qsslsocket_openssl_symbols.cpp:58:
| /usr/include/openssl/types.h:57:16: note: forward declaration of 
‘ASN1_TIME’ {aka ‘struct asn1_string_st’}
|    57 | typedef struct asn1_string_st ASN1_INTEGER;
|       |                ^~~~~~~~~~~~~~
| ssl/qsslsocket_openssl_symbols.cpp:1258:35: error: invalid use of incomplete 
type ‘const ASN1_TIME’ {aka ‘const struct asn1_string_st’}
|  1258 |     char *pString = (char *) aTime->data;
|       |                                   ^~
| /usr/include/openssl/types.h:57:16: note: forward declaration of 
‘ASN1_TIME’ {aka ‘struct asn1_string_st’}
|    57 | typedef struct asn1_string_st ASN1_INTEGER;
|       |                ^~~~~~~~~~~~~~
| ssl/qsslsocket_openssl_symbols.cpp:1263:14: error: invalid use of incomplete 
type ‘const ASN1_TIME’ {aka ‘const struct asn1_string_st’}
|  1263 |     if (aTime->type == V_ASN1_UTCTIME) {
|       |              ^~
| /usr/include/openssl/types.h:57:16: note: forward declaration of 
‘ASN1_TIME’ {aka ‘struct asn1_string_st’}
|    57 | typedef struct asn1_string_st ASN1_INTEGER;
|       |                ^~~~~~~~~~~~~~
| ssl/qsslsocket_openssl_symbols.cpp:1336:21: error: invalid use of incomplete 
type ‘const ASN1_TIME’ {aka ‘const struct asn1_string_st’}
|  1336 |     } else if (aTime->type == V_ASN1_GENERALIZEDTIME) {
|       |                     ^~
| /usr/include/openssl/types.h:57:16: note: forward declaration of 
‘ASN1_TIME’ {aka ‘struct asn1_string_st’}
|    57 | typedef struct asn1_string_st ASN1_INTEGER;
|       |                ^~~~~~~~~~~~~~
| ssl/qsslsocket_openssl_symbols.cpp:1261:5: warning: control reaches end of 
non-void function [-Wreturn-type]
|  1261 |     };
|       |     ^
| make[4]: *** [Makefile:28154: .obj/qsslsocket_openssl_symbols.o] Error 1
| make[4]: Leaving directory 
'/build/reproducible-path/qtbase-opensource-src-gles-5.15.17+dfsg/src/network'

Full buildlog
        
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/qtbase-opensource-src-gles_5.15.17+dfsg-2_amd64-2026-04-19T11:12:34Z

Sebastian

--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src-gles
Source-Version: 5.15.19+dfsg-1
Done: Dmitry Shachnev <[email protected]>

We believe that the bug you reported is fixed in the latest version of
qtbase-opensource-src-gles, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <[email protected]> (supplier of updated 
qtbase-opensource-src-gles 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 13 Jun 2026 12:06:56 +0300
Source: qtbase-opensource-src-gles
Architecture: source
Version: 5.15.19+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Closes: 1137598 1137790
Changes:
 qtbase-opensource-src-gles (5.15.19+dfsg-1) experimental; urgency=medium
 .
   * Merge qtbase-opensource-src 5.15.19+dfsg-2 upload.
     - Fixes build with OpenSSL 4 (closes: #1137598).
     - No longer uses default-libmysqlclient-dev (closes: #1137790).
   * Bump qtbase build-dependencies to 5.15.19.
Checksums-Sha1:
 f57c5f77dbcfcfcfb9db5a213b0b2894861a8bfd 3636 
qtbase-opensource-src-gles_5.15.19+dfsg-1.dsc
 eac36c9fb32dc37cf7626110566d949cb5d7cec8 49249892 
qtbase-opensource-src-gles_5.15.19+dfsg.orig.tar.xz
 03d8839f6d19648d9ec92ad168bc12db1a99d22a 136152 
qtbase-opensource-src-gles_5.15.19+dfsg-1.debian.tar.xz
 c70f52dda085e21cd4fd0d94d0650e62613b3f72 17810 
qtbase-opensource-src-gles_5.15.19+dfsg-1_source.buildinfo
Checksums-Sha256:
 83e7ea9704bf2981d9b39239ad67fdda8b6b947dfd0b70ab70cdf15b34693d83 3636 
qtbase-opensource-src-gles_5.15.19+dfsg-1.dsc
 2006f201fcbc74e23b75589d72b6ce9524d8a9be376fb1fdf7c6f14bc6736db0 49249892 
qtbase-opensource-src-gles_5.15.19+dfsg.orig.tar.xz
 dbdec5256545f2f8847d56b791642a6281e05d49a710771947ef0f6bf280be89 136152 
qtbase-opensource-src-gles_5.15.19+dfsg-1.debian.tar.xz
 256b454f32c260a8526d8d127e2be726565045795c997d47771a2bd15644ff70 17810 
qtbase-opensource-src-gles_5.15.19+dfsg-1_source.buildinfo
Files:
 398a867241dbc1ccade27033caa2075e 3636 libs optional 
qtbase-opensource-src-gles_5.15.19+dfsg-1.dsc
 52f1046e775b3b1cf93c165dec3876a3 49249892 libs optional 
qtbase-opensource-src-gles_5.15.19+dfsg.orig.tar.xz
 837e89f430e286ae1450587249b21cba 136152 libs optional 
qtbase-opensource-src-gles_5.15.19+dfsg-1.debian.tar.xz
 38da83f85b6378f7c647b8d5e1e0fc25 17810 libs optional 
qtbase-opensource-src-gles_5.15.19+dfsg-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEE8kKZ/xu8kBi5BqTLYCaTbS8ciuAFAmotH3QTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBgJpNtLxyK4LMyD/9gPDCkJrZ3ZS6uEHtz0NX1RJZxrtdO
2sdH7Phcm5bScWgwRVSQm4yloX56DtQQ3JPp2QGgZww1IghRG7OBEejuC0UCJvwP
4mk4n21Ic90r3Y0Gum7YXzk0gHDMvEnTITDwp7PJI2rNCQ1x7IVwZj2IFJcezai2
k5vYGK/1tqfZhglRKMF/950yrDh+hY+GBCxxSpZv9lL9w1ifxH+3UFpeifdA0uNQ
DNch+R9g/ITbEk0OtptOJZZDZPkbki7JXnSeiyCcHW5MRlYYOvn6Yw6Sv5+AHYiP
ULEHHCiLtPvKtCBg+IvA9ktF0+UEukDmV6AJllKfrbcb8keGgk080umAf/S34C8v
SA9GWorOYKIZ25V+SFWGOzwWP52fPu09Weijf37cASAtDt6sqEhZFi8xKF93AQMw
f0lPLc955NlEZfR1eVkBmj02aKgzWnbQwsPDrS6iEW6nzWPm26RdlurwkYJqZeFT
ND+KfJZgP65UTwySdO8juyNykelLRsGY+cwFyV3AOswjc4AZRaCRasAd08Xel3Js
MUoDajsQZUrphnRkLYyYZM5IpUAYW6yFSsdjzegS422uJvX6MmjJBnDyeQyWG2Sx
SESUp+nwbthViXfo4oxlKryh37pl7Mc8TMqNOnOqxaI3i2NGaZm4WPbscL+Ug+x2
mxqXvsB/UvByAA==
=lqab
-----END PGP SIGNATURE-----

Attachment: pgp_QcaXZ0g0l.pgp
Description: PGP signature


--- End Message ---

Reply via email to