[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1063312: marked as done (zthreads: NMU diff for 64-bit time_t transition)



Your message dated Thu, 29 Feb 2024 10:25:19 +0000
with message-id <E1rfdbL-00AkB8-2p@fasolo.debian.org>
and subject line Bug#1063312: fixed in zthreads 2.3.2-11.1
has caused the Debian Bug report #1063312,
regarding zthreads: 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 owner@bugs.debian.org
immediately.)


-- 
1063312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063312
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: zthreads
Version: 2.3.2-11
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
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
zthreads 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 zthreads
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'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
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 zthreads-2.3.2/debian/changelog zthreads-2.3.2/debian/changelog
--- zthreads-2.3.2/debian/changelog	2021-08-20 12:43:47.000000000 +0000
+++ zthreads-2.3.2/debian/changelog	2024-02-06 04:36:27.000000000 +0000
@@ -1,3 +1,10 @@
+zthreads (2.3.2-11.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Tue, 06 Feb 2024 04:36:27 +0000
+
 zthreads (2.3.2-11) unstable; urgency=medium
 
   * QA upload.
diff -Nru zthreads-2.3.2/debian/control zthreads-2.3.2/debian/control
--- zthreads-2.3.2/debian/control	2021-08-20 12:43:47.000000000 +0000
+++ zthreads-2.3.2/debian/control	2024-02-06 04:36:26.000000000 +0000
@@ -9,7 +9,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/zthreads
 Vcs-Git: https://salsa.debian.org/debian/zthreads.git
 
-Package: libzthread-2.3-2
+Package: libzthread-2.3-2t64
+Provides: ${t64:Provides}
+Replaces: libzthread-2.3-2
+Breaks: libzthread-2.3-2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -32,7 +35,7 @@
 Package: libzthread-dev
 Section: libdevel
 Architecture: any
-Depends: libzthread-2.3-2 (= ${binary:Version}), ${misc:Depends}
+Depends: libzthread-2.3-2t64 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: Object-oriented synchronization library for C++ (runtime lib)
  Zthreads is an advanced platform-independent, object-oriented
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2.install zthreads-2.3.2/debian/libzthread-2.3-2.install
--- zthreads-2.3.2/debian/libzthread-2.3-2.install	2021-08-20 12:43:47.000000000 +0000
+++ zthreads-2.3.2/debian/libzthread-2.3-2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2t64.install zthreads-2.3.2/debian/libzthread-2.3-2t64.install
--- zthreads-2.3.2/debian/libzthread-2.3-2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ zthreads-2.3.2/debian/libzthread-2.3-2t64.install	2021-08-20 12:43:47.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides
--- zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides	2024-02-06 04:36:26.000000000 +0000
@@ -0,0 +1 @@
+libzthread-2.3-2t64: package-name-doesnt-match-sonames libzthread-2.3-2

--- End Message ---
--- Begin Message ---
Source: zthreads
Source-Version: 2.3.2-11.1
Done: Steve Langasek <vorlon@debian.org>

We believe that the bug you reported is fixed in the latest version of
zthreads, 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 1063312@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated zthreads 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 29 Feb 2024 08:47:28 +0000
Source: zthreads
Architecture: source
Version: 2.3.2-11.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1063312
Changes:
 zthreads (2.3.2-11.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063312
Checksums-Sha1:
 bdfa74362187785a941a5551771439b134170a06 1969 zthreads_2.3.2-11.1.dsc
 f9c4e15421c4ca675ae4bfa92d5b2740226cb99b 9296 zthreads_2.3.2-11.1.debian.tar.xz
 25fc91a8155d22afdea5c77f19f91d4a996d63e6 6825 zthreads_2.3.2-11.1_source.buildinfo
Checksums-Sha256:
 f90f492be5bd1c0fdbf69f49fddd08b7294a5b3e5eb0080b44a456d324a9b8df 1969 zthreads_2.3.2-11.1.dsc
 3bed4bda5e0f19e6cde678c0351444ac073f47c81339969e3f57269768713299 9296 zthreads_2.3.2-11.1.debian.tar.xz
 89134a89aef8816f06a6f8f9233ae892a472cbd9e29168d18a72e199c92b0224 6825 zthreads_2.3.2-11.1_source.buildinfo
Files:
 66aeb791709c9c4ca20ce663d7a5a1bc 1969 libs optional zthreads_2.3.2-11.1.dsc
 5f694939466e0d1939254b33ec233c7a 9296 libs optional zthreads_2.3.2-11.1.debian.tar.xz
 4b4461a6770d7206860077b08071cc9b 6825 libs optional zthreads_2.3.2-11.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgRL4SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM96mwQAKwXwhyFHjk/3Dtf8rLPOVkf6baBq4oe
ZKzrQWyVDyoKkGb6H43fS+4rIGlHhYsAET1RXq1j9hDjbSintz96RJHIAB47yAYk
pSqxzcLlEi4WiI6FIfLK/U/+kmK8CCGmjcvOdPB9/YYjoOmkbrqaOqKPY0ZM3uU5
mVOCgD1AflSsI8nsXIW20kDEHXeAPkEXLTH4KZmR3u7l7kqik4vcpjgKyrQ1bRPN
1C+ucN1x0ohAbURMGdiVQvQmbIUbjLgB1zXEbrfx5Zt9M5GpFwhP1Rte5kIwWO6X
Ttpsa8eOC6wUM/ARImpv4CRKSrdc7eIwH3kK7uBJwQyXD7mr6NZNVrAW3GCaY6w+
DqHdhFFjhlc8CiGmRUay6b5fZLDttXoZNnUcGyxV6dJk9YsQb1tjrn/FDIwmRA+O
ow0nd4UUcWhlJndyEsTHc089cWB2Di0YKnIbuLdmTn5POfpTSpn1IUd9rjahbD9b
W4HWTXFVyHBCjEBH4hCwUt22cDzTfFlV6UG5J2CNU3Ii8Onb7hLPfweNkpMPgVxt
7+MDqc2WXudQSOmDjxny59FP+I3/2umxpDont87dzPQYtDrMi1FtqgjExtgEJjEz
G2oLjlj6gpuoFZswkLCJGtX2VyTPBNWksFUNfme3ElsprxJMOgj982DGt/5uXENi
b/0Pd5Hg0fyG
=5uQu
-----END PGP SIGNATURE-----

Attachment: pgpSX2N4wszIW.pgp
Description: PGP signature


--- End Message ---

Reply to: