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

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



Your message dated Wed, 28 Feb 2024 03:15:41 +0000
with message-id <E1rfAQ1-004Ehv-FH@fasolo.debian.org>
and subject line Bug#1062389: fixed in dsdp 5.8-10.1
has caused the Debian Bug report #1062389,
regarding dsdp: 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.)


-- 
1062389: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062389
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: dsdp
Version: 5.8-10
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
dsdp 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 dsdp
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-15-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru dsdp-5.8/debian/changelog dsdp-5.8/debian/changelog
--- dsdp-5.8/debian/changelog	2022-07-28 09:20:16.000000000 +0000
+++ dsdp-5.8/debian/changelog	2024-02-01 08:47:21.000000000 +0000
@@ -1,3 +1,10 @@
+dsdp (5.8-10.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org>  Thu, 01 Feb 2024 08:47:21 +0000
+
 dsdp (5.8-10) unstable; urgency=medium
 
   * QA upload.
diff -Nru dsdp-5.8/debian/control dsdp-5.8/debian/control
--- dsdp-5.8/debian/control	2022-07-28 09:20:16.000000000 +0000
+++ dsdp-5.8/debian/control	2024-02-01 08:47:21.000000000 +0000
@@ -55,7 +55,7 @@
 Package: libdsdp-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libdsdp-5.8gf (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libdsdp-5.8t64 (= ${binary:Version})
 Description: Software for Semidefinite Programming
  The DSDP software is a free open source implementation of an interior-point
  method for semidefinite programming. It provides primal and dual solutions,
@@ -73,7 +73,11 @@
  .
  This package contains the header files for developers.
 
-Package: libdsdp-5.8gf
+Package: libdsdp-5.8t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libdsdp-5.8gf
+Replaces: libdsdp-5.8gf
+Breaks: libdsdp-5.8gf (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru dsdp-5.8/debian/libdsdp-5.8gf.install dsdp-5.8/debian/libdsdp-5.8gf.install
--- dsdp-5.8/debian/libdsdp-5.8gf.install	2022-07-28 09:20:16.000000000 +0000
+++ dsdp-5.8/debian/libdsdp-5.8gf.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-lib/libdsdp-*.so usr/lib
-
diff -Nru dsdp-5.8/debian/libdsdp-5.8t64.install dsdp-5.8/debian/libdsdp-5.8t64.install
--- dsdp-5.8/debian/libdsdp-5.8t64.install	1970-01-01 00:00:00.000000000 +0000
+++ dsdp-5.8/debian/libdsdp-5.8t64.install	2022-07-28 09:20:16.000000000 +0000
@@ -0,0 +1,2 @@
+lib/libdsdp-*.so usr/lib
+
diff -Nru dsdp-5.8/debian/libdsdp-5.8t64.lintian-overrides dsdp-5.8/debian/libdsdp-5.8t64.lintian-overrides
--- dsdp-5.8/debian/libdsdp-5.8t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ dsdp-5.8/debian/libdsdp-5.8t64.lintian-overrides	2024-02-01 08:47:21.000000000 +0000
@@ -0,0 +1 @@
+libdsdp-5.8t64: package-name-doesnt-match-sonames libdsdp-5.8gf

--- End Message ---
--- Begin Message ---
Source: dsdp
Source-Version: 5.8-10.1
Done: Michael Hudson-Doyle <mwhudson@debian.org>

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

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <mwhudson@debian.org> (supplier of updated dsdp 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: SHA256

Format: 1.8
Date: Wed, 28 Feb 2024 02:28:49 +0000
Source: dsdp
Architecture: source
Version: 5.8-10.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Michael Hudson-Doyle <mwhudson@debian.org>
Closes: 1062389
Changes:
 dsdp (5.8-10.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062389
Checksums-Sha1:
 1e5f688000725a7169647c8ad4b353455b987c16 2062 dsdp_5.8-10.1.dsc
 4f9c50c3fd33b523dedad1ed06842b0d8f467ffd 7520 dsdp_5.8-10.1.debian.tar.xz
 c1f09ab866e9085ad15f9e8d9a92697582d424c7 10702 dsdp_5.8-10.1_source.buildinfo
Checksums-Sha256:
 4ccbb58d4c36cc33e5732d7a9cc800a0c64a193f8747eb74e744c2a8ad0d658d 2062 dsdp_5.8-10.1.dsc
 a57f2f10ec2dae16a7a2e3bfc972bdd670fa3a41e2a1d3117d149cefeb1254e6 7520 dsdp_5.8-10.1.debian.tar.xz
 342d0aef5780ab9bb5f28a0c0b788272c8c72ebd498c9237e48e9e411dbebf4d 10702 dsdp_5.8-10.1_source.buildinfo
Files:
 db1b3e19b5b4cf41f9be2557d32c5f28 2062 science optional dsdp_5.8-10.1.dsc
 6e18ea1ebaa0b02701f2a689482d8559 7520 science optional dsdp_5.8-10.1.debian.tar.xz
 bac33153dff45bc8418d321343cc1ffb 10702 science optional dsdp_5.8-10.1_source.buildinfo

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

iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXempUUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJOCeA/+J370IFUDytblHWJ1xcFw17IsInqg
xoyohSJ9k+3PX/tmpTHb+eYO90QpRA+dZwoB/lFXs5lTuQFYVWtPuKWDEkfXeuNs
c6mXSP2udcGc3tMP2rr7HbNjn231VzJX3I1aNd1eKVegvKtxoEmd22D3xh4bpD8A
eJQHO0+4UbODVUJOqLMnzbzMX3kFqmJwPgUXu49IvvQ8Eq7CHmJ6okVh+BW+sQj+
YA9+F21+XXVVtM4cox7AJcj8hjrBUnkSebZaMhkWNzGPnOMnXHr3xn0HBLi7SJEp
h4c2GMKrCJ75/uPTuqRfzl4Dkyd93oIlyHaNVkt4NX7hqUeL8T83CLWTUx8mtGXl
4paCeJ/kuYy4BhZYFjwoqKIWDVVpuIiRkuXRMU9VDTq25qeaJPKflFHwDNWKDmZW
h4Sm9MULLFMT1OQN3P1eG+1gIjdUeDBrxN2isOMjzUrviJ6o98srXLL3pWPEuMgB
IDcFVSwSC8UQpWFZ3EKjy0NaGg10b+TJLqOw9UGRQ+T4C0RqIPqrIlXCJ4GCqGHg
hROFc4FbVqc79kwY1Qf/CR62Hwqel8hSO6wUc3p00rUq9vYMOXhLXxX2fxZgMQhi
OWdDne6rvJyXXK2qBMh4vspSbAzrC5Zpid/2F+64b7Nm0cXgAGrWmVuWKkzm0e2g
R5if1QOJTBnA2Sc=
=8AyC
-----END PGP SIGNATURE-----

Attachment: pgpsbBC3uNRL_.pgp
Description: PGP signature


--- End Message ---

Reply to: