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

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



Your message dated Wed, 28 Feb 2024 12:54:56 +0000
with message-id <E1rfJSa-0062t9-S8@fasolo.debian.org>
and subject line Bug#1062321: fixed in libgpiv 0.6.1-7.2
has caused the Debian Bug report #1062321,
regarding libgpiv: 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.)


-- 
1062321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062321
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libgpiv
Version: 0.6.1-7.1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

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
libgpiv 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 libgpiv
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'), (500, 'testing'), (1, 'experimental')
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 libgpiv-0.6.1/debian/changelog libgpiv-0.6.1/debian/changelog
--- libgpiv-0.6.1/debian/changelog	2021-01-03 16:54:03.000000000 +0000
+++ libgpiv-0.6.1/debian/changelog	2024-02-01 02:07:00.000000000 +0000
@@ -1,3 +1,10 @@
+libgpiv (0.6.1-7.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 02:07:00 +0000
+
 libgpiv (0.6.1-7.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru libgpiv-0.6.1/debian/control libgpiv-0.6.1/debian/control
--- libgpiv-0.6.1/debian/control	2017-09-01 18:18:18.000000000 +0000
+++ libgpiv-0.6.1/debian/control	2024-02-01 02:07:00.000000000 +0000
@@ -33,13 +33,16 @@
  This package contains the files that the libgpiv3-* packages share,
  like the configuration file.
 
-Package: libgpiv3
+Package: libgpiv3t64
+Provides: ${t64:Provides}
+Replaces: libgpiv3
+Breaks: libgpiv3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: libgpiv3-common,
          ${misc:Depends},
          ${shlibs:Depends}
-Conflicts: libgpiv-mpi3
+Conflicts: libgpiv-mpi3t64
 Description: library for Particle Image Velocimetry (PIV)
  This library contains functions for evaluating images from a fluid
  flow by means of Particle Image Velocimetry (PIV).
@@ -63,7 +66,7 @@
 Provides: libgpiv-dev
 Section: libdevel
 Architecture: any
-Depends: libgpiv-mpi3 (= ${binary:Version}) | libgpiv3 (= ${binary:Version}),
+Depends: libgpiv-mpi3t64 (= ${binary:Version}) | libgpiv3t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: library for Particle Image Velocimetry (PIV) - development files
  This library contains functions for evaluating images from a fluid flow
@@ -87,13 +90,16 @@
  This package contains the Application Programming Interface (API)
  documentation, generated by doxygen in html format.
 
-Package: libgpiv-mpi3
+Package: libgpiv-mpi3t64
+Provides: ${t64:Provides}
+Replaces: libgpiv-mpi3
+Breaks: libgpiv-mpi3 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: libgpiv3-common (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-Conflicts: libgpiv3
+Conflicts: libgpiv3t64
 Description: library for Particle Image Velocimetry (PIV) - MPI version
  This library contains functions for evaluating images from a fluid
  flow by means of Particle Image Velocimetry (PIV).
diff -Nru libgpiv-0.6.1/debian/libgpiv-mpi3.install libgpiv-0.6.1/debian/libgpiv-mpi3.install
--- libgpiv-0.6.1/debian/libgpiv-mpi3.install	2017-07-23 11:16:48.000000000 +0000
+++ libgpiv-0.6.1/debian/libgpiv-mpi3.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libgpiv-0.6.1/debian/libgpiv-mpi3t64.install libgpiv-0.6.1/debian/libgpiv-mpi3t64.install
--- libgpiv-0.6.1/debian/libgpiv-mpi3t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libgpiv-0.6.1/debian/libgpiv-mpi3t64.install	2017-07-23 11:16:48.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libgpiv-0.6.1/debian/libgpiv-mpi3t64.lintian-overrides libgpiv-0.6.1/debian/libgpiv-mpi3t64.lintian-overrides
--- libgpiv-0.6.1/debian/libgpiv-mpi3t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libgpiv-0.6.1/debian/libgpiv-mpi3t64.lintian-overrides	2024-02-01 02:07:00.000000000 +0000
@@ -0,0 +1 @@
+libgpiv-mpi3t64: package-name-doesnt-match-sonames libgpiv-mpi3
diff -Nru libgpiv-0.6.1/debian/libgpiv3.install libgpiv-0.6.1/debian/libgpiv3.install
--- libgpiv-0.6.1/debian/libgpiv3.install	2017-07-23 11:16:58.000000000 +0000
+++ libgpiv-0.6.1/debian/libgpiv3.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libgpiv-0.6.1/debian/libgpiv3t64.install libgpiv-0.6.1/debian/libgpiv3t64.install
--- libgpiv-0.6.1/debian/libgpiv3t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libgpiv-0.6.1/debian/libgpiv3t64.install	2017-07-23 11:16:58.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libgpiv-0.6.1/debian/libgpiv3t64.lintian-overrides libgpiv-0.6.1/debian/libgpiv3t64.lintian-overrides
--- libgpiv-0.6.1/debian/libgpiv3t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libgpiv-0.6.1/debian/libgpiv3t64.lintian-overrides	2024-02-01 02:07:00.000000000 +0000
@@ -0,0 +1 @@
+libgpiv3t64: package-name-doesnt-match-sonames libgpiv3

--- End Message ---
--- Begin Message ---
Source: libgpiv
Source-Version: 0.6.1-7.2
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
libgpiv, 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 1062321@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 libgpiv 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: Wed, 28 Feb 2024 12:28:25 +0000
Source: libgpiv
Architecture: source
Version: 0.6.1-7.2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062321
Changes:
 libgpiv (0.6.1-7.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062321
Checksums-Sha1:
 08e2315c0b6afb238462cc734508c0c7c0157d8b 2370 libgpiv_0.6.1-7.2.dsc
 2327de41874f59966ebca905d2b9d3daf09f169c 14132 libgpiv_0.6.1-7.2.debian.tar.xz
 97f638cf4df3c3e3c19b79e02a1789c442b3541e 10748 libgpiv_0.6.1-7.2_source.buildinfo
Checksums-Sha256:
 ab1b0d8193ae9f4ccdc508d7b89c33666941ede1fc8cdefa3511f1fcf12bc776 2370 libgpiv_0.6.1-7.2.dsc
 19a57c8eedfcd8a3124029d48013dd4c58e9f22090fc5f757de5b2650b132a7a 14132 libgpiv_0.6.1-7.2.debian.tar.xz
 10778cc9c086d36228305a7ca5edacef0c9eab6a00f11b0b5acb3476fb2cfe53 10748 libgpiv_0.6.1-7.2_source.buildinfo
Files:
 cd1b736e2885f6a7b1dfe37011175a89 2370 science optional libgpiv_0.6.1-7.2.dsc
 ed3caf3737d85338ba493644579b260f 14132 science optional libgpiv_0.6.1-7.2.debian.tar.xz
 0f8aeeda291ab8ac5a0f26a3d01b36f6 10748 science optional libgpiv_0.6.1-7.2_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfJyUACgkQFZ61xO/I
d0y23w/9F+oATShx+eDgjGjAU6xLtU7rTgd0tJhEMfy3ohvBOXJr8+wyEU6/SLwn
D+4r4awA6IqcS5OxnJpR26y37+TB6Zg/4yZYGXy+tGA6Kx2YDS0u6YxodCMzliKj
8pTNWyBAhE8KtMTgasWGSIyGnRsB95Cj61sb5hHbnqV/SbqfwVKwmdwUe/xF3j6G
K3PvJiAfvUnMa6kX3lpx/p0DfY/vCM7CayONw9XkR9k4t55Y/AhBsdmzcVwuDiaG
Ge2pFK2FIJ8Hm2rzwxhAtgAG2LOaP0T5kymXQ7OKVH7KMwGZ0OXUZLJ+SEKBmj2P
kdn263PKWKVVrLuM6eK3GnolR1e7Y3hiWjhz84Me1LyKmsgBkJHnwSFDHu9CWbR0
WrODXkOYdb8yQHZXclxoUp6MS2L8pO1jA5XnLWZQRz1cyGrIkuSl1XCXaK7RyNHB
zHllbpOpYOAPcyuAnaQz6YsRpGefaNeVoHj4Bur2zyiXtUBgxIwuqCsVBqhB4BVa
ruZ4o0DJqAeIVyVbt8A8BlXuMlBdlJTLTOg+2DThvxdse7m/lFxzcVFfGROdqq1y
gyahL4RiokQvu+1LeztLzGX0U8NtiycePElvcGTgJP8K+PgDUrFJ0oVr5QnkLAdm
3oszLAclEmEDv4xftCHdYMnWpaHiBFJWIOR4dmOB3el4VCI1/2w=
=UrW0
-----END PGP SIGNATURE-----

Attachment: pgpyfbYbeujvi.pgp
Description: PGP signature


--- End Message ---

Reply to: