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

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



Your message dated Wed, 28 Feb 2024 11:09:23 +0000
with message-id <E1rfHoR-005gbu-1L@fasolo.debian.org>
and subject line Bug#1062260: fixed in libcpuset 1.0-6.1
has caused the Debian Bug report #1062260,
regarding libcpuset: 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.)


-- 
1062260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062260
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libcpuset
Version: 1.0-6
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
libcpuset 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 libcpuset
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'), (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 libcpuset-1.0/debian/changelog libcpuset-1.0/debian/changelog
--- libcpuset-1.0/debian/changelog	2021-09-19 03:28:23.000000000 +0000
+++ libcpuset-1.0/debian/changelog	2024-01-31 21:03:10.000000000 +0000
@@ -1,3 +1,10 @@
+libcpuset (1.0-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 31 Jan 2024 21:03:10 +0000
+
 libcpuset (1.0-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru libcpuset-1.0/debian/control libcpuset-1.0/debian/control
--- libcpuset-1.0/debian/control	2021-09-19 03:28:22.000000000 +0000
+++ libcpuset-1.0/debian/control	2024-01-31 21:03:10.000000000 +0000
@@ -16,7 +16,7 @@
 Multi-Arch: same
 Depends:
  libbitmask-dev,
- libcpuset1 (= ${binary:Version}),
+ libcpuset1t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: header files and docs for libcpuset
  Contains the header files and documentation for libcpuset
@@ -27,7 +27,10 @@
  certain CPUs, and to allocating memory on certain Memory Nodes.
  The libcpuset library provides a convenient 'C' API to cpusets.
 
-Package: libcpuset1
+Package: libcpuset1t64
+Provides: ${t64:Provides}
+Replaces: libcpuset1
+Breaks: libcpuset1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
diff -Nru libcpuset-1.0/debian/libcpuset1.install libcpuset-1.0/debian/libcpuset1.install
--- libcpuset-1.0/debian/libcpuset1.install	2021-09-19 03:25:11.000000000 +0000
+++ libcpuset-1.0/debian/libcpuset1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-usr/share/man/*
diff -Nru libcpuset-1.0/debian/libcpuset1t64.install libcpuset-1.0/debian/libcpuset1t64.install
--- libcpuset-1.0/debian/libcpuset1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libcpuset-1.0/debian/libcpuset1t64.install	2021-09-19 03:25:11.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+usr/share/man/*
diff -Nru libcpuset-1.0/debian/libcpuset1t64.lintian-overrides libcpuset-1.0/debian/libcpuset1t64.lintian-overrides
--- libcpuset-1.0/debian/libcpuset1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libcpuset-1.0/debian/libcpuset1t64.lintian-overrides	2024-01-31 21:03:10.000000000 +0000
@@ -0,0 +1 @@
+libcpuset1t64: package-name-doesnt-match-sonames libcpuset1

--- End Message ---
--- Begin Message ---
Source: libcpuset
Source-Version: 1.0-6.1
Done: Benjamin Drung <bdrung@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated libcpuset 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 10:35:28 +0000
Source: libcpuset
Architecture: source
Version: 1.0-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062260
Changes:
 libcpuset (1.0-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062260
Checksums-Sha1:
 336ccf24b5b2e6bc20aaa9fb1d679d4bbb32a38e 1945 libcpuset_1.0-6.1.dsc
 9cab076e85bdd8bcb87bd49b69d102bdb5313b71 3156 libcpuset_1.0-6.1.debian.tar.xz
 07aa3a6ae12d5e50e3756c26d8538af546f61506 6246 libcpuset_1.0-6.1_source.buildinfo
Checksums-Sha256:
 a2095e59daac8ec592dab1c39dbf47d2e56a8460cde47db729fc8d3e75984c11 1945 libcpuset_1.0-6.1.dsc
 c351ea16642236212a38b7a1979e15d10ac59c36d07967b4a6577c0ed7b93297 3156 libcpuset_1.0-6.1.debian.tar.xz
 9453955b5650558de4b9745cb57ce5ca5d602453e30e0829c77b90d2860b730c 6246 libcpuset_1.0-6.1_source.buildinfo
Files:
 c1586ad4a17c3725b10aaa07e35099ff 1945 libs optional libcpuset_1.0-6.1.dsc
 078a76a3773c959bf100e5e353c64e3e 3156 libs optional libcpuset_1.0-6.1.debian.tar.xz
 c1ef4f03248ede017d474be4188bec80 6246 libs optional libcpuset_1.0-6.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfDH8ACgkQFZ61xO/I
d0w6cw/6AhLeDDlKK0Rly5KtiE0yt/r11Mg8Xl+cZBhaIppk0WLQc9kyehYVC5Tj
cP+nLn56ObZbZjFGySlpgwTOhGKyqygui4sbH4R7MQvMXi8Ql786c6YqGHc5DJ9W
/HVnuWCNlNBUc3t/esqj0nubnhOeP4FJdztjAsWqX3EGPXSYhItTciNrJmu/M1Ng
Gr5RwOR2HtBiol07QtPV0VbpRYZwhrOLtRKQnHYobzpvEdK8AOqCTU+Cn4dPR7jO
yu2jRORYDEc243C8GVVLERqib96PchT+REyxYdNGcAnB2bff2PB1YdVsnM5pW7et
KKXZD1G4Fu6qTaLtrjhfO9AYjZEJbdxbOna2hYhMJETk+73FolBpBj2fPMqAyQCE
Y3NMaCez10lzgMm0w0QS+H1/qBadOG6G2wNb6pyN8WYahhg2kZjtmSxHaeaC+Tmo
2hlJwwlj6noKu/NQE9GwhgnHrHqvmbkPqPdaNrGkkCGAyb57fl149L/EznUwMtuM
7XgWpiFEOjHdLG08sF7tdmCRa5s4GoBJNjP0tBz+bIp38h+lNC9PxNYq24XPcgwi
9B16I0i8O4w74SnbSenQZB74t4buPk2W79W/y2ILBq4nBxsA4h87xlTWmhnVtsnI
Jg8xDoHJPeY7LUdwQr+H/IXyfsVMfRAbV4KVOPyKw3IOPlgdgts=
=tmQY
-----END PGP SIGNATURE-----

Attachment: pgpzVhY00xcf5.pgp
Description: PGP signature


--- End Message ---

Reply to: