Your message dated Thu, 29 Feb 2024 17:49:53 +0000
with message-id <[email protected]>
and subject line Bug#1062915: fixed in soqt 1.6.0+ds1-3.1
has caused the Debian Bug report #1062915,
regarding soqt: 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.)
--
1062915: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062915
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: soqt
Version: 1.6.0+ds1-3
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
soqt 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 soqt
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-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_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 soqt-1.6.0+ds1/debian/changelog soqt-1.6.0+ds1/debian/changelog
--- soqt-1.6.0+ds1/debian/changelog 2020-06-28 20:40:49.000000000 +0000
+++ soqt-1.6.0+ds1/debian/changelog 2024-02-03 23:20:32.000000000 +0000
@@ -1,3 +1,10 @@
+soqt (1.6.0+ds1-3.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <[email protected]> Sat, 03 Feb 2024 23:20:32
+0000
+
soqt (1.6.0+ds1-3) unstable; urgency=medium
* Reuploaded with sources. Should fix FTBFS.
diff -Nru soqt-1.6.0+ds1/debian/control soqt-1.6.0+ds1/debian/control
--- soqt-1.6.0+ds1/debian/control 2020-06-28 20:40:42.000000000 +0000
+++ soqt-1.6.0+ds1/debian/control 2024-02-03 23:20:32.000000000 +0000
@@ -16,7 +16,10 @@
Homepage: https://github.com/coin3d/soqt
Rules-Requires-Root: no
-Package: libsoqt520
+Package: libsoqt520t64
+Provides: ${t64:Provides}
+Replaces: libsoqt520
+Breaks: libsoqt520 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${misc:Depends},
@@ -33,7 +36,7 @@
Section: libdevel
Depends: libcoin-dev,
libqt5opengl5-dev,
- libsoqt520 (= ${binary:Version}),
+ libsoqt520t64 (= ${binary:Version}),
qtbase5-dev,
${misc:Depends}
Breaks: libsoqt-dev-common,
diff -Nru soqt-1.6.0+ds1/debian/libsoqt520.install
soqt-1.6.0+ds1/debian/libsoqt520.install
--- soqt-1.6.0+ds1/debian/libsoqt520.install 2020-06-28 20:40:42.000000000
+0000
+++ soqt-1.6.0+ds1/debian/libsoqt520.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru soqt-1.6.0+ds1/debian/libsoqt520t64.install
soqt-1.6.0+ds1/debian/libsoqt520t64.install
--- soqt-1.6.0+ds1/debian/libsoqt520t64.install 1970-01-01 00:00:00.000000000
+0000
+++ soqt-1.6.0+ds1/debian/libsoqt520t64.install 2020-06-28 20:40:42.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru soqt-1.6.0+ds1/debian/libsoqt520t64.lintian-overrides
soqt-1.6.0+ds1/debian/libsoqt520t64.lintian-overrides
--- soqt-1.6.0+ds1/debian/libsoqt520t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ soqt-1.6.0+ds1/debian/libsoqt520t64.lintian-overrides 2024-02-03
23:20:32.000000000 +0000
@@ -0,0 +1 @@
+libsoqt520t64: package-name-doesnt-match-sonames libsoqt520
--- End Message ---
--- Begin Message ---
Source: soqt
Source-Version: 1.6.0+ds1-3.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
soqt, 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.
Benjamin Drung <[email protected]> (supplier of updated soqt 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 17:10:27 +0000
Source: soqt
Architecture: source
Version: 1.6.0+ds1-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062915
Changes:
soqt (1.6.0+ds1-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062915
Checksums-Sha1:
7ae3a66fa87db441f459dd033fd9c4ee4228ca19 2728 soqt_1.6.0+ds1-3.1.dsc
791b934d9a266f1fcf8bad78120475289eba819f 10588 soqt_1.6.0+ds1-3.1.debian.tar.xz
dd537bd96d333387e92918a8a3c2648187298580 12192
soqt_1.6.0+ds1-3.1_source.buildinfo
Checksums-Sha256:
19dd8546c7f7c826dcfbcbd65024e85a7352a1a99ae1a25531b9760458b7133b 2728
soqt_1.6.0+ds1-3.1.dsc
4e7972ab3e93a0150b8fd4f8f5939e2be90a13ded91ec512e9d2611212668b3b 10588
soqt_1.6.0+ds1-3.1.debian.tar.xz
f6095426fcfba482968ecfcfce3f28925eec53bcd94b42239ce79253a70cce4f 12192
soqt_1.6.0+ds1-3.1_source.buildinfo
Files:
9a8b2bbc865612d92801c9de1dd761b0 2728 graphics optional soqt_1.6.0+ds1-3.1.dsc
821ab2baf27dae882eb9b4575bc0e2ac 10588 graphics optional
soqt_1.6.0+ds1-3.1.debian.tar.xz
ba8e4a5b879b5bd2b7c93a743cb1835d 12192 graphics optional
soqt_1.6.0+ds1-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXguqIACgkQFZ61xO/I
d0zJohAAmjHL0bTg0rR6xKGdtT5dmqLRAfS9zAet93xCjj5HLLDzl4mLaeq9yS/Z
vr+trtcflR5ZDQqKvD59Yfnfx046H49Ixz/hMoqyJBwF2yM6oFMIkpN5z6ss/XUK
HaUCVxLzk2CUUVKY0js8W34mDO2d/WC5bEQLfeQ9nmHnAty/JFDIwPaSQFxHLWli
mOWWyrOqvHBNIRvSXkxaaneNlnS7Qr4GemIhJdOfBsxK/HDhOu6h9Zu3TBuLSiuk
ZRq0iq39O4EPn041KpJ9ppna6lWgyPK6Wcceqw0QsLgdDWEe3qRgBizTOuzP/VOY
oqJnD+R7Ti7p5ISue3DwljTBXY7M0xoDQZHptYIEd9NqRz0/NVvPlk100rluZA8R
C3KKVSwed6BpLiriHxLelWtCWwfwdLkvq6nONtwihT5UWxThlj2vLePO0ypF5QC6
sQt6saRCEV1aRhEXC/wI+SupXwvEOiwuUHP1meOhmXqccOcS9+jV+NgoutnFgNOx
8AkE/mM7Gv0PHrj/OUXE3cVuA+oFiKgXWAMRVex8liWedcccYRr9gMduF6v5rXPX
odh9AW8KWUYu23b+HgL/0FtfUYupYiwvZutoBHgiuvceEoybrgIkedGUCCRQtbM8
L+9caO+a6amBBrlylSYePHwYLGyKNj5W6xFUW/VQEYc8IQC4XdA=
=ypXS
-----END PGP SIGNATURE-----
pgpPNrPNQBMbB.pgp
Description: PGP signature
--- End Message ---