Your message dated Sat, 04 Jul 2026 11:06:46 +0000
with message-id <[email protected]>
and subject line Bug#1138411: fixed in kdeconnect 26.04.3-1
has caused the Debian Bug report #1138411,
regarding kdeconnect: 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.)
--
1138411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138411
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kdeconnect
Version: 25.12.3-1
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:
| cd /build/reproducible-path/kdeconnect-25.12.3/obj-x86_64-linux-gnu/core &&
/usr/bin/c++ -DKCOREADDONS_LIB -DKDECONNECT_BLUETOOTH -DKDECONNECT_MDNS
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60500 -DQT_BLUETOOTH_LIB -DQT_CORE_LIB
-DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x70000
-DQT_DISABLE_DEPRECATED_BEFORE=0x60600 -DQT_GUI_LIB -DQT_NETWORK_LIB
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER
-DTRANSLATION_DOMAIN=\"kdeconnect-core\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-Dkdeconnectcore_EXPORTS
-I/build/reproducible-path/kdeconnect-25.12.3/obj-x86_64-linux-gnu/core
-I/build/reproducible-path/kdeconnect-25.12.3/core
-I/build/reproducible-path/kdeconnect-25.12.3/obj-x86_64-linux-gnu/core/kdeconnectcore_autogen/include
-I/build/reproducible-path/kdeconnect-25.12.3 -isystem
/usr/include/x86_64-linux-gnu/qt6/QtNetwork -isystem
/usr/include/x86_64-linux-gnu/qt6 -isystem
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem
/usr/include/KF6/KCoreAddons -isystem /usr/include/KF6/KIOCore -isystem
/usr/include/KF6/KIO -isystem /usr/include/x86_64-linux-gnu/qt6/QtDBus -isystem
/usr/include/KF6/KIOGui -isystem /usr/include/KF6/KConfig -isystem
/usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KService -isystem
/usr/include/x86_64-linux-gnu/qt6/QtGui -isystem /usr/include/KF6/KI18n
-isystem /usr/include/x86_64-linux-gnu/qt6/QtBluetooth -g -O2
-ffile-prefix-map=/build/reproducible-path/kdeconnect-25.12.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++20 -fPIC
-fvisibility=hidden -fvisibility-inlines-hidden -MD -MT
core/CMakeFiles/kdeconnectcore.dir/sslhelper.cpp.o -MF
CMakeFiles/kdeconnectcore.dir/sslhelper.cpp.o.d -o
CMakeFiles/kdeconnectcore.dir/sslhelper.cpp.o -c
/build/reproducible-path/kdeconnect-25.12.3/core/sslhelper.cpp
| /build/reproducible-path/kdeconnect-25.12.3/core/sslhelper.cpp: In function
‘QSslCertificate SslHelper::generateSelfSignedCertificate(const QSslKey&,
const QString&)’:
| /build/reproducible-path/kdeconnect-25.12.3/core/sslhelper.cpp:175:37: error:
invalid conversion from ‘const X509_name_st*’ to ‘X509_NAME*’ {aka
‘X509_name_st*’} [-fpermissive]
| 175 | if (!X509_NAME_add_entry_by_txt(name, "CN", MBSTRING_ASC,
commonNameCStr, -1, -1, 0)) { // Common Name
| | ^~~~
| | |
| | const X509_name_st*
| In file included from /usr/include/openssl/pem.h:23,
| from
/build/reproducible-path/kdeconnect-25.12.3/core/sslhelper.cpp:15:
| /usr/include/openssl/x509.h:1072:43: note: initializing argument 1 of ‘int
X509_NAME_add_entry_by_txt(X509_NAME*, const char*, int, const unsigned char*,
int, int, int)’
| 1072 | int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field,
int type,
| | ~~~~~~~~~~~^~~~
| /build/reproducible-path/kdeconnect-25.12.3/core/sslhelper.cpp:181:37: error:
invalid conversion from ‘const X509_name_st*’ to ‘X509_NAME*’ {aka
‘X509_name_st*’} [-fpermissive]
| 181 | if (!X509_NAME_add_entry_by_txt(name, "O", MBSTRING_ASC,
organizationCStr, -1, -1, 0)) { // Organization
| | ^~~~
| | |
| | const X509_name_st*
| /usr/include/openssl/x509.h:1072:43: note: initializing argument 1 of ‘int
X509_NAME_add_entry_by_txt(X509_NAME*, const char*, int, const unsigned char*,
int, int, int)’
| 1072 | int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field,
int type,
| | ~~~~~~~~~~~^~~~
| /build/reproducible-path/kdeconnect-25.12.3/core/sslhelper.cpp:187:37: error:
invalid conversion from ‘const X509_name_st*’ to ‘X509_NAME*’ {aka
‘X509_name_st*’} [-fpermissive]
| 187 | if (!X509_NAME_add_entry_by_txt(name, "OU", MBSTRING_ASC,
organizationalUnitCStr, -1, -1, 0)) { // Organizational Unit
| | ^~~~
| | |
| | const X509_name_st*
| /usr/include/openssl/x509.h:1072:43: note: initializing argument 1 of ‘int
X509_NAME_add_entry_by_txt(X509_NAME*, const char*, int, const unsigned char*,
int, int, int)’
| 1072 | int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field,
int type,
| | ~~~~~~~~~~~^~~~
| make[3]: *** [core/CMakeFiles/kdeconnectcore.dir/build.make:522:
core/CMakeFiles/kdeconnectcore.dir/sslhelper.cpp.o] Error 1
| make[3]: Leaving directory
'/build/reproducible-path/kdeconnect-25.12.3/obj-x86_64-linux-gnu'
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/kdeconnect_25.12.3-1_amd64-2026-04-19T08:29:30Z
Sebastian
--- End Message ---
--- Begin Message ---
Source: kdeconnect
Source-Version: 26.04.3-1
Done: Patrick Franz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
kdeconnect, 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.
Patrick Franz <[email protected]> (supplier of updated kdeconnect 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, 04 Jul 2026 12:35:45 +0200
Source: kdeconnect
Architecture: source
Version: 26.04.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <[email protected]>
Changed-By: Patrick Franz <[email protected]>
Closes: 1138411
Changes:
kdeconnect (26.04.3-1) unstable; urgency=medium
.
[ Patrick Franz ]
* Team upload.
* New upstream release (26.04.3).
* Fix build failure against OpenSSL 4.0, thx to Ravi Kant Sharma
(Closes: #1138411).
* Remove unnecessary B-D to qt6-declarative-private-dev as the issue
has been resolved with Qt 6.10.
Checksums-Sha1:
6416171995e23fb467d45c14223d52fb3e5e34b6 3710 kdeconnect_26.04.3-1.dsc
c64d647d9389360dfe661617862ba0f68615bcbc 691476 kdeconnect_26.04.3.orig.tar.xz
d14c204a9f9d6f8a96f98b1677b076141955c6c7 833 kdeconnect_26.04.3.orig.tar.xz.asc
01c2a942f2060ae9698024336c59cea0e08ae05d 20508
kdeconnect_26.04.3-1.debian.tar.xz
c4cd95310aae30fe0993fdae4fb628bf68cc9875 17016
kdeconnect_26.04.3-1_source.buildinfo
Checksums-Sha256:
d72c21b211f6231682048ed027a382942f7e50876502891e0ae16d9d17d4f2ed 3710
kdeconnect_26.04.3-1.dsc
505b58b52630a662a8f6a2c50c58eda1de66779762c31d5ea5247b48bba52561 691476
kdeconnect_26.04.3.orig.tar.xz
f3bad5c677c560079c75498c58665d5c53f92b1ed3ec7f4f043f7baf5258c6e3 833
kdeconnect_26.04.3.orig.tar.xz.asc
fc5929c3a7f1c5682108f54eaabae26e4b40d4472b2019fffeaa50e06ff5eeda 20508
kdeconnect_26.04.3-1.debian.tar.xz
8e826b686303ae6d7f1e12badb2e66a2a9f43229db4f473e41b60e283d071d94 17016
kdeconnect_26.04.3-1_source.buildinfo
Files:
9cb67afbf5b4c422d83b69b39cc85132 3710 kde optional kdeconnect_26.04.3-1.dsc
3f6b2402f4d6fab018a3346257ad7bbf 691476 kde optional
kdeconnect_26.04.3.orig.tar.xz
50cfeb7fee42548bc753334f84629bb3 833 kde optional
kdeconnect_26.04.3.orig.tar.xz.asc
52d08729f84dcab549b990d3a46b9ab5 20508 kde optional
kdeconnect_26.04.3-1.debian.tar.xz
642f58aef9bbb17fe64b9c180f9d3fce 17016 kde optional
kdeconnect_26.04.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmpI4oQACgkQnp96YDB3
/lZ8/A/9Faz3CS9dEgNCwTS6eyhAWdBcl7/L2AMq2rpiK9iSIrlh6vVyVg9uCyEb
lL032vwUn3TvNap0AMKMFE4SfY9TT3hfM6XxanWLwaUPTgUDWOUppnWOa8hVvsui
vyilfNij39WxiZscwjAgeUtO0L/2Hpaiki61slL/muArJOxWR09yUhvFTZZxUbSN
kQEMgz1OrXvvKfsdzVG7+YaSvFC9D5aPd2ECScHXIR0ZYgWF/3wX9v4DTzl0rtV0
5ow8sPlTLk/YZAnlhelYOSpCZR0xqbPpi/RHoT2vtdTSEb8Y2yYbnSK3hAJihbql
A7is0Wtk+ml4BqPZBST/9ifqUYqnO67u7ma9Pw0IR14mUGEayBhGMaG4+PAliCEO
L4HSxTKh6w6tKuHc7Yrdaod5XL1U8mm/AuMp48z6thzFcmUw36sNf2hYb0NjxIM7
E7FMG0BH3/0kIYHUx8tfE4EdVd95miwBa1Qa4mthej00b1v4tM0M4InsKKBlXrBo
6MtwN/C5OGxtUdYct/IlWlt6+Jgl+2BYWw/GcY248dSuWcs5x8b1zjc4DeVmg6XP
QLgTCQoNhXcsi7eIzE5Tg/eDT19mZEAKXo/8aDdiE5F79Wnx7v5bpmp+32YxDTmr
BZVqYDi24bK8wo9FhS60EV490fF1vH94XOzQsMOCg3A7zorcFF0=
=0QK3
-----END PGP SIGNATURE-----
pgpejF79Ydil1.pgp
Description: PGP signature
--- End Message ---