Your message dated Thu, 22 Feb 2024 11:38:25 +0100
with message-id <[email protected]>
and subject line No ABI change detected
has caused the Debian Bug report #1062952,
regarding mrcal: 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.)
--
1062952: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062952
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mrcal
Version: 2.3-4
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
mrcal 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 mrcal
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 mrcal-2.3/debian/changelog mrcal-2.3/debian/changelog
--- mrcal-2.3/debian/changelog 2023-09-07 04:51:00.000000000 +0000
+++ mrcal-2.3/debian/changelog 2024-02-04 06:27:10.000000000 +0000
@@ -1,3 +1,10 @@
+mrcal (2.3-4.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Sun, 04 Feb 2024 06:27:10 +0000
+
mrcal (2.3-4) unstable; urgency=medium
* Explicitly linking with libsuitesparseconfig. Adds explicit dependency
diff -Nru mrcal-2.3/debian/control mrcal-2.3/debian/control
--- mrcal-2.3/debian/control 2023-07-23 04:44:33.000000000 +0000
+++ mrcal-2.3/debian/control 2024-02-04 06:27:10.000000000 +0000
@@ -34,7 +34,10 @@
Vcs-Browser: https://salsa.debian.org/science-team/mrcal
Testsuite: autopkgtest-pkg-python
-Package: libmrcal3
+Package: libmrcal3t64
+Provides: ${t64:Provides}
+Replaces: libmrcal3
+Breaks: libmrcal3 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
@@ -47,7 +50,7 @@
Package: mrcal
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmrcal3 (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmrcal3t64 (=
${binary:Version}),
python3-mrcal (= ${binary:Version}),
python3-gnuplotlib (>= 0.38), python3-numpysane (>= 0.35),
python3-scipy (>= 0.18), python3-ipython,
@@ -65,7 +68,7 @@
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, libmrcal3 (= ${binary:Version})
+Depends: ${misc:Depends}, libmrcal3t64 (= ${binary:Version})
Description: Calibration and SFM library
A photogrammetry toolkit that provides improved methods for making and using
camera models (calibration, tracking, mapping, etc). The focus is on
@@ -76,7 +79,7 @@
Section: python
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libmrcal3 (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmrcal3t64 (=
${binary:Version}),
${python3:Depends},
python3-gnuplotlib (>= 0.38), python3-numpysane (>= 0.35),
python3-opencv, python3-numpy, python3-scipy (>= 0.18),
diff -Nru mrcal-2.3/debian/libmrcal3.install mrcal-2.3/debian/libmrcal3.install
--- mrcal-2.3/debian/libmrcal3.install 2021-11-20 00:40:44.000000000 +0000
+++ mrcal-2.3/debian/libmrcal3.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/*/*.so.*
diff -Nru mrcal-2.3/debian/libmrcal3.lintian-overrides
mrcal-2.3/debian/libmrcal3.lintian-overrides
--- mrcal-2.3/debian/libmrcal3.lintian-overrides 2022-10-04
05:14:38.000000000 +0000
+++ mrcal-2.3/debian/libmrcal3.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-# I use GCC trampolines
-shlib-with-executable-stack
-
-# libminimath is licensed under ANY version of the LGPL
-copyright-refers-to-versionless-license-file
diff -Nru mrcal-2.3/debian/libmrcal3.symbols mrcal-2.3/debian/libmrcal3.symbols
--- mrcal-2.3/debian/libmrcal3.symbols 2023-05-05 05:46:50.000000000 +0000
+++ mrcal-2.3/debian/libmrcal3.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,89 +0,0 @@
-libmrcal.so.3 libmrcal3 #MINVER#
-* Build-Depends-Package: libmrcal-dev
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.2
- [email protected] 2.2
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.2
- [email protected] 2.2
- [email protected] 2.2
- [email protected] 2.2
- [email protected] 2.2
- [email protected] 2.2
- [email protected] 2.2
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.3
- [email protected] 2.3
- [email protected] 2.3
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
- [email protected] 2.1
diff -Nru mrcal-2.3/debian/libmrcal3t64.install
mrcal-2.3/debian/libmrcal3t64.install
--- mrcal-2.3/debian/libmrcal3t64.install 1970-01-01 00:00:00.000000000
+0000
+++ mrcal-2.3/debian/libmrcal3t64.install 2021-11-20 00:40:44.000000000
+0000
@@ -0,0 +1 @@
+/usr/lib/*/*.so.*
diff -Nru mrcal-2.3/debian/libmrcal3t64.lintian-overrides
mrcal-2.3/debian/libmrcal3t64.lintian-overrides
--- mrcal-2.3/debian/libmrcal3t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ mrcal-2.3/debian/libmrcal3t64.lintian-overrides 2024-02-04
06:27:10.000000000 +0000
@@ -0,0 +1,6 @@
+# I use GCC trampolines
+shlib-with-executable-stack
+
+# libminimath is licensed under ANY version of the LGPL
+copyright-refers-to-versionless-license-file
+libmrcal3t64: package-name-doesnt-match-sonames libmrcal3
diff -Nru mrcal-2.3/debian/libmrcal3t64.symbols
mrcal-2.3/debian/libmrcal3t64.symbols
--- mrcal-2.3/debian/libmrcal3t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ mrcal-2.3/debian/libmrcal3t64.symbols 2024-02-04 06:27:10.000000000
+0000
@@ -0,0 +1,89 @@
+libmrcal.so.3 libmrcal3t64 #MINVER#
+* Build-Depends-Package: libmrcal-dev
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.2
+ [email protected] 2.2
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.2
+ [email protected] 2.2
+ [email protected] 2.2
+ [email protected] 2.2
+ [email protected] 2.2
+ [email protected] 2.2
+ [email protected] 2.2
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.3
+ [email protected] 2.3
+ [email protected] 2.3
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
+ [email protected] 2.1
--- End Message ---
--- Begin Message ---
After excluding mrcal-internal.h, the ABIs have been dumped successfully
and no ABI change has been found.
Thanks for looking at the failures and suggesting a fix.
For reference, you can see that libmrcal-dev is now in
https://adrien.dcln.fr/misc/armhf-time_t/2024-02-22T10%3A55%3A00/summary/results_none.txt
--
Adrien
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers