Your message dated Wed, 28 Feb 2024 03:39:06 +0000
with message-id <[email protected]>
and subject line Bug#1062520: fixed in ecl 21.2.1+ds-4.1
has caused the Debian Bug report #1062520,
regarding ecl: 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.)
--
1062520: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062520
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ecl
Version: 21.2.1+ds-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
ecl 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 ecl
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/16 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 ecl-21.2.1+ds/debian/changelog ecl-21.2.1+ds/debian/changelog
--- ecl-21.2.1+ds/debian/changelog 2022-01-15 08:32:24.000000000 +0000
+++ ecl-21.2.1+ds/debian/changelog 2024-02-01 18:24:20.000000000 +0000
@@ -1,3 +1,10 @@
+ecl (21.2.1+ds-4.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Michael Hudson-Doyle <[email protected]> Thu, 01 Feb 2024 18:24:20 +0000
+
ecl (21.2.1+ds-4) unstable; urgency=medium
* Add dependency on libecl-dev to ecl.
diff -Nru ecl-21.2.1+ds/debian/control ecl-21.2.1+ds/debian/control
--- ecl-21.2.1+ds/debian/control 2022-01-15 08:32:14.000000000 +0000
+++ ecl-21.2.1+ds/debian/control 2024-02-01 18:24:20.000000000 +0000
@@ -27,7 +27,7 @@
Package: ecl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- libecl21.2 (= ${binary:Version}), libecl-dev (= ${binary:Version}),
+ libecl21.2t64 (= ${binary:Version}), libecl-dev (= ${binary:Version}),
libffi-dev, libgmp-dev, libncurses5-dev, libgc-dev, libatomic-ops-dev, gcc
Provides: lisp-compiler
Suggests: slime, ecl-doc
@@ -50,13 +50,14 @@
* A simple conservative mark & sweep garbage collector.
* The Boehm-Weiser garbage collector.
-Package: libecl21.2
+Package: libecl21.2t64
+Provides: ${t64:Provides}
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: ecl (<< 21.2.1+ds-2)
-Replaces: ecl (<< 21.2.1+ds-2)
+Breaks: libecl21.2 (<< ${source:Version}), ecl (<< 21.2.1+ds-2)
+Replaces: libecl21.2, ecl (<< 21.2.1+ds-2)
Description: Embeddable Common-Lisp: shared library
ECL stands for Embeddable Common-Lisp. The ECL project is an
effort to modernize Giuseppe Attardi's ECL environment to
@@ -82,7 +83,7 @@
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, libecl21.2 (= ${binary:Version})
+Depends: ${misc:Depends}, libecl21.2t64 (= ${binary:Version})
Breaks: ecl (<< 21.2.1+ds-2)
Replaces: ecl (<< 21.2.1+ds-2)
Description: Embeddable Common-Lisp: development files
diff -Nru ecl-21.2.1+ds/debian/libecl21.2.install
ecl-21.2.1+ds/debian/libecl21.2.install
--- ecl-21.2.1+ds/debian/libecl21.2.install 2022-01-14 19:52:16.000000000
+0000
+++ ecl-21.2.1+ds/debian/libecl21.2.install 1970-01-01 00:00:00.000000000
+0000
@@ -1,5 +0,0 @@
-/usr/lib/*/libecl.so.*
-/usr/lib/*/ecl-*/*.asd
-/usr/lib/*/ecl-*/*.fas
-/usr/lib/*/ecl-*/help.doc
-/usr/lib/*/ecl-*/encodings
diff -Nru ecl-21.2.1+ds/debian/libecl21.2.lintian-overrides
ecl-21.2.1+ds/debian/libecl21.2.lintian-overrides
--- ecl-21.2.1+ds/debian/libecl21.2.lintian-overrides 2021-12-12
11:01:41.000000000 +0000
+++ ecl-21.2.1+ds/debian/libecl21.2.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libecl21.2: library-not-linked-against-libc */sb-bsd-sockets.fas
diff -Nru ecl-21.2.1+ds/debian/libecl21.2t64.install
ecl-21.2.1+ds/debian/libecl21.2t64.install
--- ecl-21.2.1+ds/debian/libecl21.2t64.install 1970-01-01 00:00:00.000000000
+0000
+++ ecl-21.2.1+ds/debian/libecl21.2t64.install 2022-01-14 19:52:16.000000000
+0000
@@ -0,0 +1,5 @@
+/usr/lib/*/libecl.so.*
+/usr/lib/*/ecl-*/*.asd
+/usr/lib/*/ecl-*/*.fas
+/usr/lib/*/ecl-*/help.doc
+/usr/lib/*/ecl-*/encodings
diff -Nru ecl-21.2.1+ds/debian/libecl21.2t64.lintian-overrides
ecl-21.2.1+ds/debian/libecl21.2t64.lintian-overrides
--- ecl-21.2.1+ds/debian/libecl21.2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ ecl-21.2.1+ds/debian/libecl21.2t64.lintian-overrides 2024-02-01
18:24:20.000000000 +0000
@@ -0,0 +1,2 @@
+libecl21.2t64: library-not-linked-against-libc */sb-bsd-sockets.fas
+libecl21.2t64: package-name-doesnt-match-sonames libecl21.2
--- End Message ---
--- Begin Message ---
Source: ecl
Source-Version: 21.2.1+ds-4.1
Done: Michael Hudson-Doyle <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ecl, 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.
Michael Hudson-Doyle <[email protected]> (supplier of updated ecl 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: SHA256
Format: 1.8
Date: Wed, 28 Feb 2024 02:42:24 +0000
Source: ecl
Architecture: source
Version: 21.2.1+ds-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Common Lisp Team <[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 1062520
Changes:
ecl (21.2.1+ds-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062520
Checksums-Sha1:
d0aebb131ab3c50fed01d085d6a459a6456a5461 2306 ecl_21.2.1+ds-4.1.dsc
fad4d0a26f731383145b3858c6179aef08de1a53 11184 ecl_21.2.1+ds-4.1.debian.tar.xz
856f091045bc7fea114cfadbf812fa4f3dcd376c 7162
ecl_21.2.1+ds-4.1_source.buildinfo
Checksums-Sha256:
8045cd52af48db29d0ed54f2ffffc98fc7aac95ccfda468a87ed9510546fe26d 2306
ecl_21.2.1+ds-4.1.dsc
ac162f76d696f7269de01844a9ba041fcf066eb6ad9420c585145fc9f48dc672 11184
ecl_21.2.1+ds-4.1.debian.tar.xz
4c1a3990e6f19e5d65451ea9848f118be175f3a0f8df332f7a949cf30780cc55 7162
ecl_21.2.1+ds-4.1_source.buildinfo
Files:
6cdaa624ec9753fc131ac3c12ba6ff5f 2306 lisp optional ecl_21.2.1+ds-4.1.dsc
cafe173444a14f5cc1d6abd8622e69b5 11184 lisp optional
ecl_21.2.1+ds-4.1.debian.tar.xz
3daa270faac733f0cf2c1ac91e470fd3 7162 lisp optional
ecl_21.2.1+ds-4.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXenhIUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJMw5A/+Oz3w5sfgiiv7cYkzK12Wm1JPdrT6
sTYgOnK7wBnEiINTXX9LAR8rqKMjFqnlpuhEp8JM9n7v3NtH7kRzMvcvUU3SjfLo
cvxhS0l9uy24yDuMxp2YZg2fL6G0k70uaBGMg7H7R+P67fsSToPzWpVuiidWqKab
x7t02+nM2GnCAVMFyfZFF6P/dhAHaQrbod4s9P+Y3DnLLiBq9DRbw0q7NYY6bnnK
Ddgj4PMpT0rKWdAbgnIzSm2xltTAYv59RAVSLVJm/CZ3XkIs3znLY4P+NXjQcKiC
SOgm/IkpFAEra1E/6Pdy22V/Wxtp8YlcIPp8BZBk3DDcx02RcF9uWr4fca+RaXyz
lUo0v0MdDaozxm9s6KhZEkxuqSdaLt8R6P972YQ3OqymJkJRRzi/QVaHTl150jU0
U8EeJ87Vu80HgjxRFyGNMC/6HDyb++L/q1SPOpGvpAY14H7ryiOtJrkMPUFBVyQQ
iCp+UmJzuDs57o9kBNWqg/5tB+LbirwOEHFBAXr1xXABXIF8lhCS3+QIXBx7A3Sy
yRglnUbGHxrm7g1W/Cua0YjZhqch7AX9mO9MwdGzdTjkIsgnDv0zs6gijGdXUiY/
XwoSBGmJNisQ7xz2cA/GVe/tyIVRUQnv8ua6RbjhNxk5HHccW2EdYRvtYQc+gMmK
TxK54bi+L+NHxHE=
=dRux
-----END PGP SIGNATURE-----
pgpjwehCQk5fB.pgp
Description: PGP signature
--- End Message ---