Your message dated Wed, 28 Feb 2024 18:15:37 +0000
with message-id <[email protected]>
and subject line Bug#1061905: fixed in cpp-hocon 0.3.0-1.1
has caused the Debian Bug report #1061905,
regarding cpp-hocon: 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 [email protected]
immediately.)
--
1061905: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061905
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cpp-hocon
Version: 0.3.0-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
cpp-hocon 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 cpp-hocon
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_WARN, 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 cpp-hocon-0.3.0/debian/changelog cpp-hocon-0.3.0/debian/changelog
--- cpp-hocon-0.3.0/debian/changelog 2020-08-25 10:48:42.000000000 +0000
+++ cpp-hocon-0.3.0/debian/changelog 2024-01-30 01:24:50.000000000 +0000
@@ -1,3 +1,10 @@
+cpp-hocon (0.3.0-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <[email protected]> Tue, 30 Jan 2024 01:24:50 +0000
+
cpp-hocon (0.3.0-1) unstable; urgency=medium
* New upstream release (Closes: #970379)
diff -Nru cpp-hocon-0.3.0/debian/control cpp-hocon-0.3.0/debian/control
--- cpp-hocon-0.3.0/debian/control 2020-08-25 10:46:30.000000000 +0000
+++ cpp-hocon-0.3.0/debian/control 2024-01-30 01:24:50.000000000 +0000
@@ -26,7 +26,10 @@
.
This package contains cpp-hocon's development headers.
-Package: libcpp-hocon0.3.0
+Package: libcpp-hocon0.3.0t64
+Provides: ${t64:Provides}
+Replaces: libcpp-hocon0.3.0
+Breaks: libcpp-hocon0.3.0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0.install
cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0.install
--- cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0.install 2018-07-31
07:40:05.000000000 +0000
+++ cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0t64.install
cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0t64.install
--- cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0t64.install 1970-01-01
00:00:00.000000000 +0000
+++ cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0t64.install 2018-07-31
07:40:05.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0t64.lintian-overrides
cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0t64.lintian-overrides
--- cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ cpp-hocon-0.3.0/debian/libcpp-hocon0.3.0t64.lintian-overrides
2024-01-30 01:24:50.000000000 +0000
@@ -0,0 +1 @@
+libcpp-hocon0.3.0t64: package-name-doesnt-match-sonames libcpp-hocon0.3.0
--- End Message ---
--- Begin Message ---
Source: cpp-hocon
Source-Version: 0.3.0-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
cpp-hocon, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated cpp-hocon 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 17:36:41 +0000
Source: cpp-hocon
Architecture: source
Version: 0.3.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Puppet Package Maintainers
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061905
Changes:
cpp-hocon (0.3.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1061905
Checksums-Sha1:
a27ce67939997a5ff0025ab54bc83fc4276fcac2 2156 cpp-hocon_0.3.0-1.1.dsc
7501ec9da03df2dbb1957b521c7763db44a2e69f 3280 cpp-hocon_0.3.0-1.1.debian.tar.xz
14726633f1d243dbb494c4730402c93fe805defc 9224
cpp-hocon_0.3.0-1.1_source.buildinfo
Checksums-Sha256:
f80a08470552b6d29ed9b89211a289d3d7a65f9b88c759fcd606954c03005f00 2156
cpp-hocon_0.3.0-1.1.dsc
5e24415f03b74bf3dcd96b666a3393aa6aa2ff8a81aee5a9fc8653fdfb83e93c 3280
cpp-hocon_0.3.0-1.1.debian.tar.xz
ae4448741ccbfba385550027e69cce4d77893781b70df1e604365fa4c0ee8c62 9224
cpp-hocon_0.3.0-1.1_source.buildinfo
Files:
fe5f79a186c5046c2e861aaf5d4103d0 2156 libs optional cpp-hocon_0.3.0-1.1.dsc
6b6c07bd22d489945a64020740dec556 3280 libs optional
cpp-hocon_0.3.0-1.1.debian.tar.xz
9ae9b7dc96dc3ab3d578cd938a1ae549 9224 libs optional
cpp-hocon_0.3.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfb8cSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9BTQP/iFpyjXcvBuhvACdZi/PyzzaFdgtYiL2
Uv1C8tDZekLkSGFRkVq60eQrKVfbpcgMzc9arz4/U5EgVRvdk75k07Mke0l4zzgy
q4rksMkYFqg8LPZQ7gYqPVqTdMB0cZradQHs2gloUiS+1dpQ7sjot9EWlIZstpVT
fjH5+KqNnB60XuSwjUzLBwoU5p4nCQCt2NdvGdn75BJBEAfIifg0uaw6lQCWMKFa
Vl37XmhSOHAU7YhrvW+sngH7Nd0Dgo62VKxeuQfn57ep4GekFtFQESGWFBxgCC1o
jKhE3xYnUjy2Rs8E2NwK1JoD9vs06SKAyQWuPaxLIzE0ZPkaSsbOa1QUWQbkzP8Q
OBZG7ekx+qXJmWyAyBuKGLNKLBtsb06d7t/EFau0DRQlx1xETsIQN6+siy1TbrZ8
cZjC2yEFcmOGOCwnFIlFnIGylYMH5nOobPGn8HhQGF9LHQ3ESwNJHZ3gwFRYEprP
mqFzXeyasYkp2RLdlylkVgGCNd3sDqgX8y7CO3/I7LNwpXPZiK246VaZUK1yDOHk
pyQ0QuE6BgUwkM3YvPMNqUmVy8tq590ZJ7YPyjejL2+LVu3z1RAzLs2sEF04jTmY
wzHE+1MbVsQS0TA/jBqa5woDpy8FPjVT+TvDhpH9P7veOkM7C5BVJs8pgSU0v+5g
0E3CO6uKDQzg
=HqD8
-----END PGP SIGNATURE-----
pgpEaGfavehDm.pgp
Description: PGP signature
--- End Message ---