Your message dated Thu, 29 Feb 2024 18:15:00 +0000
with message-id <[email protected]>
and subject line Bug#1062924: fixed in st 1.9-3.3
has caused the Debian Bug report #1062924,
regarding st: NMU diff for 64-bit time_t transition
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.)
--
1062924: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062924
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: st
Version: 1.9-3.2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
st as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for st
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.
Please find the patch for this NMU attached.
If you have any concerns about this patch, please reach out ASAP. Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru st-1.9/debian/changelog st-1.9/debian/changelog
--- st-1.9/debian/changelog 2020-06-20 23:31:02.000000000 +0000
+++ st-1.9/debian/changelog 2024-02-04 00:03:27.000000000 +0000
@@ -1,3 +1,10 @@
+st (1.9-3.3) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Sun, 04 Feb 2024 00:03:27 +0000
+
st (1.9-3.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru st-1.9/debian/control st-1.9/debian/control
--- st-1.9/debian/control 2020-06-20 23:20:22.000000000 +0000
+++ st-1.9/debian/control 2024-02-04 00:03:27.000000000 +0000
@@ -9,7 +9,7 @@
Package: libst-dev
Section: libdevel
Architecture: any
-Depends: libst1 (= ${binary:Version}), ${misc:Depends}, libc6-dev
+Depends: libst1t64 (= ${binary:Version}), ${misc:Depends}, libc6-dev
Recommends: pkg-config
Conflicts: sox (<= 12.17.2-1), sox-dev
Description: State Threads Library - Development files
@@ -25,7 +25,10 @@
.
This package contains the development files for compiling programs.
-Package: libst1
+Package: libst1t64
+Provides: ${t64:Provides}
+Replaces: libst1
+Breaks: libst1 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru st-1.9/debian/libst1.install st-1.9/debian/libst1.install
--- st-1.9/debian/libst1.install 2020-06-20 23:18:27.000000000 +0000
+++ st-1.9/debian/libst1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-obj/lib*.so.* usr/lib
diff -Nru st-1.9/debian/libst1.lintian-overrides
st-1.9/debian/libst1.lintian-overrides
--- st-1.9/debian/libst1.lintian-overrides 2020-06-20 23:18:27.000000000
+0000
+++ st-1.9/debian/libst1.lintian-overrides 1970-01-01 00:00:00.000000000
+0000
@@ -1,3 +0,0 @@
-# State-threads causes the program to exit when all threads terminate.
-# exit() is not invoked as the result of an error condition.
-libst1: shlib-calls-exit usr/lib/libst.so.1.9
diff -Nru st-1.9/debian/libst1.symbols st-1.9/debian/libst1.symbols
--- st-1.9/debian/libst1.symbols 2020-06-20 23:18:27.000000000 +0000
+++ st-1.9/debian/libst1.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,63 +0,0 @@
-libst.so.1 libst1 #MINVER#
-* Build-Depends-Package: libst-dev
- st_accept@Base 1.9
- st_cond_broadcast@Base 1.9
- st_cond_destroy@Base 1.9
- st_cond_new@Base 1.9
- st_cond_signal@Base 1.9
- st_cond_timedwait@Base 1.9
- st_cond_wait@Base 1.9
- st_connect@Base 1.9
- st_get_eventsys@Base 1.9
- st_get_eventsys_name@Base 1.9
- st_getfdlimit@Base 1.9
- st_init@Base 1.9
- st_key_create@Base 1.9
- st_key_getlimit@Base 1.9
- st_mutex_destroy@Base 1.9
- st_mutex_lock@Base 1.9
- st_mutex_new@Base 1.9
- st_mutex_trylock@Base 1.9
- st_mutex_unlock@Base 1.9
- st_netfd_close@Base 1.9
- st_netfd_fileno@Base 1.9
- st_netfd_free@Base 1.9
- st_netfd_getspecific@Base 1.9
- st_netfd_open@Base 1.9
- st_netfd_open_socket@Base 1.9
- st_netfd_poll@Base 1.9
- st_netfd_serialize_accept@Base 1.9
- st_netfd_setspecific@Base 1.9
- st_open@Base 1.9
- st_poll@Base 1.9
- st_randomize_stacks@Base 1.9
- st_read@Base 1.9
- st_read_fully@Base 1.9
- st_read_resid@Base 1.9
- st_readv@Base 1.9
- st_readv_resid@Base 1.9
- st_recvfrom@Base 1.9
- st_recvmsg@Base 1.9
- st_sendmsg@Base 1.9
- st_sendto@Base 1.9
- st_set_eventsys@Base 1.9
- st_set_switch_in_cb@Base 1.9
- st_set_switch_out_cb@Base 1.9
- st_set_utime_function@Base 1.9
- st_sleep@Base 1.9
- st_thread_create@Base 1.9
- st_thread_exit@Base 1.9
- st_thread_getspecific@Base 1.9
- st_thread_interrupt@Base 1.9
- st_thread_join@Base 1.9
- st_thread_self@Base 1.9
- st_thread_setspecific@Base 1.9
- st_time@Base 1.9
- st_timecache_set@Base 1.9
- st_usleep@Base 1.9
- st_utime@Base 1.9
- st_utime_last_clock@Base 1.9
- st_write@Base 1.9
- st_write_resid@Base 1.9
- st_writev@Base 1.9
- st_writev_resid@Base 1.9
diff -Nru st-1.9/debian/libst1t64.install st-1.9/debian/libst1t64.install
--- st-1.9/debian/libst1t64.install 1970-01-01 00:00:00.000000000 +0000
+++ st-1.9/debian/libst1t64.install 2020-06-20 23:18:27.000000000 +0000
@@ -0,0 +1 @@
+obj/lib*.so.* usr/lib
diff -Nru st-1.9/debian/libst1t64.lintian-overrides
st-1.9/debian/libst1t64.lintian-overrides
--- st-1.9/debian/libst1t64.lintian-overrides 1970-01-01 00:00:00.000000000
+0000
+++ st-1.9/debian/libst1t64.lintian-overrides 2024-02-04 00:03:27.000000000
+0000
@@ -0,0 +1,4 @@
+# State-threads causes the program to exit when all threads terminate.
+# exit() is not invoked as the result of an error condition.
+libst1t64: shlib-calls-exit usr/lib/libst.so.1.9
+libst1t64: package-name-doesnt-match-sonames libst1
diff -Nru st-1.9/debian/libst1t64.symbols st-1.9/debian/libst1t64.symbols
--- st-1.9/debian/libst1t64.symbols 1970-01-01 00:00:00.000000000 +0000
+++ st-1.9/debian/libst1t64.symbols 2024-02-04 00:03:27.000000000 +0000
@@ -0,0 +1,63 @@
+libst.so.1 libst1t64 #MINVER#
+* Build-Depends-Package: libst-dev
+ st_accept@Base 1.9
+ st_cond_broadcast@Base 1.9
+ st_cond_destroy@Base 1.9
+ st_cond_new@Base 1.9
+ st_cond_signal@Base 1.9
+ st_cond_timedwait@Base 1.9
+ st_cond_wait@Base 1.9
+ st_connect@Base 1.9
+ st_get_eventsys@Base 1.9
+ st_get_eventsys_name@Base 1.9
+ st_getfdlimit@Base 1.9
+ st_init@Base 1.9
+ st_key_create@Base 1.9
+ st_key_getlimit@Base 1.9
+ st_mutex_destroy@Base 1.9
+ st_mutex_lock@Base 1.9
+ st_mutex_new@Base 1.9
+ st_mutex_trylock@Base 1.9
+ st_mutex_unlock@Base 1.9
+ st_netfd_close@Base 1.9
+ st_netfd_fileno@Base 1.9
+ st_netfd_free@Base 1.9
+ st_netfd_getspecific@Base 1.9
+ st_netfd_open@Base 1.9
+ st_netfd_open_socket@Base 1.9
+ st_netfd_poll@Base 1.9
+ st_netfd_serialize_accept@Base 1.9
+ st_netfd_setspecific@Base 1.9
+ st_open@Base 1.9
+ st_poll@Base 1.9
+ st_randomize_stacks@Base 1.9
+ st_read@Base 1.9
+ st_read_fully@Base 1.9
+ st_read_resid@Base 1.9
+ st_readv@Base 1.9
+ st_readv_resid@Base 1.9
+ st_recvfrom@Base 1.9
+ st_recvmsg@Base 1.9
+ st_sendmsg@Base 1.9
+ st_sendto@Base 1.9
+ st_set_eventsys@Base 1.9
+ st_set_switch_in_cb@Base 1.9
+ st_set_switch_out_cb@Base 1.9
+ st_set_utime_function@Base 1.9
+ st_sleep@Base 1.9
+ st_thread_create@Base 1.9
+ st_thread_exit@Base 1.9
+ st_thread_getspecific@Base 1.9
+ st_thread_interrupt@Base 1.9
+ st_thread_join@Base 1.9
+ st_thread_self@Base 1.9
+ st_thread_setspecific@Base 1.9
+ st_time@Base 1.9
+ st_timecache_set@Base 1.9
+ st_usleep@Base 1.9
+ st_utime@Base 1.9
+ st_utime_last_clock@Base 1.9
+ st_write@Base 1.9
+ st_write_resid@Base 1.9
+ st_writev@Base 1.9
+ st_writev_resid@Base 1.9
--- End Message ---
--- Begin Message ---
Source: st
Source-Version: 1.9-3.3
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
st, 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.
Benjamin Drung <[email protected]> (supplier of updated st 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: Thu, 29 Feb 2024 17:29:25 +0000
Source: st
Architecture: source
Version: 1.9-3.3
Distribution: unstable
Urgency: medium
Maintainer: Wesley W. Terpstra (Debian) <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062924
Changes:
st (1.9-3.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062924
Checksums-Sha1:
4dcf37ce3cf00572392c7846d11b44a82c072f9d 1793 st_1.9-3.3.dsc
f9ea471d9d71fc01f6af7831ddbc16147d6a2e0e 6584 st_1.9-3.3.debian.tar.xz
10393425e707f9d7729b34541817d58e07e75da5 7476 st_1.9-3.3_source.buildinfo
Checksums-Sha256:
5f7f082a3c0fc7c72474efa105f4808d4e763927470316f5b03b0aa9004e495c 1793
st_1.9-3.3.dsc
8c9b735f0c1d3f9574365fa9971d1ad1fb7509f2d2d9b85da34081bd2accb77b 6584
st_1.9-3.3.debian.tar.xz
7825b5bf54e6bb71960bc369216ffb023fa364bd0dd2e3281f2353334adf9a8d 7476
st_1.9-3.3_source.buildinfo
Files:
226cea60479f49996e0adad1bbd9112b 1793 devel optional st_1.9-3.3.dsc
256353b2936749935ab3ae3d5438cf9e 6584 devel optional st_1.9-3.3.debian.tar.xz
b309e8f401ba3c6475d22b862dc6e0e9 7476 devel optional
st_1.9-3.3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgvwAACgkQFZ61xO/I
d0zL1A/8C7v2YxYELdD6f+6k4grjJNSbT0YK/6jRE+WPHr/i6Kif5pMHPrQpdEPw
Iyk/XQ93FUpsKP0V7dFa8Ypnufmz11fUl3E98shxW4sH5BoiOm7LdvqTtAykyX+T
UlhYVHGvVo+FoHUr/TuNn/DDIJqx2Jj7Va2D0ReUD1fByYCZni9DkDoaTHLgxTc7
3DtBlPBPxXdiLrmMLPJwItOjgwxK53SW1wrtf9hk9cDQvZrwQlty9jlhuovCmAXs
CMl7siSIHoJcOhF3kxLhaogZhgQpbR90N+yMxf/a3wIBOmWP5vKvSKwk7yf996GV
8UBfd4B4Vq2dtnkxHu+fsDzE/5Y5mshCSiWmQOFY8l2oeLVTc+YPOcs2dLTG/iw/
RrK6cl/rUlkeYpOJK/YxxyEmBjozI6QlB06aoQa7TLvffSL/K4Gvd1rkJL4eN6wb
6uHzq/ZmPPCRpByzUyr0fLmaQ01oFoOxW6MxiN6C6ycasFiWMh9rzCoq+iIUOz6M
0/npntZBkYCXY0+MomIpVi6T03ifrnbgJiOKjszffgXVWm0urBcDsDFRZ9jF3c/Z
DCFt82MhqXI0X8jwIiu86R+3Ue/5m7h9HqhLQHBDuad3Y4BwCABkNCGslr7kfTPy
OBv6LcFtdIX43pYDiKGEccx1074hRkEHjrTIB/8wRyB2Idlc/+c=
=dUTz
-----END PGP SIGNATURE-----
pgpzbdwBjvMy1.pgp
Description: PGP signature
--- End Message ---