Your message dated Sat, 02 Mar 2024 08:43:09 +0000
with message-id <[email protected]>
and subject line Bug#1061959: fixed in fxt 0.3.13-4.1
has caused the Debian Bug report #1061959,
regarding fxt: 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.)
--
1061959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061959
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fxt
Version: 0.3.13-4
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
fxt 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 fxt
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')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-14-generic (SMP w/8 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 fxt-0.3.13/debian/changelog fxt-0.3.13/debian/changelog
--- fxt-0.3.13/debian/changelog 2023-12-26 00:26:01.000000000 +0000
+++ fxt-0.3.13/debian/changelog 2024-01-30 13:49:11.000000000 +0000
@@ -1,3 +1,10 @@
+fxt (0.3.13-4.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian <[email protected]> Tue, 30 Jan 2024 13:49:11 +0000
+
fxt (0.3.13-4) unstable; urgency=medium
* rules: Fix FTCBFS: Do not pass host cflags to native build.
diff -Nru fxt-0.3.13/debian/control fxt-0.3.13/debian/control
--- fxt-0.3.13/debian/control 2022-09-17 02:13:24.000000000 +0000
+++ fxt-0.3.13/debian/control 2024-01-30 13:49:11.000000000 +0000
@@ -15,7 +15,7 @@
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libfxt2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libfxt2t64 (= ${binary:Version})
Description: Multithreaded tracing library
FxT is a library and associated tools that can be used to analyze the
performance of multithreaded programs which can potentially use a
@@ -28,7 +28,10 @@
.
This package contains static libraries and development headers.
-Package: libfxt2
+Package: libfxt2t64
+Provides: ${t64:Provides}
+Replaces: libfxt2
+Breaks: libfxt2 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru fxt-0.3.13/debian/libfxt2.install fxt-0.3.13/debian/libfxt2.install
--- fxt-0.3.13/debian/libfxt2.install 2021-05-06 22:35:21.000000000 +0000
+++ fxt-0.3.13/debian/libfxt2.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru fxt-0.3.13/debian/libfxt2t64.install
fxt-0.3.13/debian/libfxt2t64.install
--- fxt-0.3.13/debian/libfxt2t64.install 1970-01-01 00:00:00.000000000
+0000
+++ fxt-0.3.13/debian/libfxt2t64.install 2021-05-06 22:35:21.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru fxt-0.3.13/debian/libfxt2t64.lintian-overrides
fxt-0.3.13/debian/libfxt2t64.lintian-overrides
--- fxt-0.3.13/debian/libfxt2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ fxt-0.3.13/debian/libfxt2t64.lintian-overrides 2024-01-30
13:49:11.000000000 +0000
@@ -0,0 +1 @@
+libfxt2t64: package-name-doesnt-match-sonames libfxt2
--- End Message ---
--- Begin Message ---
Source: fxt
Source-Version: 0.3.13-4.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
fxt, 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 fxt 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: Sat, 02 Mar 2024 08:02:12 +0000
Source: fxt
Architecture: source
Version: 0.3.13-4.1
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061959
Changes:
fxt (0.3.13-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1061959
Checksums-Sha1:
90134fd4e07e64d55e7be1352c00bd88a4fe5451 2110 fxt_0.3.13-4.1.dsc
129491e460723a396e6b992c0b13dfc832ffb672 4968 fxt_0.3.13-4.1.debian.tar.xz
693bf8ba4edcfdf0d91189f784fed682c443d8ea 5931 fxt_0.3.13-4.1_source.buildinfo
Checksums-Sha256:
37746a825047e611575220e5a6f6c7037e46dbdda3abc8e419ced671d5f8ce7e 2110
fxt_0.3.13-4.1.dsc
e177fcef51b3f30be08a4fddde46e93cf1779717dc5f3f9b6f5977225e395231 4968
fxt_0.3.13-4.1.debian.tar.xz
eaa21b7145cfd070d506fada12d2820c3fa5699a184ba7c712be9cc3f66d5a48 5931
fxt_0.3.13-4.1_source.buildinfo
Files:
681151f86b5bc009c99cf38877fa1080 2110 libs optional fxt_0.3.13-4.1.dsc
29a49be80bf53409c2fa000e889a5b3d 4968 libs optional
fxt_0.3.13-4.1.debian.tar.xz
37d7635b3bb857aeb3e1f434ce3771d7 5931 libs optional
fxt_0.3.13-4.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXi3RcSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9UW4P/iZR4Sqs7stDMhEIFcXp2Ib2e46Nf0pZ
m79UTof/S9Nk9efY8sfDtAu/UpGsPiPgh/OK+OEzORRFArlr3f7FBkIXeMdB7IKa
RXh2u+gtzf164d1GcRL27Cfbyouzhe+H/Xmo0hqvRutts8X4bX8tpi0nxjTKPjLq
zZCUpOO5wRcEKr7NGtVNE17h0nRZetq/6g9++ukzHFl8demzHnKAFexwrI57DC/c
Edee8rHR+WXzasp1WwqwdwE+WGCfzbvvfMSFeuUpMOgjbDPuUEvDyjM+P6Tssnd1
coClXEY214skTb7e+FRs2jI6e0plJp/engwrNqogVINyBu8x59vwJucDOTZJPRDR
96a56l8m5LQ90mx8zAyeo4cqPPPJNvIuI6Oc5mYSTnxJprgTIrTcjR/7nvU5IAg8
icTX1WBpwMZzKaTNSEeDTsV4DWWtfjFxKLYVFEhqjksUdoPz484F9PbTEe+g24Kj
fnJgifjo/N7HL8ZCbE08u+AVhL6gOBLb78ClpVMNe7XYg5WYxuwY8zddLiVHGtPJ
sry7bsMPZlo1HTCyZPCTR9b4pJ9NL4vih19KaVCkKiLoSELjwD8OKeL1KPYcj74k
8CjI6TRQR58t5Kb2mI3pnFZhedoFemacE0UO1Dd3qSSD6tv6ZGOAtkixYAOUVuK9
PTQt8nObpU/6
=EKX5
-----END PGP SIGNATURE-----
pgpaUbMyIPjZT.pgp
Description: PGP signature
--- End Message ---