[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1063098: marked as done (openni: NMU diff for 64-bit time_t transition)



Your message dated Thu, 29 Feb 2024 13:31:44 +0000
with message-id <E1rfgVk-00BDzI-G2@fasolo.debian.org>
and subject line Bug#1063098: fixed in openni 1.5.4.0+dfsg-7.1
has caused the Debian Bug report #1063098,
regarding openni: 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 owner@bugs.debian.org
immediately.)


-- 
1063098: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063098
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: openni
Version: 1.5.4.0+dfsg-7
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@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
openni 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 openni
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 openni-1.5.4.0+dfsg/debian/changelog openni-1.5.4.0+dfsg/debian/changelog
--- openni-1.5.4.0+dfsg/debian/changelog	2023-11-15 07:05:03.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/changelog	2024-02-05 00:32:05.000000000 -0300
@@ -1,3 +1,10 @@
+openni (1.5.4.0+dfsg-7.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 05 Feb 2024 00:32:05 -0300
+
 openni (1.5.4.0+dfsg-7) unstable; urgency=medium
 
   * Add loongarch64 support (Closes: #1050419)
diff -Nru openni-1.5.4.0+dfsg/debian/control openni-1.5.4.0+dfsg/debian/control
--- openni-1.5.4.0+dfsg/debian/control	2023-11-15 07:04:47.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/control	2024-02-05 00:32:05.000000000 -0300
@@ -18,7 +18,10 @@
 Vcs-Git: https://salsa.debian.org/multimedia-team/openni.git
 Vcs-Browser: https://salsa.debian.org/multimedia-team/openni
 
-Package: libopenni0
+Package: libopenni0t64
+Provides: ${t64:Provides}
+Replaces: libopenni0
+Breaks: libopenni0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -36,7 +39,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libopenni0 (= ${binary:Version})
+         libopenni0t64 (= ${binary:Version})
 Description: Java framework for sensor-based 'Natural Interaction'
  OpenNI is a framework for getting data to support 'Natural Interaction',
  i.e. skeleton tracking, gesture tracking, and similar ways of getting data
@@ -68,7 +71,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
-         libopenni0 (= ${binary:Version})
+         libopenni0t64 (= ${binary:Version})
 Suggests: openni-doc
 Description: headers for OpenNI 'Natural Interaction' frameworks
  OpenNI is a framework for getting data to support 'Natural Interaction',
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0.dirs openni-1.5.4.0+dfsg/debian/libopenni0.dirs
--- openni-1.5.4.0+dfsg/debian/libopenni0.dirs	2018-10-20 11:13:06.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0.dirs	1969-12-31 21:00:00.000000000 -0300
@@ -1 +0,0 @@
-/var/lib/ni
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0.install openni-1.5.4.0+dfsg/debian/libopenni0.install
--- openni-1.5.4.0+dfsg/debian/libopenni0.install	2018-10-20 11:11:06.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0.install	1969-12-31 21:00:00.000000000 -0300
@@ -1,2 +0,0 @@
-Platform/Linux/Bin/*-Release/lib*.so.* usr/lib/
-Data/SamplesConfig.xml etc/openni/
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0.postinst openni-1.5.4.0+dfsg/debian/libopenni0.postinst
--- openni-1.5.4.0+dfsg/debian/libopenni0.postinst	2019-09-14 04:20:17.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0.postinst	1969-12-31 21:00:00.000000000 -0300
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-  configure)
-    # Only register upon fresh install
-    if [ -z "$2" ]; then
-      # manually generate modules.xml, so we don't have a cyclic dependency to openni-utils
-      cat > /var/lib/ni/modules.xml <<EOF
-<Modules>
-    <Module path="/usr/lib/libnimMockNodes.so.0" configDir="/etc/openni" />
-    <Module path="/usr/lib/libnimCodecs.so.0" configDir="/etc/openni" />
-    <Module path="/usr/lib/libnimRecorder.so.0" configDir="/etc/openni" />
-</Modules>
-EOF
-    fi
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0.postrm openni-1.5.4.0+dfsg/debian/libopenni0.postrm
--- openni-1.5.4.0+dfsg/debian/libopenni0.postrm	2019-09-14 04:20:17.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0.postrm	1969-12-31 21:00:00.000000000 -0300
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-  purge)
-    rm -f /var/lib/ni/modules.xml 2>/dev/null
-    rm -f /var/lib/ni/licenses.xml 2>/dev/null
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0t64.dirs openni-1.5.4.0+dfsg/debian/libopenni0t64.dirs
--- openni-1.5.4.0+dfsg/debian/libopenni0t64.dirs	1969-12-31 21:00:00.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0t64.dirs	2018-10-20 11:13:06.000000000 -0300
@@ -0,0 +1 @@
+/var/lib/ni
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0t64.install openni-1.5.4.0+dfsg/debian/libopenni0t64.install
--- openni-1.5.4.0+dfsg/debian/libopenni0t64.install	1969-12-31 21:00:00.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0t64.install	2018-10-20 11:11:06.000000000 -0300
@@ -0,0 +1,2 @@
+Platform/Linux/Bin/*-Release/lib*.so.* usr/lib/
+Data/SamplesConfig.xml etc/openni/
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0t64.lintian-overrides openni-1.5.4.0+dfsg/debian/libopenni0t64.lintian-overrides
--- openni-1.5.4.0+dfsg/debian/libopenni0t64.lintian-overrides	1969-12-31 21:00:00.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0t64.lintian-overrides	2024-02-05 00:32:05.000000000 -0300
@@ -0,0 +1 @@
+libopenni0t64: package-name-doesnt-match-sonames libopenni0
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0t64.postinst openni-1.5.4.0+dfsg/debian/libopenni0t64.postinst
--- openni-1.5.4.0+dfsg/debian/libopenni0t64.postinst	1969-12-31 21:00:00.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0t64.postinst	2019-09-14 04:20:17.000000000 -0300
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+  configure)
+    # Only register upon fresh install
+    if [ -z "$2" ]; then
+      # manually generate modules.xml, so we don't have a cyclic dependency to openni-utils
+      cat > /var/lib/ni/modules.xml <<EOF
+<Modules>
+    <Module path="/usr/lib/libnimMockNodes.so.0" configDir="/etc/openni" />
+    <Module path="/usr/lib/libnimCodecs.so.0" configDir="/etc/openni" />
+    <Module path="/usr/lib/libnimRecorder.so.0" configDir="/etc/openni" />
+</Modules>
+EOF
+    fi
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff -Nru openni-1.5.4.0+dfsg/debian/libopenni0t64.postrm openni-1.5.4.0+dfsg/debian/libopenni0t64.postrm
--- openni-1.5.4.0+dfsg/debian/libopenni0t64.postrm	1969-12-31 21:00:00.000000000 -0300
+++ openni-1.5.4.0+dfsg/debian/libopenni0t64.postrm	2019-09-14 04:20:17.000000000 -0300
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+  purge)
+    rm -f /var/lib/ni/modules.xml 2>/dev/null
+    rm -f /var/lib/ni/licenses.xml 2>/dev/null
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0

--- End Message ---
--- Begin Message ---
Source: openni
Source-Version: 1.5.4.0+dfsg-7.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
openni, 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 1063098@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated openni 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Feb 2024 12:46:22 +0000
Source: openni
Architecture: source
Version: 1.5.4.0+dfsg-7.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1063098
Changes:
 openni (1.5.4.0+dfsg-7.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063098
Checksums-Sha1:
 33a4c84cefbc3e849787010ae36bc0cc88a38a49 2333 openni_1.5.4.0+dfsg-7.1.dsc
 8f116e9d13d57a13faba52e1243584d0881b241a 652256 openni_1.5.4.0+dfsg-7.1.debian.tar.xz
 0776c049a354f57e9c38cf5598df75cca2ed1185 12878 openni_1.5.4.0+dfsg-7.1_source.buildinfo
Checksums-Sha256:
 070ec0115c11a66f6d098833d9c7bbda7df9ee52d1aac04dcfdb2c0047197214 2333 openni_1.5.4.0+dfsg-7.1.dsc
 fc322e34a4696ee43b8769b8387d1331d0292d655ed18358a833c24f728e2362 652256 openni_1.5.4.0+dfsg-7.1.debian.tar.xz
 834f183066a29887956f4a520f957cd21140f53dfc79ce06f819b5f0661bc29b 12878 openni_1.5.4.0+dfsg-7.1_source.buildinfo
Files:
 a0640bdd96d90a9ed88f1d0a19dfef67 2333 libs optional openni_1.5.4.0+dfsg-7.1.dsc
 e3fb7b375fbfdab78b04024a7c40ee07 652256 libs optional openni_1.5.4.0+dfsg-7.1.debian.tar.xz
 1cb167b06e1ac8b3194597da8ef202ff 12878 libs optional openni_1.5.4.0+dfsg-7.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgfPkACgkQFZ61xO/I
d0zIpQ/+OlRyBqultMzWxURHm+eIuh9+EEptNQzUs85OFfAzw6OecgLKph2YcMX3
+f1RVBNkT4Jr8wrP5G4yANFhyDtEGcgoE+f2bcB98rjshhkqCnMPMqGspUkF/VyB
/qq8UMiMc/iM8dg0rFkWwj0Gf4sO8waK19cVI1XKGfuJ5UG5sEUJgLc02Cac+VIO
0y1/0LDI4AKkMAnKPPrRtUOVHS8I24BfXHXjoMlwqP2bVMU/Tb8YKUTW5O6MmTVj
ZETbmW34Z0tQ4rgU15T3ie3LqQwdjnd+QSuhHe6Ik7i7JZDQbkdM9D7iRqXaEe0i
78ISgQ0L7UqMvhfKghahN56QJ/gDYnHf9n1Y88uH6F1v7jOCG8aDbF7LtYP6ozyH
45hy3Cl3HWlQKyWpe5z7Xx5sPONd/Y375Q74uJSLjPr+RKTunCMhOZ/igb8IfsSx
VWcS3fpGnTB9Wf2IjbPMBGZFKyw/7JWMsY+wG/wclKKaE8FE599QFIuxXWlAOzJK
a32LZyzyqUBTD9lD2xA1xAUXs/UVsXVzTbKnf5Jsz+5XXtFYsGMEvOX08ur0PPcc
02AUXuKnOGsethD/pbhblZBxCi/+3SIJlmpWtiV1DZcqyoOcTPIZ8e2hM2uc7haF
T2W3FrpBdNUQveaHiXj975N9iPtg9lUp9XJ25Gph9GHE/pHbEK0=
=UwE3
-----END PGP SIGNATURE-----

Attachment: pgpv03JodRtxu.pgp
Description: PGP signature


--- End Message ---

Reply to: