Your message dated Thu, 29 Feb 2024 04:50:19 +0000
with message-id <e1rfyn9-009cvv...@fasolo.debian.org>
and subject line Bug#1064646: fixed in open3d 0.18.0+ds-3.1
has caused the Debian Bug report #1064646,
regarding open3d: 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.)
--
1064646: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064646
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: open3d
Version: 0.18.0+ds-3
Severity: important
Tags: patch pending sid trixie
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
open3d 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 open3d
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')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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: systemd (via /run/systemd/system)
diff -Nru open3d-0.18.0+ds/debian/changelog open3d-0.18.0+ds/debian/changelog
--- open3d-0.18.0+ds/debian/changelog 2024-02-15 12:54:52.000000000 +0000
+++ open3d-0.18.0+ds/debian/changelog 2024-02-25 16:27:12.000000000 +0000
@@ -1,3 +1,10 @@
+open3d (0.18.0+ds-3.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Sun, 25 Feb 2024 16:27:12 +0000
+
open3d (0.18.0+ds-3) unstable; urgency=medium
* Upload to unstable.
diff -Nru open3d-0.18.0+ds/debian/control open3d-0.18.0+ds/debian/control
--- open3d-0.18.0+ds/debian/control 2024-02-15 12:54:52.000000000 +0000
+++ open3d-0.18.0+ds/debian/control 2024-02-25 16:27:12.000000000 +0000
@@ -67,7 +67,10 @@
of carefully selected data structures and algorithms in both C++ and
Python. The backend is highly optimized and is set up for parallelization.
-Package: libopen3d0.18
+Package: libopen3d0.18t64
+Provides: ${t64:Provides}
+Replaces: libopen3d0.18
+Breaks: libopen3d0.18 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
@@ -86,7 +89,7 @@
libfmt-dev,
libglew-dev,
libglfw3-dev,
- libopen3d0.18 (= ${binary:Version}),
+ libopen3d0.18t64 (= ${binary:Version}),
Suggests: open3d-doc, open3d-gui, open3d-tools
Description: ${source:Synopsis} - development headers
${source:Extended-Description}
diff -Nru open3d-0.18.0+ds/debian/libopen3d0.18.install
open3d-0.18.0+ds/debian/libopen3d0.18.install
--- open3d-0.18.0+ds/debian/libopen3d0.18.install 2024-02-15
12:54:52.000000000 +0000
+++ open3d-0.18.0+ds/debian/libopen3d0.18.install 1970-01-01
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-
diff -Nru open3d-0.18.0+ds/debian/libopen3d0.18t64.install
open3d-0.18.0+ds/debian/libopen3d0.18t64.install
--- open3d-0.18.0+ds/debian/libopen3d0.18t64.install 1970-01-01
00:00:00.000000000 +0000
+++ open3d-0.18.0+ds/debian/libopen3d0.18t64.install 2024-02-15
12:54:52.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/lib*.so.*
+
diff -Nru open3d-0.18.0+ds/debian/libopen3d0.18t64.lintian-overrides
open3d-0.18.0+ds/debian/libopen3d0.18t64.lintian-overrides
--- open3d-0.18.0+ds/debian/libopen3d0.18t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ open3d-0.18.0+ds/debian/libopen3d0.18t64.lintian-overrides 2024-02-25
16:27:12.000000000 +0000
@@ -0,0 +1 @@
+libopen3d0.18t64: package-name-doesnt-match-sonames libopen3d0.18
--- End Message ---
--- Begin Message ---
Source: open3d
Source-Version: 0.18.0+ds-3.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
open3d, 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 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated open3d 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 02:34:16 +0000
Source: open3d
Architecture: source
Version: 0.18.0+ds-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1064646
Changes:
open3d (0.18.0+ds-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1064646
Checksums-Sha1:
26b62827e310d50ced6ae7a3199dac15b0f88d5f 4010 open3d_0.18.0+ds-3.1.dsc
fed442a8d8c0fff4981878960adc5f833efb0514 997228
open3d_0.18.0+ds-3.1.debian.tar.xz
22bebaeba45da00b178693cb57478af748d1844d 29023
open3d_0.18.0+ds-3.1_source.buildinfo
Checksums-Sha256:
163ce0afcdd828ef87169b8612a7c7f438a4cf02fb313578e44aa601d6683000 4010
open3d_0.18.0+ds-3.1.dsc
3459ec1613791073abe8ba8641d0510a8f41bce00cc2dab64c1ed9788a711d79 997228
open3d_0.18.0+ds-3.1.debian.tar.xz
19239e2fd604d688ccd1c9d1b99db4f275a9030aea970d567e850c960b95ba35 29023
open3d_0.18.0+ds-3.1_source.buildinfo
Files:
697a89bfe4c36d61e811ea2810922f40 4010 libs optional open3d_0.18.0+ds-3.1.dsc
4cd9a6b33a6bda93376b34f472ff5fae 997228 libs optional
open3d_0.18.0+ds-3.1.debian.tar.xz
69426ed264536d2dd1b8bd6a48e0995d 29023 libs optional
open3d_0.18.0+ds-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXf76cACgkQFZ61xO/I
d0yJ6xAAllL4GZXnX+cXsjbcUUsgPi7FDLE0ppm86gTAcvT5sMP1apBegLT2sSom
KCh6AfAd+fVKGSV+nA0kqTpePxz3w2WapFdBdPYegeM8IySGT9e0gZMLr+eS1ksq
JhdvcMeeqac383zaRRVgiUjp3stdXqr8LuJNSqqPRzXI0rHkRmmfhGo3CfGWo3co
IiH+BgLf4fYKIWw6118qm0Le2HvQUCSJmDhpECwa0jSYxbQZZLNxDCD0BxJHgq0e
lI3L76dmcj5MitMdYaiTIKw/o9eSzGSY3aBrGcDXHmL2cWGq5CwyhRKmPp57c9Da
z5e8Egjo12PXMz8CLtlPhWCQ8/wkL2GsQMeicMa7c9B+R7wnRxzGEXg20+BWWjp7
33Y+AALQgNrVYRf27riGXnmyrU59eLhoeQPhbIildE8bBfxWPmu60X2RdH53+61x
9qyAVOoAoXtXyZLY3B0Hlr38ZQRqq8Qog5BrlezFI5DqP8dYcPzpwfR/ynTv6sVg
W9HjT8mcx1PfPLFpkoHPDDlhDhpGPpgajJplKppyjLJoQHDCLPidN5ZJazZz9gou
6IBEk8RcaJxTk74G24X8JOfREuLvlXeflUyfksoy7cYr4LTpvx+m6bD17FZR3Pnd
ry6aEPvYbQgvmM+BfBgiWEdqf7ISPBaKbwYzEiD562A/xUwQeis=
=Tv0E
-----END PGP SIGNATURE-----
pgplyASF7ehYv.pgp
Description: PGP signature
--- End Message ---