Your message dated Sat, 30 May 2026 18:21:07 +0000
with message-id <[email protected]>
and subject line Bug#1138429: fixed in tcltls 2.0-2
has caused the Debian Bug report #1138429,
regarding tcltls: 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.)
--
1138429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1138429
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tcltls
Version: 2.0-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:
| gcc -DPACKAGE_NAME=\"tls\" -DPACKAGE_TARNAME=\"tls\"
-DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"tls\ 2.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_tls=/\*\*/ -DHAVE_STDIO_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1
-DSTDC_HEADERS=1 -DTcl_Size=int -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1
-D_THREAD_SAFE=1 -DTCL_THREADS=1 -DUSE_TCL_STUBS=1 -DUSE_TCLOO_STUBS=1
-DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\)
-DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_STDBOOL_H=1
-DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DTCL_MAJOR_VERSION=8
-DTK_MAJOR_VERSION=8 -DNO_SSL3=1 -D_FORTIFY_SOURCE=2 -fstack-protector-all
-fno-strict-overflow -Wno-deprecated-declarations -I/usr/include
-I"/usr/include/tcl8.6" -I. -g -Wall -fPIC -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/tcltls-2.0=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -pipe -g -Wall -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2 -c `echo ../../generic/tlsX509.c` -o tlsX509.o
| ../../generic/tlsX509.c: In function ‘Tls_x509Extensions’:
| ../../generic/tlsX509.c:110:32: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
| 110 | ASN1_OBJECT *obj = X509_EXTENSION_get_object(ex);
| | ^~~~~~~~~~~~~~~~~~~~~~~~~
| ../../generic/tlsX509.c: In function ‘Tls_x509CrlDp’:
| ../../generic/tlsX509.c:419:38: warning: initialization discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
| 419 | ASN1_STRING *d = X509_NAME_ENTRY_get_data(e);
| | ^~~~~~~~~~~~~~~~~~~~~~~~
| In file included from ../../generic/tlsX509.c:16:
| ../../generic/tlsX509.c: In function ‘Tls_NewX509Obj’:
| ../../generic/tlsX509.c:554:79: error: invalid use of incomplete typedef
‘ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
| 554 | LAPPEND_OBJ(interp, resultObj, "signatureValue",
String_to_Hex(sig->data, sig->length));
| |
^~
| ../../generic/tlsInt.h:162:44: note: in definition of macro ‘LAPPEND_OBJ’
| 162 | Tcl_ListObjAppendElement(interp, obj, (tclObj != NULL) ? tclObj :
Tcl_NewStringObj("", 0)); \
| | ^~~~~~
| ../../generic/tlsX509.c:554:90: error: invalid use of incomplete typedef
‘ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
| 554 | LAPPEND_OBJ(interp, resultObj, "signatureValue",
String_to_Hex(sig->data, sig->length));
| |
^~
| ../../generic/tlsInt.h:162:44: note: in definition of macro ‘LAPPEND_OBJ’
| 162 | Tcl_ListObjAppendElement(interp, obj, (tclObj != NULL) ? tclObj :
Tcl_NewStringObj("", 0)); \
| | ^~~~~~
| ../../generic/tlsX509.c:554:79: error: invalid use of incomplete typedef
‘ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
| 554 | LAPPEND_OBJ(interp, resultObj, "signatureValue",
String_to_Hex(sig->data, sig->length));
| |
^~
| ../../generic/tlsInt.h:162:62: note: in definition of macro ‘LAPPEND_OBJ’
| 162 | Tcl_ListObjAppendElement(interp, obj, (tclObj != NULL) ? tclObj :
Tcl_NewStringObj("", 0)); \
| | ^~~~~~
| ../../generic/tlsX509.c:554:90: error: invalid use of incomplete typedef
‘ASN1_BIT_STRING’ {aka ‘const struct asn1_string_st’}
| 554 | LAPPEND_OBJ(interp, resultObj, "signatureValue",
String_to_Hex(sig->data, sig->length));
| |
^~
| ../../generic/tlsInt.h:162:62: note: in definition of macro ‘LAPPEND_OBJ’
| 162 | Tcl_ListObjAppendElement(interp, obj, (tclObj != NULL) ? tclObj :
Tcl_NewStringObj("", 0)); \
| | ^~~~~~
| ../../generic/tlsX509.c:610:13: warning: assignment discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
| 610 | key = X509_get0_pubkey_bitstr(cert);
| | ^
| ../../generic/tlsX509.c:611:70: error: invalid use of incomplete typedef
‘ASN1_BIT_STRING’ {aka ‘struct asn1_string_st’}
| 611 | LAPPEND_OBJ(interp, resultObj, "publicKey",
String_to_Hex(key->data, key->length));
| |
^~
| ../../generic/tlsInt.h:162:44: note: in definition of macro ‘LAPPEND_OBJ’
| 162 | Tcl_ListObjAppendElement(interp, obj, (tclObj != NULL) ? tclObj :
Tcl_NewStringObj("", 0)); \
| | ^~~~~~
| ../../generic/tlsX509.c:611:81: error: invalid use of incomplete typedef
‘ASN1_BIT_STRING’ {aka ‘struct asn1_string_st’}
| 611 | LAPPEND_OBJ(interp, resultObj, "publicKey",
String_to_Hex(key->data, key->length));
| |
^~
| ../../generic/tlsInt.h:162:44: note: in definition of macro ‘LAPPEND_OBJ’
| 162 | Tcl_ListObjAppendElement(interp, obj, (tclObj != NULL) ? tclObj :
Tcl_NewStringObj("", 0)); \
| | ^~~~~~
| ../../generic/tlsX509.c:611:70: error: invalid use of incomplete typedef
‘ASN1_BIT_STRING’ {aka ‘struct asn1_string_st’}
| 611 | LAPPEND_OBJ(interp, resultObj, "publicKey",
String_to_Hex(key->data, key->length));
| |
^~
| ../../generic/tlsInt.h:162:62: note: in definition of macro ‘LAPPEND_OBJ’
| 162 | Tcl_ListObjAppendElement(interp, obj, (tclObj != NULL) ? tclObj :
Tcl_NewStringObj("", 0)); \
| | ^~~~~~
| ../../generic/tlsX509.c:611:81: error: invalid use of incomplete typedef
‘ASN1_BIT_STRING’ {aka ‘struct asn1_string_st’}
| 611 | LAPPEND_OBJ(interp, resultObj, "publicKey",
String_to_Hex(key->data, key->length));
| |
^~
…
Full buildlog
https://breakpoint.cc/openssl-rebuild/logs-4/attempted/tcltls_2.0-1_amd64-2026-04-19T11:16:07Z
Sebastian
--- End Message ---
--- Begin Message ---
Source: tcltls
Source-Version: 2.0-2
Done: Sergei Golovan <[email protected]>
We believe that the bug you reported is fixed in the latest version of
tcltls, 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.
Sergei Golovan <[email protected]> (supplier of updated tcltls 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, 30 May 2026 20:58:18 +0300
Source: tcltls
Architecture: source
Version: 2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Tcl/Tk Packagers <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Closes: 1138429
Changes:
tcltls (2.0-2) unstable; urgency=medium
.
* Add a patch that helps TclTLS build against libssl 4.0 (closes: #1138429).
* Bump the standards version to 4.7.4.
Checksums-Sha1:
dfa58d94c993764e95d29b4c7de63bc599c085c7 1918 tcltls_2.0-2.dsc
a9aa3eb618fe48b65c940919bcd1c3aeba481625 8148 tcltls_2.0-2.debian.tar.xz
f9657548d027883277472a464b17f64feed2df92 6133 tcltls_2.0-2_amd64.buildinfo
Checksums-Sha256:
59a8829459e5ab556d67f5508192e17cb4895e0fb5e9ea39ded75e6a3c50e9e2 1918
tcltls_2.0-2.dsc
173fbb10dad9342d1ae506c1ecce10660f7bfdd62bb2268141bb108c06e1ccf1 8148
tcltls_2.0-2.debian.tar.xz
2485ee671f71566e4197a3a9a5a936d408a121c255f8a07da01c3d936a81ac07 6133
tcltls_2.0-2_amd64.buildinfo
Files:
9a92df7006a2f164109afe56fd60bc6f 1918 libs optional tcltls_2.0-2.dsc
e7b6cbcc072a077d98fe158fc6f3ea9b 8148 libs optional tcltls_2.0-2.debian.tar.xz
90abd0f9865f807a50972819c5a491bb 6133 libs optional
tcltls_2.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAmobJh4ACgkQTyrk60tj
54cIohAAgPLKUwQ9sow2RGvcPBgsPz7z2p4uXdOhan7Jw15oB0FZEgiOddkBQwGt
ZecrBBVMInXWwiNa62QQ5LD9UZGFxbIylJ0O3xJQPvAxpYBLvtKfj9i+wbFf9yjE
Oj9z+43GWcSLAvDvZc4hXsDv7H6BURmDYWyhOj1vaS7mCHXqO3s2ZDhrWyToVcU5
K0moWYdV+7DwPdkau104SCgTMoa9FL4zDgk2DuMo4vVoPrJiIo/Zk/N5E5lW7VOJ
f68SjG3LO7DeIwc72cnW+zeW0kXwX/p3R6UoHIy/deEd/7GOFAq+bCcA2i71jA0m
4Y4y+3sgN0amNK0zJN+eH9aYZii81M0PUhPQgbZipfWtTeCN/6oZXZEC+fjSwdAr
/aXj90Vn82/cXa0W3GmSbLhVOk/4z0x36yZe83d1PiRlgc2wQBZlgDGSM+cg5UB2
oI2TcOJqytWDw34gTy0OdjwW15RksOGIIr6AA4ugQTwk2BP3zwzgsMIu7gCCiE/o
3ARtQKOO+3C0X6ujCdoPF9XUM8DLo+dSjO4oCJ5ZOjc/g4/pugtuk3qGg/H8u3YE
q8RTTeDeczrUyP8q26Q8j0ip/F0tM9O3JWPk4M0itT8CzDSOzRU67aM+NFynq58d
20bINkM38ekmRTI+O/pPUUtw5lXnySoPW7y9yKhCm6np+dr4c+c=
=1A+g
-----END PGP SIGNATURE-----
pgpNKToZNF9Eo.pgp
Description: PGP signature
--- End Message ---