Your message dated Wed, 28 Feb 2024 12:07:56 +0000
with message-id <[email protected]>
and subject line Bug#1062457: fixed in irrlicht 1.8.5+ds2-1.1
has caused the Debian Bug report #1062457,
regarding irrlicht: 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.)
--
1062457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062457
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: irrlicht
Version: 1.8.5+ds2-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
irrlicht 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 irrlicht
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 irrlicht-1.8.5+ds2/debian/changelog
irrlicht-1.8.5+ds2/debian/changelog
--- irrlicht-1.8.5+ds2/debian/changelog 2023-01-04 21:03:53.000000000 +0000
+++ irrlicht-1.8.5+ds2/debian/changelog 2024-02-01 15:44:38.000000000 +0000
@@ -1,3 +1,10 @@
+irrlicht (1.8.5+ds2-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Thu, 01 Feb 2024 15:44:38 +0000
+
irrlicht (1.8.5+ds2-1) unstable; urgency=medium
[ Vincent Cheng ]
diff -Nru irrlicht-1.8.5+ds2/debian/control irrlicht-1.8.5+ds2/debian/control
--- irrlicht-1.8.5+ds2/debian/control 2023-01-04 21:03:53.000000000 +0000
+++ irrlicht-1.8.5+ds2/debian/control 2024-02-01 15:44:38.000000000 +0000
@@ -27,7 +27,7 @@
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libirrlicht1.8 (= ${binary:Version}), ${misc:Depends}
+Depends: libirrlicht1.8t64 (= ${binary:Version}), ${misc:Depends}
Suggests: libirrlicht-doc
Description: High performance realtime 3D engine development library
The Irrlicht Engine is an open source completely cross-platform 3D engine.
@@ -37,7 +37,10 @@
.
This package contains the development library.
-Package: libirrlicht1.8
+Package: libirrlicht1.8t64
+Provides: ${t64:Provides}
+Replaces: libirrlicht1.8
+Breaks: libirrlicht1.8 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
diff -Nru irrlicht-1.8.5+ds2/debian/libirrlicht1.8.install
irrlicht-1.8.5+ds2/debian/libirrlicht1.8.install
--- irrlicht-1.8.5+ds2/debian/libirrlicht1.8.install 2023-01-04
21:03:53.000000000 +0000
+++ irrlicht-1.8.5+ds2/debian/libirrlicht1.8.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru irrlicht-1.8.5+ds2/debian/libirrlicht1.8t64.install
irrlicht-1.8.5+ds2/debian/libirrlicht1.8t64.install
--- irrlicht-1.8.5+ds2/debian/libirrlicht1.8t64.install 1970-01-01
00:00:00.000000000 +0000
+++ irrlicht-1.8.5+ds2/debian/libirrlicht1.8t64.install 2023-01-04
21:03:53.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru irrlicht-1.8.5+ds2/debian/libirrlicht1.8t64.lintian-overrides
irrlicht-1.8.5+ds2/debian/libirrlicht1.8t64.lintian-overrides
--- irrlicht-1.8.5+ds2/debian/libirrlicht1.8t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ irrlicht-1.8.5+ds2/debian/libirrlicht1.8t64.lintian-overrides
2024-02-01 15:44:38.000000000 +0000
@@ -0,0 +1 @@
+libirrlicht1.8t64: package-name-doesnt-match-sonames libirrlicht1.8
--- End Message ---
--- Begin Message ---
Source: irrlicht
Source-Version: 1.8.5+ds2-1.1
Done: Lukas Märdian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
irrlicht, 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.
Lukas Märdian <[email protected]> (supplier of updated irrlicht 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 11:45:25 +0000
Source: irrlicht
Architecture: source
Version: 1.8.5+ds2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062457
Changes:
irrlicht (1.8.5+ds2-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062457
Checksums-Sha1:
05e9a8ba801c860d0e4ec1b0d405dee6e62517a0 2344 irrlicht_1.8.5+ds2-1.1.dsc
1cbfa74bf0b96ac77dac4deeac06817f98e24a2b 50412
irrlicht_1.8.5+ds2-1.1.debian.tar.xz
4c923def7faae59879a511c9edac8dfe969465fb 11421
irrlicht_1.8.5+ds2-1.1_source.buildinfo
Checksums-Sha256:
ef3b83ce5d81abfd169cbecd0b7e889f9eb59a2f743b54634152a9e6b9fb8f71 2344
irrlicht_1.8.5+ds2-1.1.dsc
5a439f7ac6b25862b86d2d63908a0d33b522e657a45ea635f09cf809793cd00b 50412
irrlicht_1.8.5+ds2-1.1.debian.tar.xz
af6e6740986882228e6323719421b3b67542a6fa61bbdbb0f078a18034a48604 11421
irrlicht_1.8.5+ds2-1.1_source.buildinfo
Files:
4081515b6005ac101f2a84e01542f215 2344 libs optional irrlicht_1.8.5+ds2-1.1.dsc
e326c129df925a542f18ccada996859e 50412 libs optional
irrlicht_1.8.5+ds2-1.1.debian.tar.xz
be052567bd4ac366ed5258a747d72044 11421 libs optional
irrlicht_1.8.5+ds2-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfHZsRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIsK0w/+OP/5uiEzm3ao6F4hb26mqj800ihgwiQ/
WVu0YHYXqTHDR4nPaZEjOqr4b26UQvT3rPrUcXJrbsTRM0dJZ+nFJBb/dZlQLQD4
0Fv1cZKr15uRKe9h68AkwUfbjgRKFSDdKM/gMQ55Na8NaK7JbziqrhyCUp/zMgyl
b6bKnqV/bgP8E5nTAMRO1QSYiZImdoBsM2KIsFSkj5gG0JxqcxV1tDOYtQB00Aqb
Dqgu2bO1Wo534+4H9n3Pw3dVOy+s46QlKfuSSb+UijyKjgrotcWqFcaYCt592J6W
5p1ZLhYJ14UaWjEYjWxppVrDOHhHidq9u87ZdkqkkNd6ozsWDHL4GuZTWWMAwh7V
5ZytUDoJGG5MYouyfkn5JzZ9bhMW8Ow/Ibm31Zr+nCs7GKiPTFIEKI0WrKuPPaPl
7cmRhbwKcxVzV8jOUTy6oFxDGe7c6vuNZMijrOCxwiplTGorExK1KCRz9uWuY/DU
VdpK1vFNpWyFxGqRuDNo29/EQaX6b8641pK8Rvz/PwMy8bqnlTowscAeGKpKwrjD
l2OFHp0LzvgUx0vs+2na99AD1qJxVjigXgUif0YfvMQCQURsw98GPrG9NK8mDGgH
5OFoOhbOCTOlTSs6AKQAcanXV5R4xuLPR323p4VnA2n02UK24EZ2gqu01EWBEVFQ
c6nxCSkYFsY=
=iVwA
-----END PGP SIGNATURE-----
pgpVtIlV1_iZY.pgp
Description: PGP signature
--- End Message ---