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

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



Your message dated Wed, 28 Feb 2024 19:34:45 +0000
with message-id <E1rfPhV-007XWS-Si@fasolo.debian.org>
and subject line Bug#1062402: fixed in libloki 0.1.7-5.1
has caused the Debian Bug report #1062402,
regarding libloki: 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.)


-- 
1062402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062402
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libloki
Version: 0.1.7-5
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
libloki 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 libloki
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 libloki-0.1.7/debian/changelog libloki-0.1.7/debian/changelog
--- libloki-0.1.7/debian/changelog	2021-10-19 20:04:10.000000000 +0000
+++ libloki-0.1.7/debian/changelog	2024-02-01 09:30:06.000000000 +0000
@@ -1,3 +1,10 @@
+libloki (0.1.7-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 09:30:06 +0000
+
 libloki (0.1.7-5) unstable; urgency=medium
 
   * QA upload.
diff -Nru libloki-0.1.7/debian/control libloki-0.1.7/debian/control
--- libloki-0.1.7/debian/control	2021-01-26 01:00:59.000000000 +0000
+++ libloki-0.1.7/debian/control	2024-02-01 09:30:05.000000000 +0000
@@ -7,7 +7,10 @@
 Standards-Version: 3.9.2
 Homepage: https://loki-lib.sourceforge.net/
 
-Package: libloki0.1.7
+Package: libloki0.1.7t64
+Provides: ${t64:Provides}
+Replaces: libloki0.1.7
+Breaks: libloki0.1.7 (<< ${source:Version})
 Architecture: any
 Depends:
  ${shlibs:Depends},
@@ -25,7 +28,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libloki0.1.7 (= ${binary:Version}),
+ libloki0.1.7t64 (= ${binary:Version}),
  ${misc:Depends}
 Suggests: libloki-doc
 Description: C++ library of generic design patterns (development files)
diff -Nru libloki-0.1.7/debian/libloki0.1.7.install libloki-0.1.7/debian/libloki0.1.7.install
--- libloki-0.1.7/debian/libloki0.1.7.install	2021-01-26 00:46:43.000000000 +0000
+++ libloki-0.1.7/debian/libloki0.1.7.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/libloki.so.0.1.7
diff -Nru libloki-0.1.7/debian/libloki0.1.7t64.install libloki-0.1.7/debian/libloki0.1.7t64.install
--- libloki-0.1.7/debian/libloki0.1.7t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libloki-0.1.7/debian/libloki0.1.7t64.install	2021-01-26 00:46:43.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/libloki.so.0.1.7
diff -Nru libloki-0.1.7/debian/libloki0.1.7t64.lintian-overrides libloki-0.1.7/debian/libloki0.1.7t64.lintian-overrides
--- libloki-0.1.7/debian/libloki0.1.7t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libloki-0.1.7/debian/libloki0.1.7t64.lintian-overrides	2024-02-01 09:30:05.000000000 +0000
@@ -0,0 +1 @@
+libloki0.1.7t64: package-name-doesnt-match-sonames libloki0.1.7

--- End Message ---
--- Begin Message ---
Source: libloki
Source-Version: 0.1.7-5.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
libloki, 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 1062402@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 libloki 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 18:24:01 +0000
Source: libloki
Architecture: source
Version: 0.1.7-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062402
Changes:
 libloki (0.1.7-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062402
Checksums-Sha1:
 d7d4714ec81f2a02e387708c3cf892331e137cfa 1869 libloki_0.1.7-5.1.dsc
 ca017c56a4fd008270c995edfbf212072bfcd2d1 5720 libloki_0.1.7-5.1.debian.tar.xz
 91b7af59f18efc8c4499964b084c4d27bdda39cb 6218 libloki_0.1.7-5.1_source.buildinfo
Checksums-Sha256:
 b2061f84b16b1a0dbbe77b0a56ddfdd8eaf67344d237acd6f1a8a5db949b6e6d 1869 libloki_0.1.7-5.1.dsc
 84e819bfd96c0762d4b47185c441989629ebe891ca5fff8d8ff0cfdd1062115b 5720 libloki_0.1.7-5.1.debian.tar.xz
 f0f6f27286878e92d7e67431b7176c35bf2b40786d62cfafb48e32c3cc6269ea 6218 libloki_0.1.7-5.1_source.buildinfo
Files:
 7f4fdc0c48c2b4eeb91ea32f773850d6 1869 libs optional libloki_0.1.7-5.1.dsc
 dcc2994ca7fca05a7d3f38af9c555c56 5720 libs optional libloki_0.1.7-5.1.debian.tar.xz
 2a38d8b7ad854ce7d5c13525b159c245 6218 libs optional libloki_0.1.7-5.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfeksACgkQFZ61xO/I
d0x/Bw//VVvWzzo2pmMy5XD+vnTpVskiqjkL/5S99G8wXCuh3vIqt5zAp249gMb+
+6XY37ARq1hoNEY0x7hP8OSfggvBuXJNVxxa4Rcif3SxxI6+L0IbSMSsVfttigWJ
n/8mhoAxXCtLZ8gO00OB29gnMJOBiji7VS2rMjXgUhkglkXvMbwKXWlEQnT+vStB
KMu9g2IeRryMp7ln1FawXjyCGVR+YQqSLDrnLRo9+DsNZ6LI0bkZABe7dI38xC2Z
8hAJFtg+Yh94S0i1POAXtFrSfgHdMRyAHxxCZh++Ex36NhmumgRQ4CD+gyIXvjoM
jUsP/JmNMdRfTqG8To+TRhgioEXg3F5q/Zwjw4OPHgO6CqgwYRgAFi1BrNwqBGsX
Z8GNWdlbO0lldcp4symaCHYT9mQeS6wgvaocKEXg2GYMMe2b18yqdbxtgtIlAH7X
pglHlr47YnGvDBCD2AaDjwfapB9iZElAsjGP1llPL4avXI9Tvk9Zu6i/8J1mX25u
V3nwMg8V4CzbwsBvTtsqwAetEbHu9f1lBtM74mR4ndEX81CMkoqDcRbMOmButQJ/
I+ub99cOzVkTQaIfnEz2at0rwKtXjbjQPfV0j+Epo41uYL+a5yTCghhGpK7BqLDT
tekETWeY30Nvl1yv5laYbraYnG5vIf447UG69gZ0KAIfaUupAlE=
=4NGS
-----END PGP SIGNATURE-----

Attachment: pgpfu2LRrnhsz.pgp
Description: PGP signature


--- End Message ---

Reply to: