Your message dated Wed, 28 Feb 2024 19:57:22 -0500
with message-id
<qaol6qnnspgyihx5ocdiiqbrruihqtkwubl247rlewrmqxn3uw@obeiprp3srf7>
and subject line Re: Bug#1062674: lua-compat53: NMU diff for 64-bit time_t
transition
has caused the Debian Bug report #1062674,
regarding lua-compat53: 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 ow...@bugs.debian.org
immediately.)
--
1062674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lua-compat53
Version: 0.7-2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
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
lua-compat53 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 lua-compat53
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 lua-compat53-0.7/debian/changelog lua-compat53-0.7/debian/changelog
--- lua-compat53-0.7/debian/changelog 2019-10-29 03:42:31.000000000 +0000
+++ lua-compat53-0.7/debian/changelog 2024-02-02 16:17:27.000000000 +0000
@@ -1,3 +1,10 @@
+lua-compat53 (0.7-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org> Fri, 02 Feb 2024 16:17:27 +0000
+
lua-compat53 (0.7-2) unstable; urgency=medium
* Upload to unstable
diff -Nru lua-compat53-0.7/debian/control lua-compat53-0.7/debian/control
--- lua-compat53-0.7/debian/control 2019-10-29 03:42:31.000000000 +0000
+++ lua-compat53-0.7/debian/control 2024-02-02 16:17:26.000000000 +0000
@@ -14,13 +14,15 @@
Vcs-Git: https://salsa.debian.org/lua-team/lua-compat53/
Vcs-Browser: https://salsa.debian.org/lua-team/lua-compat53/
-Package: lua-compat53
+Package: lua-compat53t64
+Replaces: lua-compat53
+Breaks: lua-compat53 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
-Provides:
+Provides: ${t64:Provides},
${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Lua-5.3-style APIs for Lua 5.2 and 5.1
@@ -36,7 +38,7 @@
${misc:Pre-Depends},
Section: libdevel
Depends:
- lua-compat53 (= ${binary:Version}),
+ lua-compat53t64 (= ${binary:Version}),
${misc:Depends},
Provides:
${lua:Provides},
@@ -47,4 +49,4 @@
5.3. This does not make Lua 5.2 (or even Lua 5.1) entirely compatible
with Lua 5.3, but it brings the API closer to that of Lua 5.3.
.
- This package provides the static library and header files for lua-compat53
+ This package provides the static library and header files for lua-compat53t64
diff -Nru lua-compat53-0.7/debian/lua-compat53.docs
lua-compat53-0.7/debian/lua-compat53.docs
--- lua-compat53-0.7/debian/lua-compat53.docs 2019-10-29 03:42:31.000000000
+0000
+++ lua-compat53-0.7/debian/lua-compat53.docs 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-README.md
diff -Nru lua-compat53-0.7/debian/lua-compat53.lintian-overrides
lua-compat53-0.7/debian/lua-compat53.lintian-overrides
--- lua-compat53-0.7/debian/lua-compat53.lintian-overrides 2019-10-29
03:42:31.000000000 +0000
+++ lua-compat53-0.7/debian/lua-compat53.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-lua-compat53: package-name-doesnt-match-sonames *
diff -Nru lua-compat53-0.7/debian/lua-compat53t64.docs
lua-compat53-0.7/debian/lua-compat53t64.docs
--- lua-compat53-0.7/debian/lua-compat53t64.docs 1970-01-01
00:00:00.000000000 +0000
+++ lua-compat53-0.7/debian/lua-compat53t64.docs 2019-10-29
03:42:31.000000000 +0000
@@ -0,0 +1 @@
+README.md
diff -Nru lua-compat53-0.7/debian/lua-compat53t64.lintian-overrides
lua-compat53-0.7/debian/lua-compat53t64.lintian-overrides
--- lua-compat53-0.7/debian/lua-compat53t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ lua-compat53-0.7/debian/lua-compat53t64.lintian-overrides 2024-02-02
16:17:26.000000000 +0000
@@ -0,0 +1,2 @@
+lua-compat53t64: package-name-doesnt-match-sonames *
+lua-compat53t64: package-name-doesnt-match-sonames lua-compat53
--- End Message ---
--- Begin Message ---
On Sun, Feb 25, 2024 at 10:56:53PM -0800, Steve Langasek wrote:
> Control: tags -1 - pending
>
> Seeing that '53' is not an soname, I don't think we should NMU this to
> unstable. Untagging.
This was opened because a) the 53 was interpreted as an soname and b)
the analysis couldn't run. The latter is because abi-compliance-checker
was trying to include lua.h from Lua 5.4, which isn't valid for this
package.
Re-running the analysis with Lua 5.1's lua.h shows that neither LFS nor
time_t have an effect on the ABI. Closing.
Cheers,
--
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB
--- End Message ---