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

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



Your message dated Wed, 28 Feb 2024 16:35:46 +0000
with message-id <E1rfMuI-0072Oz-K7@fasolo.debian.org>
and subject line Bug#1062080: fixed in clthreads 2.4.2-1.1
has caused the Debian Bug report #1062080,
regarding clthreads: 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.)


-- 
1062080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062080
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: clthreads
Version: 2.4.2-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

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
clthreads 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 clthreads
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'), (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 clthreads-2.4.2/debian/changelog clthreads-2.4.2/debian/changelog
--- clthreads-2.4.2/debian/changelog	2019-11-23 14:11:11.000000000 +0000
+++ clthreads-2.4.2/debian/changelog	2024-01-31 09:29:36.000000000 +0000
@@ -1,3 +1,10 @@
+clthreads (2.4.2-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 31 Jan 2024 09:29:36 +0000
+
 clthreads (2.4.2-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru clthreads-2.4.2/debian/control clthreads-2.4.2/debian/control
--- clthreads-2.4.2/debian/control	2019-11-23 14:11:07.000000000 +0000
+++ clthreads-2.4.2/debian/control	2024-01-31 09:29:36.000000000 +0000
@@ -18,7 +18,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libclthreads2 (= ${binary:Version}),
+ libclthreads2t64 (= ${binary:Version}),
  ${misc:Depends}
 Multi-Arch: same
 Description: POSIX threads C++ access library (development files)
@@ -27,7 +27,10 @@
  .
  This package provides the development headers.
 
-Package: libclthreads2
+Package: libclthreads2t64
+Provides: ${t64:Provides}
+Replaces: libclthreads2
+Breaks: libclthreads2 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends:
diff -Nru clthreads-2.4.2/debian/libclthreads2.install clthreads-2.4.2/debian/libclthreads2.install
--- clthreads-2.4.2/debian/libclthreads2.install	2019-11-23 14:03:39.000000000 +0000
+++ clthreads-2.4.2/debian/libclthreads2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru clthreads-2.4.2/debian/libclthreads2t64.install clthreads-2.4.2/debian/libclthreads2t64.install
--- clthreads-2.4.2/debian/libclthreads2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ clthreads-2.4.2/debian/libclthreads2t64.install	2019-11-23 14:03:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru clthreads-2.4.2/debian/libclthreads2t64.lintian-overrides clthreads-2.4.2/debian/libclthreads2t64.lintian-overrides
--- clthreads-2.4.2/debian/libclthreads2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ clthreads-2.4.2/debian/libclthreads2t64.lintian-overrides	2024-01-31 09:29:36.000000000 +0000
@@ -0,0 +1 @@
+libclthreads2t64: package-name-doesnt-match-sonames libclthreads2

--- End Message ---
--- Begin Message ---
Source: clthreads
Source-Version: 2.4.2-1.1
Done: Steve Langasek <vorlon@debian.org>

We believe that the bug you reported is fixed in the latest version of
clthreads, 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 1062080@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 clthreads 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: Wed, 28 Feb 2024 16:06:26 +0000
Source: clthreads
Architecture: source
Version: 2.4.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1062080
Changes:
 clthreads (2.4.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062080
Checksums-Sha1:
 0450bc0de15213881b2d09a318b14baade0546b5 2133 clthreads_2.4.2-1.1.dsc
 8b0c0013d11dc7aefeacf06a5bbe710750f0d5ec 4016 clthreads_2.4.2-1.1.debian.tar.xz
 f62aff24057cc38881bd829365794528b527f1ea 6912 clthreads_2.4.2-1.1_source.buildinfo
Checksums-Sha256:
 d751f7cdbe069fb0bc56d9c991d555a4a41afd8390f6db9254d844911da26624 2133 clthreads_2.4.2-1.1.dsc
 3682d05a7df2706b24ad360cc1dc22e1ec0ab1fdc77347d56a15f4f388cb885f 4016 clthreads_2.4.2-1.1.debian.tar.xz
 2adc2092b97d8126215ac5d0e27b4e5c6d8250a0e7f9b518d14ffeadffa5a426 6912 clthreads_2.4.2-1.1_source.buildinfo
Files:
 7cd5a2fdffb82e09367c20ebad9c66b9 2133 sound optional clthreads_2.4.2-1.1.dsc
 09bf8efe9e15e5e9b5ac58cf28e1617f 4016 sound optional clthreads_2.4.2-1.1.debian.tar.xz
 8a84063c0b8d801a1b08730c0a5a82c1 6912 sound optional clthreads_2.4.2-1.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfWhESHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9oYwP/3g/NS65hUojBoWqntFk7+zM7NuEPhbE
aEREC0mZu0SauZvviGh/d6sAFnb5GDxsmtNrrJ9zjNncBqeGTRUQMBYO0BubSDC/
QuS7Ch1goOcipb4vHJeFa48RkO1OLUWXIqf13deJCUSWHKQ1U3UtkKshr9rpwj7V
d89CaLp7ir2F7Pg3xpFCHic4zvLYAhXPMPgqJ76SFVHSvefTqWuTIpxUB8GMQlft
7N0dpgAqONUqkxa1BaaYyXZeXRypYZcYqEI679jZB/7f/64z1hT1UUPbQgrTgsZD
0n2rOHEslxOvXxCYXZzBQBV3rxtsdq6Us3GgMJw/SK6QYIm2ez4jpIlDesky2YpB
35k3bulE7GmfkA6cY6W31mSTlv9ppwBk/Knkzs/7bDPIH9imf0HmgBSwLHuNAvRi
RmotbCTmOVHK7b5XKdCHzYRnvuhmuTGoEtuQfxIJPDEFLe2oyZObncarKDrLw1PZ
7UuRPRpoRFdlpJa1Exxf8Rt85E4w3MOHsE+m23E4d7Nc18OSDFRsC6KfiwHzVXQz
5aMmwWTeFSNHqcd5PhECKY9EF5VCaKSDRGcNxtmwTEfPVILncQC8xP+lCMXs/CKC
z2E4HXMEPIHp6ePOL9id8DyBUGQ6w4ILfiLWUZsvL02QPbA/lKff/AHEsd6HpFCX
aWY0bc0FrJUw
=fmmB
-----END PGP SIGNATURE-----

Attachment: pgps6aVPRjdfd.pgp
Description: PGP signature


--- End Message ---

Reply to: