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

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



Your message dated Wed, 28 Feb 2024 22:07:32 +0100
with message-id <11957575.nUPlyArG6x@treadstone-71>
and subject line 
has caused the Debian Bug report #1062487,
regarding kmime: 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.)


-- 
1062487: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062487
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: kmime
Version: 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
kmime 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 kmime
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-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru kmime-22.12.3/debian/changelog kmime-22.12.3/debian/changelog
--- kmime-22.12.3/debian/changelog	2023-03-01 20:30:40.000000000 +0000
+++ kmime-22.12.3/debian/changelog	2024-02-01 17:05:37.000000000 +0000
@@ -1,3 +1,10 @@
+kmime (22.12.3-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <ginggs@debian.org>  Thu, 01 Feb 2024 17:05:37 +0000
+
 kmime (22.12.3-1) unstable; urgency=medium
 
   [ Patrick Franz ]
diff -Nru kmime-22.12.3/debian/control kmime-22.12.3/debian/control
--- kmime-22.12.3/debian/control	2023-03-01 18:26:50.000000000 +0000
+++ kmime-22.12.3/debian/control	2024-02-01 17:05:37.000000000 +0000
@@ -36,7 +36,7 @@
 Multi-Arch: same
 Depends: libkf5codecs-dev (>= 5.99.0~),
          libkf5i18n-dev (>= 5.99.0~),
-         libkf5mime5abi1 (= ${binary:Version}),
+         libkf5mime5abi1t64 (= ${binary:Version}),
          qtbase5-dev (>= 5.15.2~),
          ${misc:Depends},
 Description: library for handling MIME data - development files
@@ -48,7 +48,9 @@
  .
  This package contains the development files.
 
-Package: libkf5mime5abi1
+Package: libkf5mime5abi1t64
+Replaces: libkf5mime5abi1
+Breaks: libkf5mime5abi1 (<< ${source:Version})
 X-Debian-ABI: 1
 X-CMake-Target: KF5Mime
 Architecture: any
@@ -56,7 +58,7 @@
 Depends: libkf5mime-data (= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
-Provides: ${ABI:VirtualPackage},
+Provides: ${ABI:VirtualPackage},, ${t64:Provides}
 Description: library for handling MIME data
  This library provides an API for handling MIME data. MIME (Multipurpose
  Internet Mail Extensions) is an Internet Standard that extends the format
diff -Nru kmime-22.12.3/debian/libkf5mime5abi1.install kmime-22.12.3/debian/libkf5mime5abi1.install
--- kmime-22.12.3/debian/libkf5mime5abi1.install	2022-12-20 00:36:55.000000000 +0000
+++ kmime-22.12.3/debian/libkf5mime5abi1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libKF5Mime.so.5*
diff -Nru kmime-22.12.3/debian/libkf5mime5abi1t64.install kmime-22.12.3/debian/libkf5mime5abi1t64.install
--- kmime-22.12.3/debian/libkf5mime5abi1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ kmime-22.12.3/debian/libkf5mime5abi1t64.install	2022-12-20 00:36:55.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libKF5Mime.so.5*
diff -Nru kmime-22.12.3/debian/libkf5mime5abi1t64.lintian-overrides kmime-22.12.3/debian/libkf5mime5abi1t64.lintian-overrides
--- kmime-22.12.3/debian/libkf5mime5abi1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ kmime-22.12.3/debian/libkf5mime5abi1t64.lintian-overrides	2024-02-01 17:05:37.000000000 +0000
@@ -0,0 +1 @@
+libkf5mime5abi1t64: package-name-doesnt-match-sonames libkf5mime5abi1

--- End Message ---
--- Begin Message ---
The package depends on libqt5core5a and will thus be binNMU'ed as part 
of that transition, see https://bugs.debian.org/cgi-bin/bugreport.cgi?
bug=1062946.

--- End Message ---

Reply to: