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

Bug#1061881: marked as done (akonadi-search: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 01:09:15 +0000
with message-id <E1rf8Rf-003dMF-1k@fasolo.debian.org>
and subject line Bug#1061881: fixed in akonadi-search 4:22.12.3-1.1
has caused the Debian Bug report #1061881,
regarding akonadi-search: 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.)


-- 
1061881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061881
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: akonadi-search
Version: 4:22.12.3-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
akonadi-search 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 akonadi-search
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'), (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 akonadi-search-22.12.3/debian/changelog akonadi-search-22.12.3/debian/changelog
--- akonadi-search-22.12.3/debian/changelog	2023-03-01 20:32:14.000000000 +0000
+++ akonadi-search-22.12.3/debian/changelog	2024-01-29 23:05:33.000000000 +0000
@@ -1,3 +1,10 @@
+akonadi-search (4:22.12.3-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 29 Jan 2024 23:05:33 +0000
+
 akonadi-search (4:22.12.3-1) unstable; urgency=medium
 
   [ Patrick Franz ]
diff -Nru akonadi-search-22.12.3/debian/control akonadi-search-22.12.3/debian/control
--- akonadi-search-22.12.3/debian/control	2023-03-01 18:27:15.000000000 +0000
+++ akonadi-search-22.12.3/debian/control	2024-01-29 23:05:33.000000000 +0000
@@ -74,7 +74,9 @@
  .
  This package contains runtime plugins.
 
-Package: libkf5akonadisearchcore5
+Package: libkf5akonadisearchcore5t64
+Replaces: libkf5akonadisearchcore5
+Breaks: libkf5akonadisearchcore5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: libkf5akonadisearch-data (>= ${source:Version}),
@@ -85,18 +87,22 @@
 Description: Akonadi search core library
  Internal library used to search in the Akonadi PIM data server.
  This package contains the core library.
-Provides: ${ABI:VirtualPackage},
+Provides: ${ABI:VirtualPackage},, ${t64:Provides}
 
-Package: libkf5akonadisearchdebug5
+Package: libkf5akonadisearchdebug5t64
+Replaces: libkf5akonadisearchdebug5
+Breaks: libkf5akonadisearchdebug5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends},
 Description: Akonadi search debug library
  Internal library used to search in the Akonadi PIM data server.
  This package contains the debug library.
-Provides: ${ABI:VirtualPackage},
+Provides: ${ABI:VirtualPackage},, ${t64:Provides}
 
-Package: libkf5akonadisearchpim5
+Package: libkf5akonadisearchpim5t64
+Replaces: libkf5akonadisearchpim5
+Breaks: libkf5akonadisearchpim5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends},
@@ -104,13 +110,15 @@
             libkf5akonadisearch-plugins (= ${binary:Version}),
 Description: Akonadi search library
  Library used to search in the Akonadi PIM data server.
-Provides: ${ABI:VirtualPackage},
+Provides: ${ABI:VirtualPackage},, ${t64:Provides}
 
-Package: libkf5akonadisearchxapian5
+Package: libkf5akonadisearchxapian5t64
+Replaces: libkf5akonadisearchxapian5
+Breaks: libkf5akonadisearchxapian5 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends},
 Description: Akonadi search xapian library
  Internal library used to search in the Akonadi PIM data server.
  This package contains the xapian library.
-Provides: ${ABI:VirtualPackage},
+Provides: ${ABI:VirtualPackage},, ${t64:Provides}
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchcore5.install akonadi-search-22.12.3/debian/libkf5akonadisearchcore5.install
--- akonadi-search-22.12.3/debian/libkf5akonadisearchcore5.install	2022-12-20 00:37:22.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchcore5.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libKF5AkonadiSearchCore.so.5
-usr/lib/*/libKF5AkonadiSearchCore.so.5.*
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchcore5t64.install akonadi-search-22.12.3/debian/libkf5akonadisearchcore5t64.install
--- akonadi-search-22.12.3/debian/libkf5akonadisearchcore5t64.install	1970-01-01 00:00:00.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchcore5t64.install	2022-12-20 00:37:22.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5AkonadiSearchCore.so.5
+usr/lib/*/libKF5AkonadiSearchCore.so.5.*
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchcore5t64.lintian-overrides akonadi-search-22.12.3/debian/libkf5akonadisearchcore5t64.lintian-overrides
--- akonadi-search-22.12.3/debian/libkf5akonadisearchcore5t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchcore5t64.lintian-overrides	2024-01-29 23:05:33.000000000 +0000
@@ -0,0 +1 @@
+libkf5akonadisearchcore5t64: package-name-doesnt-match-sonames libkf5akonadisearchcore5
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5.install akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5.install
--- akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5.install	2022-12-20 00:37:22.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libKF5AkonadiSearchDebug.so.5
-usr/lib/*/libKF5AkonadiSearchDebug.so.5.*
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5t64.install akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5t64.install
--- akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5t64.install	1970-01-01 00:00:00.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5t64.install	2022-12-20 00:37:22.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5AkonadiSearchDebug.so.5
+usr/lib/*/libKF5AkonadiSearchDebug.so.5.*
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5t64.lintian-overrides akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5t64.lintian-overrides
--- akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchdebug5t64.lintian-overrides	2024-01-29 23:05:33.000000000 +0000
@@ -0,0 +1 @@
+libkf5akonadisearchdebug5t64: package-name-doesnt-match-sonames libkf5akonadisearchdebug5
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchpim5.install akonadi-search-22.12.3/debian/libkf5akonadisearchpim5.install
--- akonadi-search-22.12.3/debian/libkf5akonadisearchpim5.install	2022-12-20 00:37:22.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchpim5.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libKF5AkonadiSearchPIM.so.5
-usr/lib/*/libKF5AkonadiSearchPIM.so.5.*
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchpim5t64.install akonadi-search-22.12.3/debian/libkf5akonadisearchpim5t64.install
--- akonadi-search-22.12.3/debian/libkf5akonadisearchpim5t64.install	1970-01-01 00:00:00.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchpim5t64.install	2022-12-20 00:37:22.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5AkonadiSearchPIM.so.5
+usr/lib/*/libKF5AkonadiSearchPIM.so.5.*
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchpim5t64.lintian-overrides akonadi-search-22.12.3/debian/libkf5akonadisearchpim5t64.lintian-overrides
--- akonadi-search-22.12.3/debian/libkf5akonadisearchpim5t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchpim5t64.lintian-overrides	2024-01-29 23:05:33.000000000 +0000
@@ -0,0 +1 @@
+libkf5akonadisearchpim5t64: package-name-doesnt-match-sonames libkf5akonadisearchpim5
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5.install akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5.install
--- akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5.install	2022-12-20 00:37:22.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libKF5AkonadiSearchXapian.so.5
-usr/lib/*/libKF5AkonadiSearchXapian.so.5.*
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5t64.install akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5t64.install
--- akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5t64.install	1970-01-01 00:00:00.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5t64.install	2022-12-20 00:37:22.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5AkonadiSearchXapian.so.5
+usr/lib/*/libKF5AkonadiSearchXapian.so.5.*
diff -Nru akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5t64.lintian-overrides akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5t64.lintian-overrides
--- akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ akonadi-search-22.12.3/debian/libkf5akonadisearchxapian5t64.lintian-overrides	2024-01-29 23:05:33.000000000 +0000
@@ -0,0 +1 @@
+libkf5akonadisearchxapian5t64: package-name-doesnt-match-sonames libkf5akonadisearchxapian5

--- End Message ---
--- Begin Message ---
Source: akonadi-search
Source-Version: 4:22.12.3-1.1
Done: Steve Langasek <vorlon@debian.org>

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

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated akonadi-search 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 00:39:18 +0000
Source: akonadi-search
Architecture: source
Version: 4:22.12.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1061881
Changes:
 akonadi-search (4:22.12.3-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1061881
Checksums-Sha1:
 0fd6eb60984f86fbe3800032d3779d29d6fbb856 3513 akonadi-search_22.12.3-1.1.dsc
 d9cc4081f32364f82f89c1e976588550ac638310 16124 akonadi-search_22.12.3-1.1.debian.tar.xz
 a466232c3aed1eaddc32fdf03a1f87dc17f91373 20887 akonadi-search_22.12.3-1.1_source.buildinfo
Checksums-Sha256:
 5996ebb51095d272376f916075dac612fb960f0bdc0db6583656ad9075443baa 3513 akonadi-search_22.12.3-1.1.dsc
 c91bf6ab09d0f87dd6df0549f034e8ab89828016dcb1f770c16161d4389e9593 16124 akonadi-search_22.12.3-1.1.debian.tar.xz
 f3c627529ef1640ab777902afe29699e84f3a5233c3b8c322143cfdfbc267691 20887 akonadi-search_22.12.3-1.1_source.buildinfo
Files:
 e5af0ed9400aff197d16b06f495ef398 3513 libs optional akonadi-search_22.12.3-1.1.dsc
 e2276b41ce0730e50220c0857228e24b 16124 libs optional akonadi-search_22.12.3-1.1.debian.tar.xz
 c334c7cd784aeb813b70f3d720232f8a 20887 libs optional akonadi-search_22.12.3-1.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXegOISHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9Q2MP/26RcgLPPfUfvMxQMSJr8Udno7r+M7Qq
NhjHCXVB2uH09e8NHk8Uz4Gyx5qiTh+T9WxCnIzSPpBSiZ0s7OZwOSmjEq2zE0mi
8yckmSjaQGMKMReBFNoGapipVpMfbD8lmiQk86k8x/6Ox+IRWRj5/uCBwD68PtKM
ARQl0XP6ZsDE3VQp1W1chhx1+mAJ99XA2ITFi7sAjRg7Zt/AV2AP623nLC2S2XlS
1kCv/pKIqk/kJVU6mQnf0ChBZyxvskP/2qvJoNdrNRrPZ/uVdGsVHFideJ5T7KFy
WFONDMOL4uOZBvcA3zcwUsyx4XfC2IFvL3gctMlkssY4ln9zlVp5XSr7Gc/Bm0Au
InXB6P2eCmkxfUU+vE7Wh/nmLGRR5Gj5sla6OXUe6CHx2W6gqK8JEs1TfvLV6QW+
fQt76IxbcAKva1Ip4yAJOQCnvtey3qRhXH438BY5XT86idapD+ruLqMi7xUyFV9h
Vx5/w+Uuoy6Ctoi5IEu6BpkBA427ArwrylmX0w8qVjmIS4j3Ydw4B3pkQGDEFNRZ
7HJFkw5qkOIB2x1+vumP4oFknj46uQHXa0TTQHJczOhcBCXjCc9Ox6O9ziViVS5J
W1gS9rmTkZ0GH5xsXuR3lRVZ2jUJwgYUaHZ/OiciGt1Ns/E71RAjKBS+XuHZFM3h
xxfN0SrV0caS
=MBpm
-----END PGP SIGNATURE-----

Attachment: pgp79aaWnNsF1.pgp
Description: PGP signature


--- End Message ---

Reply to: