Your message dated Thu, 29 Feb 2024 10:46:59 +0000
with message-id <[email protected]>
and subject line Bug#1062668: fixed in log4cplus 2.0.8-1.1
has caused the Debian Bug report #1062668,
regarding log4cplus: 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.)
--
1062668: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062668
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: log4cplus
Version: 2.0.8-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
log4cplus 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 log4cplus
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/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru log4cplus-2.0.8/debian/changelog log4cplus-2.0.8/debian/changelog
--- log4cplus-2.0.8/debian/changelog 2022-10-09 09:29:34.000000000 +0000
+++ log4cplus-2.0.8/debian/changelog 2024-02-02 15:26:45.000000000 +0000
@@ -1,3 +1,10 @@
+log4cplus (2.0.8-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Fri, 02 Feb 2024 15:26:45 +0000
+
log4cplus (2.0.8-1) unstable; urgency=medium
* New upstream version 2.0.8
diff -Nru log4cplus-2.0.8/debian/control log4cplus-2.0.8/debian/control
--- log4cplus-2.0.8/debian/control 2022-10-09 09:16:35.000000000 +0000
+++ log4cplus-2.0.8/debian/control 2024-02-02 15:26:45.000000000 +0000
@@ -18,7 +18,10 @@
Vcs-Git: https://salsa.debian.org/debian/log4cplus.git
Rules-Requires-Root: no
-Package: liblog4cplus-2.0.5
+Package: liblog4cplus-2.0.5t64
+Provides: ${t64:Provides}
+Replaces: liblog4cplus-2.0.5
+Breaks: liblog4cplus-2.0.5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
@@ -34,7 +37,7 @@
Multi-Arch: same
Section: libdevel
Depends:
- liblog4cplus-2.0.5 (= ${binary:Version}),
+ liblog4cplus-2.0.5t64 (= ${binary:Version}),
${misc:Depends}
Description: C++ logging API modeled after the Java log4j API - development
library
log4cplus is a simple to use C++ logging API providing thread-safe,
diff -Nru log4cplus-2.0.8/debian/liblog4cplus-2.0.5.install
log4cplus-2.0.8/debian/liblog4cplus-2.0.5.install
--- log4cplus-2.0.8/debian/liblog4cplus-2.0.5.install 2022-03-29
13:18:42.000000000 +0000
+++ log4cplus-2.0.8/debian/liblog4cplus-2.0.5.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/liblog4cplus-2.0.so.*
diff -Nru log4cplus-2.0.8/debian/liblog4cplus-2.0.5.lintian-overrides
log4cplus-2.0.8/debian/liblog4cplus-2.0.5.lintian-overrides
--- log4cplus-2.0.8/debian/liblog4cplus-2.0.5.lintian-overrides 2022-10-09
09:16:35.000000000 +0000
+++ log4cplus-2.0.8/debian/liblog4cplus-2.0.5.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-# Upstream does not maintain an intended SO Name, so using package version as
substitute.
-liblog4cplus-2.0.5: package-name-doesnt-match-sonames liblog4cplus-2.0-3
-# Not doing symbols files for C++ libraries.
-liblog4cplus-2.0.5: no-symbols-control-file
usr/lib/x86_64-linux-gnu/liblog4cplus-2.0.so.3.4.*
diff -Nru log4cplus-2.0.8/debian/liblog4cplus-2.0.5t64.install
log4cplus-2.0.8/debian/liblog4cplus-2.0.5t64.install
--- log4cplus-2.0.8/debian/liblog4cplus-2.0.5t64.install 1970-01-01
00:00:00.000000000 +0000
+++ log4cplus-2.0.8/debian/liblog4cplus-2.0.5t64.install 2022-03-29
13:18:42.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/liblog4cplus-2.0.so.*
diff -Nru log4cplus-2.0.8/debian/liblog4cplus-2.0.5t64.lintian-overrides
log4cplus-2.0.8/debian/liblog4cplus-2.0.5t64.lintian-overrides
--- log4cplus-2.0.8/debian/liblog4cplus-2.0.5t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ log4cplus-2.0.8/debian/liblog4cplus-2.0.5t64.lintian-overrides
2024-02-02 15:26:45.000000000 +0000
@@ -0,0 +1,5 @@
+# Upstream does not maintain an intended SO Name, so using package version as
substitute.
+liblog4cplus-2.0.5t64: package-name-doesnt-match-sonames liblog4cplus-2.0-3
+# Not doing symbols files for C++ libraries.
+liblog4cplus-2.0.5t64: no-symbols-control-file
usr/lib/x86_64-linux-gnu/liblog4cplus-2.0.so.3.4.*
+liblog4cplus-2.0.5t64: package-name-doesnt-match-sonames liblog4cplus-2.0.5
--- End Message ---
--- Begin Message ---
Source: log4cplus
Source-Version: 2.0.8-1.1
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
log4cplus, 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.
Graham Inggs <[email protected]> (supplier of updated log4cplus 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: Thu, 29 Feb 2024 09:42:58 +0000
Source: log4cplus
Architecture: source
Version: 2.0.8-1.1
Distribution: unstable
Urgency: medium
Maintainer: Andrew Pollock <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1062668
Changes:
log4cplus (2.0.8-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062668
Checksums-Sha1:
6322a6be676122f0386a87b1f413ff10b062f729 2390 log4cplus_2.0.8-1.1.dsc
0a0d529af83fbbe8a2e2fda2148395afebf88f74 13220
log4cplus_2.0.8-1.1.debian.tar.xz
c8907ca7ce6800078dda6dd91b06789a04e02040 7474
log4cplus_2.0.8-1.1_source.buildinfo
Checksums-Sha256:
e722754bdc601ee0f18ca87fab55d40494856e9a53bd2e6bf1bcd30497ce0921 2390
log4cplus_2.0.8-1.1.dsc
10fbd8b3b57c57d899ffe6cd5e4d6be90848b682ce3e9b918b128b0209fe1cf3 13220
log4cplus_2.0.8-1.1.debian.tar.xz
a72b1e248f28974e8dac6f0d289daf06dbe73b708accb16d2d52ae230c945fc7 7474
log4cplus_2.0.8-1.1_source.buildinfo
Files:
43c289dbffb707065ad4e0ee7bcaf4e4 2390 libs optional log4cplus_2.0.8-1.1.dsc
394de8c137bc4a241a6e8efbab97184b 13220 libs optional
log4cplus_2.0.8-1.1.debian.tar.xz
b109ff48677297c8255b5c84bccfca5d 7474 libs optional
log4cplus_2.0.8-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgUfkACgkQr8/sjmac
4cKWKA/+K9yK1PgeTObNzIFBhOqDzaeuM0hCneYnyQU357/yKueIemuKF16N5Dr7
WTbQ1EcFiFZOWhrvV9uLphTuuGS6oizMIrG6K+hyPgLJ9PVl0+sajvQLlxGfENZE
Mbwr40pAA0QKSAaEu0hUv0eOylvWF1g2FO5vsQK04vZi23yAWE7eJ/xGtP0byXT2
W3H75FhRUn38ufE4wom5AUwDzPr0IkgeBGu7WP+41gPrfTg8+sAUfmp4fX3IUGg5
1aCOKVwjK6RQY4f3ylAtvxv83sYf0Vb1qjOgodVjIvPHlr89IIuroS908aLplmHm
RlRsYcmR7+gIHcQvXO95uP+RkQsow0JvpZXNU5w0pmz1E7hjEYO3hnpGk1bWju3M
PkDvw7KbDfaMvlW1qL6K6wxz152Tq9qNO3zq7KmDMJNg0mEEYy4dHJCBEMAgCN8h
cqisYcb3o3lTElofPuq9kjVvxDX+jlCcf+VaL1qGHWvstofK3ba+AzWwWAUrXt0m
fxdD17WF7rWHtQy7sL4M578tkK3hf2tjsEmMiTDuHXHBGc8w7lYNF895KSUu6ZXa
XRKTE8ceY4MQywbWTgv5Kzn0aW2LyGkvuV08bx1xWOEnMNzLHBhTkgugFQkobtO4
maUkV6b5k2Fhv4fhlNL/4j7+Imo+/vSjB2LdGD+vF/3YYa0IuiA=
=6G+7
-----END PGP SIGNATURE-----
pgpR4VxXEKshI.pgp
Description: PGP signature
--- End Message ---