Your message dated Fri, 01 Mar 2024 19:35:13 +0000 with message-id <e1rg8f3-000cuc...@fasolo.debian.org> and subject line Bug#1063107: fixed in openvdb 10.0.1-2.1 has caused the Debian Bug report #1063107, regarding openvdb: 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.) -- 1063107: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063107 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: openvdb Version: 10.0.1-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 openvdb 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 openvdb 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.2.0-39-generic (SMP w/32 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=C.UTF-8, 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 openvdb-10.0.1/debian/changelog openvdb-10.0.1/debian/changelog --- openvdb-10.0.1/debian/changelog 2023-05-04 18:14:05.000000000 -0300 +++ openvdb-10.0.1/debian/changelog 2024-02-05 01:07:41.000000000 -0300 @@ -1,3 +1,10 @@ +openvdb (10.0.1-2.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Lucas Kanashiro <kanash...@debian.org> Mon, 05 Feb 2024 01:07:41 -0300 + openvdb (10.0.1-2) unstable; urgency=medium * debian/control: Fix dependency of libopenvdb-ax-dev on shared library diff -Nru openvdb-10.0.1/debian/control openvdb-10.0.1/debian/control --- openvdb-10.0.1/debian/control 2023-05-04 18:13:36.000000000 -0300 +++ openvdb-10.0.1/debian/control 2024-02-05 01:07:41.000000000 -0300 @@ -43,7 +43,10 @@ Standards-Version: 4.6.1 X-Python3-Version: >= 3.7 -Package: libopenvdb10.0 +Package: libopenvdb10.0t64 +Provides: ${t64:Provides} +Replaces: libopenvdb10.0 +Breaks: libopenvdb10.0 (<< ${source:Version}) Multi-Arch: same Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} @@ -57,7 +60,10 @@ . This package contains the libraries needed to run OpenVDB applications -Package: libopenvdb-ax10.0 +Package: libopenvdb-ax10.0t64 +Provides: ${t64:Provides} +Replaces: libopenvdb-ax10.0 +Breaks: libopenvdb-ax10.0 (<< ${source:Version}) Multi-Arch: same Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el s390x arc hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k powerpc ppc64 riscv64 sh4 sparc64 x32 Depends: ${misc:Depends}, ${shlibs:Depends} @@ -76,7 +82,7 @@ Section: libdevel Depends: libblosc-dev, libimath-dev, - libopenvdb10.0 (= ${binary:Version}), + libopenvdb10.0t64 (= ${binary:Version}), libtbb-dev, ${misc:Depends} Description: Sparse Volume Processing toolkit - dev @@ -93,7 +99,7 @@ Section: libdevel Depends: libblosc-dev, libimath-dev, - libopenvdb-ax10.0 (= ${binary:Version}), + libopenvdb-ax10.0t64 (= ${binary:Version}), libtbb-dev, ${misc:Depends} Description: Sparse Volume Processing toolkit - dev @@ -110,7 +116,7 @@ Section: libdevel Depends: libblosc-dev, libimath-dev, - libopenvdb10.0 (= ${binary:Version}), + libopenvdb10.0t64 (= ${binary:Version}), libtbb-dev, ${misc:Depends} Description: Sparse Volume Processing toolkit - NanoVDB - dev diff -Nru openvdb-10.0.1/debian/control.in openvdb-10.0.1/debian/control.in --- openvdb-10.0.1/debian/control.in 2023-05-04 18:12:44.000000000 -0300 +++ openvdb-10.0.1/debian/control.in 2024-02-05 01:07:41.000000000 -0300 @@ -43,7 +43,10 @@ Standards-Version: 4.6.1 X-Python3-Version: >= 3.7 -Package: libopenvdb10.0 +Package: libopenvdb10.0t64 +Provides: ${t64:Provides} +Replaces: libopenvdb10.0 +Breaks: libopenvdb10.0 (<< ${source:Version}) Multi-Arch: same Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} @@ -57,7 +60,10 @@ . This package contains the libraries needed to run OpenVDB applications -Package: libopenvdb-ax10.0 +Package: libopenvdb-ax10.0t64 +Provides: ${t64:Provides} +Replaces: libopenvdb-ax10.0 +Breaks: libopenvdb-ax10.0 (<< ${source:Version}) Multi-Arch: same Architecture: @AX_ARCHS@ Depends: ${misc:Depends}, ${shlibs:Depends} @@ -76,7 +82,7 @@ Section: libdevel Depends: libblosc-dev, libimath-dev, - libopenvdb10.0 (= ${binary:Version}), + libopenvdb10.0t64 (= ${binary:Version}), libtbb-dev, ${misc:Depends} Description: Sparse Volume Processing toolkit - dev @@ -93,7 +99,7 @@ Section: libdevel Depends: libblosc-dev, libimath-dev, - libopenvdb10.0 (= ${binary:Version}), + libopenvdb10.0t64 (= ${binary:Version}), libtbb-dev, ${misc:Depends} Description: Sparse Volume Processing toolkit - dev @@ -110,7 +116,7 @@ Section: libdevel Depends: libblosc-dev, libimath-dev, - libopenvdb10.0 (= ${binary:Version}), + libopenvdb10.0t64 (= ${binary:Version}), libtbb-dev, ${misc:Depends} Description: Sparse Volume Processing toolkit - NanoVDB - dev diff -Nru openvdb-10.0.1/debian/libopenvdb-ax10.0t64.lintian-overrides openvdb-10.0.1/debian/libopenvdb-ax10.0t64.lintian-overrides --- openvdb-10.0.1/debian/libopenvdb-ax10.0t64.lintian-overrides 1969-12-31 21:00:00.000000000 -0300 +++ openvdb-10.0.1/debian/libopenvdb-ax10.0t64.lintian-overrides 2024-02-05 01:07:41.000000000 -0300 @@ -0,0 +1 @@ +libopenvdb-ax10.0t64: package-name-doesnt-match-sonames libopenvdb-ax10.0 diff -Nru openvdb-10.0.1/debian/libopenvdb-tools.manpages openvdb-10.0.1/debian/libopenvdb-tools.manpages --- openvdb-10.0.1/debian/libopenvdb-tools.manpages 1969-12-31 21:00:00.000000000 -0300 +++ openvdb-10.0.1/debian/libopenvdb-tools.manpages 2024-02-05 01:07:41.000000000 -0300 @@ -0,0 +1,5 @@ +debian/vdb_lod.1 +debian/vdb_print.1 +debian/vdb_render.1 +debian/vdb_view.1 +debian/vdb_tool.1 diff -Nru openvdb-10.0.1/debian/libopenvdb10.0t64.lintian-overrides openvdb-10.0.1/debian/libopenvdb10.0t64.lintian-overrides --- openvdb-10.0.1/debian/libopenvdb10.0t64.lintian-overrides 1969-12-31 21:00:00.000000000 -0300 +++ openvdb-10.0.1/debian/libopenvdb10.0t64.lintian-overrides 2024-02-05 01:07:41.000000000 -0300 @@ -0,0 +1 @@ +libopenvdb10.0t64: package-name-doesnt-match-sonames libopenvdb10.0 diff -Nru openvdb-10.0.1/debian/rules openvdb-10.0.1/debian/rules --- openvdb-10.0.1/debian/rules 2023-05-04 18:12:44.000000000 -0300 +++ openvdb-10.0.1/debian/rules 2024-02-05 01:07:41.000000000 -0300 @@ -164,8 +164,8 @@ pkg_arun = libopenvdb-ax-tools pkg_nrun = libnanovdb-tools pkg_orun = libopenvdb-tools -pkg_alib = libopenvdb-ax$(VER_SONAME) -pkg_olib = libopenvdb$(VER_SONAME) +pkg_alib = libopenvdb-ax$(VER_SONAME)t64 +pkg_olib = libopenvdb$(VER_SONAME)t64 pkg_adev = libopenvdb-ax-dev pkg_ndev = libnanovdb-dev pkg_odev = libopenvdb-dev
--- End Message ---
--- Begin Message ---Source: openvdb Source-Version: 10.0.1-2.1 Done: Steve Langasek <vor...@debian.org> We believe that the bug you reported is fixed in the latest version of openvdb, 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 1063...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Steve Langasek <vor...@debian.org> (supplier of updated openvdb 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: Fri, 01 Mar 2024 19:17:49 +0000 Source: openvdb Architecture: source Version: 10.0.1-2.1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Changed-By: Steve Langasek <vor...@debian.org> Closes: 1063107 Changes: openvdb (10.0.1-2.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1063107 Checksums-Sha1: 5e3aa00fe19b7145a2f4c2f30bbf320b040ee511 3811 openvdb_10.0.1-2.1.dsc dfe6b7834e30c821ccfcdf1929c67a603cb7d659 25300 openvdb_10.0.1-2.1.debian.tar.xz 065c3412fd2943e437f36ade15659b79726715dc 12749 openvdb_10.0.1-2.1_source.buildinfo Checksums-Sha256: f392efe7baa0332fb1f2929af9bac9a61db2935216ba4c45e2af1a3d3f42b0d4 3811 openvdb_10.0.1-2.1.dsc 0348f7addb05febd5b279493ec7c3ebd051c5faa0f697e1790341a74a73a6cbf 25300 openvdb_10.0.1-2.1.debian.tar.xz 9fb4d583c2784c33dc445949e132621c96e48ff75ef3b827dd6f75f046a77407 12749 openvdb_10.0.1-2.1_source.buildinfo Files: 3498165196cbfd05de1aa68ad67c51b7 3811 libs optional openvdb_10.0.1-2.1.dsc 64040c02014c4f90c5b2bdc9ab3fc843 25300 libs optional openvdb_10.0.1-2.1.debian.tar.xz 1b3e659507d05f09092e3e773a25c204 12749 libs optional openvdb_10.0.1-2.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXiKykSHHZvcmxvbkBk ZWJpYW4ub3JnAAoJEFaNMPMhshM9BioP+wVY3u8g31KeE9WePOcqkT10D87Ovdee 3TQS9S5DhYzxUCyaOWkLt8+pAJ4QQJHT2vWThandZzWe2+Te3oTQi+P3iV/1kwub IZdH2NWSMHLrywu0fl7xblwf6vsoelAif11TtrMOonpgX/xzOITaSML6R10wk8Rv kVJhCno7Gh5uXbotHLksqC0GxC61E/N6jyu+3BwlyyQRfKwM2XT36/EoZ5mIQWRh u47V9YTIm5JZoJhn833fRztl83Tyypo9IpaISpcCSYWGIXN/scbb7HXub4fhVCqq dhIhX4fnpV4ie3hiAAoiB056F5LBu9UedHuHJRafMmPLJ7vWMeGhLmraxgN+H5Og iZFMqMJRwZSL4r4OjZ7L3cnzkf4YYxQZWYokEjI0IlYo2bmbGqV0NOmCIpSV60GM D627MefkVhmyaZU35TFRhF5Pgz+hIroDVZs8uMLHmB4nMOjNdnOEEwujElCTJQMV HWiP0N6DUABuhw2KnmidzOPN553uVn4xDAV8123GyM68jjw6BHd/SG8lpVPet4jJ 7zW+odu8YK1IwYUOJhZFzcHo8avKu74KF7c55zX/juohI3+8axoT2ccB3t7a/CMh jV5nTt2JonPVvLI6ordcz60PkKBecPwgpodvTfoqJEkm/EW3BEPeC/ZhJtfPwEMn 9RF9E8zk0KYT =lVq2 -----END PGP SIGNATURE-----pgppy8zNOTj0o.pgp
Description: PGP signature
--- End Message ---