Your message dated Wed, 28 Feb 2024 22:13:36 +0000
with message-id <e1rfsbe-008jkv...@fasolo.debian.org>
and subject line Bug#1062642: fixed in libstxxl 1.4.1-4.1
has caused the Debian Bug report #1062642,
regarding libstxxl: 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 ow...@bugs.debian.org
immediately.)


-- 
1062642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062642
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libstxxl
Version: 1.4.1-4
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@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
libstxxl 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 libstxxl
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 libstxxl-1.4.1/debian/changelog libstxxl-1.4.1/debian/changelog
--- libstxxl-1.4.1/debian/changelog     2023-09-15 17:36:33.000000000 +0000
+++ libstxxl-1.4.1/debian/changelog     2024-02-02 07:55:08.000000000 +0000
@@ -1,3 +1,10 @@
+libstxxl (1.4.1-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Fri, 02 Feb 2024 07:55:08 +0000
+
 libstxxl (1.4.1-4) unstable; urgency=medium
 
   * [fe2eba4] Add .gitlab-ci.yml.
diff -Nru libstxxl-1.4.1/debian/control libstxxl-1.4.1/debian/control
--- libstxxl-1.4.1/debian/control       2023-09-15 17:36:33.000000000 +0000
+++ libstxxl-1.4.1/debian/control       2024-02-02 07:55:07.000000000 +0000
@@ -21,7 +21,7 @@
 Package: libstxxl-dev
 Architecture: any
 Section: libdevel
-Depends: libstxxl1v5 (= ${binary:Version}),
+Depends: libstxxl1t64 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: libstxxl-doc
 Description: Development libraries for STXXL
@@ -52,12 +52,14 @@
  .
  Documentation for the STXXL library.
 
-Package: libstxxl1v5
+Package: libstxxl1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libstxxl1v5
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Breaks: libstxxl1 (<< 1.4.1-2~)
-Replaces: libstxxl1 (<< 1.4.1-2~)
+Breaks: libstxxl1v5 (<< ${source:Version}), libstxxl1 (<< 1.4.1-2~)
+Replaces: libstxxl1v5, libstxxl1 (<< 1.4.1-2~)
 Description: C++ Standard Template Library for extra large datasets
  STXXL provides an STL replacement using an abstraction layer to
  storage devices to allow for the optimal layout of data structures. This
@@ -70,7 +72,7 @@
 Package: libstxxl1-bin
 Architecture: any
 Section: misc
-Depends: libstxxl1v5 (= ${binary:Version}),
+Depends: libstxxl1t64 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: STXXL File creation and benchmark tool
diff -Nru libstxxl-1.4.1/debian/libstxxl1t64.install 
libstxxl-1.4.1/debian/libstxxl1t64.install
--- libstxxl-1.4.1/debian/libstxxl1t64.install  1970-01-01 00:00:00.000000000 
+0000
+++ libstxxl-1.4.1/debian/libstxxl1t64.install  2018-03-08 20:01:26.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*.so.*
diff -Nru libstxxl-1.4.1/debian/libstxxl1t64.lintian-overrides 
libstxxl-1.4.1/debian/libstxxl1t64.lintian-overrides
--- libstxxl-1.4.1/debian/libstxxl1t64.lintian-overrides        1970-01-01 
00:00:00.000000000 +0000
+++ libstxxl-1.4.1/debian/libstxxl1t64.lintian-overrides        2024-02-02 
07:55:07.000000000 +0000
@@ -0,0 +1 @@
+libstxxl1t64: package-name-doesnt-match-sonames libstxxl1v5
diff -Nru libstxxl-1.4.1/debian/libstxxl1v5.install 
libstxxl-1.4.1/debian/libstxxl1v5.install
--- libstxxl-1.4.1/debian/libstxxl1v5.install   2018-03-08 20:01:26.000000000 
+0000
+++ libstxxl-1.4.1/debian/libstxxl1v5.install   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*.so.*

--- End Message ---
--- Begin Message ---
Source: libstxxl
Source-Version: 1.4.1-4.1
Done: Graham Inggs <gin...@debian.org>

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

Debian distribution maintenance software
pp.
Graham Inggs <gin...@debian.org> (supplier of updated libstxxl 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 28 Feb 2024 19:09:19 +0000
Source: libstxxl
Architecture: source
Version: 1.4.1-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Closes: 1062642
Changes:
 libstxxl (1.4.1-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062642
Checksums-Sha1:
 b740a80b9198e0726b4996e67bbffa57896cbc48 2371 libstxxl_1.4.1-4.1.dsc
 9e233c3a1dcf38be7c65584d8240b2185d9f3dd8 11592 libstxxl_1.4.1-4.1.debian.tar.xz
 c944be916a87df8f878be046d67666bf7bcae35c 11828 
libstxxl_1.4.1-4.1_source.buildinfo
Checksums-Sha256:
 fece210e186849f146b6edab149279380520d6a1fd47a7d735852bfefce905b7 2371 
libstxxl_1.4.1-4.1.dsc
 9af8b232246f84f9db9a9e49935e35a04fc681ed5ff55200bc7d9d3304345346 11592 
libstxxl_1.4.1-4.1.debian.tar.xz
 505682af97d16db821189365b16d9d3a5aaefbae94da92fc44ac39c9522e5723 11828 
libstxxl_1.4.1-4.1_source.buildinfo
Files:
 ce06420aad867e036a674a24b5e2755b 2371 science optional libstxxl_1.4.1-4.1.dsc
 98f7be9ebb47ea7394dc5e98770b707a 11592 science optional 
libstxxl_1.4.1-4.1.debian.tar.xz
 c8a32d143fa68e07702726833346cac3 11828 science optional 
libstxxl_1.4.1-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXfhZMACgkQr8/sjmac
4cI4oRAAmzMLFctBuTig86vIz+C3YCvslYxOYobSwDMnpqSQef15zpCLhAFs1LNZ
v4d/42oBDFp1BHPVf99C0jZ9uak1TjltoyjzOnJdz7HTtO0kGOK2dWtnimBNzisS
Vz+SOjhwNzEUSqLDzCTDOY/fR5TBwsXDNtw1XXT2BJkNaxC688BchWWH4NxDZ8Ro
Ye0wXRCBkcaRy9yg6hIvyfp2tAa00DBuTgzf2BgmIFCkEhj3S5cDx7Est+6pw045
rGagqQ7GnCDWnEMGs85fH/pJoe9P+PaKhR1DWlMrqXpZeLQ9XyEgf5nJgpEwsbKj
9kF6zvD4ZsttEbvx32zQhqn6g3qn9Vyyybe/IvkNjHRrkLmIc4aIFlJp/RwnUPs8
RnQ2HWut6jJZ22hkJlc/ayMmHazJfpiPgM01O4UKFd5YJOaMV+wBNIsjZ6toc4Z/
xaiBx1WZ2vz+F2ke6E8Al1xL80libPabZ+iK68S7p8WM8+HpStHdd7PRQ1Re6YcL
xNpoKdSNn+s0tIGVqYpQx+c7KsrvW2RosRbqwGj473FJi3lIIJdezSxXIFt5ycO2
sKURVhEE/JGl0Xj51iXEbGRRHdxaS6O0FroI3xyLBjypz7vsIosOmVEYjtODlGi2
72Np000+5o+Y3ne+aWe7kOv4hOlAssuYitBaN1sh8lh0Cwww8do=
=/5Q/
-----END PGP SIGNATURE-----

Attachment: pgpjN5cewghFp.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to