Your message dated Thu, 29 Feb 2024 04:49:30 +0000
with message-id <e1rfymm-009cll...@fasolo.debian.org>
and subject line Bug#1062824: fixed in onnx 1.14.1-2.1
has caused the Debian Bug report #1062824,
regarding onnx: 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.)


-- 
1062824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: onnx
Version: 1.14.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
onnx 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 onnx
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 onnx-1.14.1/debian/changelog onnx-1.14.1/debian/changelog
--- onnx-1.14.1/debian/changelog        2023-12-31 22:01:26.000000000 -0300
+++ onnx-1.14.1/debian/changelog        2024-02-03 14:51:38.000000000 -0300
@@ -1,3 +1,10 @@
+onnx (1.14.1-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanash...@debian.org>  Sat, 03 Feb 2024 14:51:38 -0300
+
 onnx (1.14.1-2) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru onnx-1.14.1/debian/control onnx-1.14.1/debian/control
--- onnx-1.14.1/debian/control  2023-08-20 00:51:54.000000000 -0300
+++ onnx-1.14.1/debian/control  2024-02-03 14:51:38.000000000 -0300
@@ -44,7 +44,10 @@
  .
  This package contains the python interface.
 
-Package: libonnx1
+Package: libonnx1t64
+Provides: ${t64:Provides}
+Replaces: libonnx1
+Breaks: libonnx1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -66,7 +69,7 @@
 Package: libonnx-dev
 Architecture: any
 Multi-Arch: same
-Depends: libonnx1 (= ${binary:Version}),
+Depends: libonnx1t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: Open Neural Network Exchange (ONNX) (dev)
  Open Neural Network Exchange (ONNX) is the first step toward an open ecosystem
diff -Nru onnx-1.14.1/debian/libonnx1.install 
onnx-1.14.1/debian/libonnx1.install
--- onnx-1.14.1/debian/libonnx1.install 2022-02-19 11:14:02.000000000 -0300
+++ onnx-1.14.1/debian/libonnx1.install 1969-12-31 21:00:00.000000000 -0300
@@ -1,2 +0,0 @@
-usr/lib/*/libonnx.so.*
-usr/lib/*/libonnx_proto.so.*
diff -Nru onnx-1.14.1/debian/libonnx1t64.install 
onnx-1.14.1/debian/libonnx1t64.install
--- onnx-1.14.1/debian/libonnx1t64.install      1969-12-31 21:00:00.000000000 
-0300
+++ onnx-1.14.1/debian/libonnx1t64.install      2022-02-19 11:14:02.000000000 
-0300
@@ -0,0 +1,2 @@
+usr/lib/*/libonnx.so.*
+usr/lib/*/libonnx_proto.so.*
diff -Nru onnx-1.14.1/debian/libonnx1t64.lintian-overrides 
onnx-1.14.1/debian/libonnx1t64.lintian-overrides
--- onnx-1.14.1/debian/libonnx1t64.lintian-overrides    1969-12-31 
21:00:00.000000000 -0300
+++ onnx-1.14.1/debian/libonnx1t64.lintian-overrides    2024-02-03 
14:51:38.000000000 -0300
@@ -0,0 +1 @@
+libonnx1t64: package-name-doesnt-match-sonames libonnx1

--- End Message ---
--- Begin Message ---
Source: onnx
Source-Version: 1.14.1-2.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
onnx, 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 1062...@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 onnx 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:26:46 +0000
Source: onnx
Architecture: source
Version: 1.14.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Deep Learning Team <debian...@lists.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062824
Changes:
 onnx (1.14.1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062824
Checksums-Sha1:
 c6d8469ca4df162fa04c65d9ac7334181aa96793 2426 onnx_1.14.1-2.1.dsc
 1470c37faa9e69b2efc67aa50752fcc0017069e9 12444 onnx_1.14.1-2.1.debian.tar.xz
 3a9754f0d97415948cbf415356057beb64ce65fe 9052 onnx_1.14.1-2.1_source.buildinfo
Checksums-Sha256:
 e0731c452f82927fa44ce9bf345b77a6a8923b21139d71cd363de8747a1dc2a4 2426 
onnx_1.14.1-2.1.dsc
 80599dabacece730b4457bf2bbf58370b8dd74a18be2230a0d43c39e897eeb63 12444 
onnx_1.14.1-2.1.debian.tar.xz
 d4cda2d5dc1b5719029169e03dc9b587d98a298962550b33613b858d9a81097c 9052 
onnx_1.14.1-2.1_source.buildinfo
Files:
 d0054536595b704d90d6fff7abce8114 2426 science optional onnx_1.14.1-2.1.dsc
 ae2c45d79370b8a7f56192149ded2c6a 12444 science optional 
onnx_1.14.1-2.1.debian.tar.xz
 2928e8f6c79588b27d6de9818f6cbe11 9052 science optional 
onnx_1.14.1-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXf7EoACgkQFZ61xO/I
d0wsCBAAl90cianhhh/VorNxIecB+bOlIl5IR9r+yLBxJPu84hf2B5oo/lTXYiks
Vnyj6anB3EvyD6+rNIzIko3vpC025djRmlbpvHLL/ivZq22Qz0FMmNIatraF+LEm
32I/s9xrAtdD6QYypSvsjFhS7MQHP4eoEKRyb8G9MK3ppoRtpU+TErrvOMNPnq3W
4SDVeIxA3r5eBX4FNkBh1ObfDv5rEm7Gk+AR0rvQG7Io2GbhTQBgSFdLh6gpx5sf
l+DFulxXTCGFbDKEwIMKJj2vdqz9+HeQuNsfyD2aMRuJeYBrlhP9iQW58bq9KtcH
iVow0zennx8djDDzGWLeHvdfBl9RRtgmc3uw3YkqpHl61XRTTji34jhU4G24l1Gg
wS4No3WC4dbdtd95596UJPxRSk/495CkS3ETJ68YJA5K6V7II8GDGBd29sB35WQi
heD+woo5bYk724qUp/oMKRMjYNEE7rYUIZ5O+T2MJQyKHZ36jRnkhgK52IcJJPd/
fGUPzMSJ69++2mPw/D3nLspxvyPGQ3XB5i3A+vYMILoWEWTBCeijoF2QMTnYiSI3
du8ewaAzy2SFDfecW8R9TOMQqV1NUYJ2srOo6b/xJm9wP+6rBNf+yI8sSBzQyQnU
YjHNRhcYEYkr1MPKy7kKAwmimDRaVHNvDMjGNtTyKVYBRaRqyyw=
=Z+Af
-----END PGP SIGNATURE-----

Attachment: pgp8adtvnCygF.pgp
Description: PGP signature


--- End Message ---

Reply via email to