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

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



Your message dated Wed, 28 Feb 2024 15:13:37 +0000
with message-id <E1rfLcn-006mfH-3n@fasolo.debian.org>
and subject line Bug#1062485: fixed in libnova 0.16-5.1
has caused the Debian Bug report #1062485,
regarding libnova: 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.)


-- 
1062485: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062485
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libnova
Version: 0.16-5
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
libnova 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 libnova
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 libnova-0.16/debian/changelog libnova-0.16/debian/changelog
--- libnova-0.16/debian/changelog	2020-11-08 08:55:47.000000000 +0000
+++ libnova-0.16/debian/changelog	2024-02-01 17:01:22.000000000 +0000
@@ -1,3 +1,10 @@
+libnova (0.16-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 17:01:22 +0000
+
 libnova (0.16-5) unstable; urgency=medium
 
   * Team upload.
diff -Nru libnova-0.16/debian/control libnova-0.16/debian/control
--- libnova-0.16/debian/control	2020-11-08 08:20:45.000000000 +0000
+++ libnova-0.16/debian/control	2024-02-01 17:01:21.000000000 +0000
@@ -10,7 +10,10 @@
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/libnova
 Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/libnova.git
 
-Package: libnova-0.16-0
+Package: libnova-0.16-0t64
+Provides: ${t64:Provides}
+Replaces: libnova-0.16-0
+Breaks: libnova-0.16-0 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -23,7 +26,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libnova-0.16-0 (= ${binary:Version}),
+Depends: libnova-0.16-0t64 (= ${binary:Version}),
          libnova-dev-bin (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends},
diff -Nru libnova-0.16/debian/libnova-0.16-0.install libnova-0.16/debian/libnova-0.16-0.install
--- libnova-0.16/debian/libnova-0.16-0.install	2020-11-08 08:01:23.000000000 +0000
+++ libnova-0.16/debian/libnova-0.16-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libnova-0.16.so.0
-usr/lib/*/libnova-0.16.so.0.*
diff -Nru libnova-0.16/debian/libnova-0.16-0t64.install libnova-0.16/debian/libnova-0.16-0t64.install
--- libnova-0.16/debian/libnova-0.16-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libnova-0.16/debian/libnova-0.16-0t64.install	2020-11-08 08:01:23.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libnova-0.16.so.0
+usr/lib/*/libnova-0.16.so.0.*
diff -Nru libnova-0.16/debian/libnova-0.16-0t64.lintian-overrides libnova-0.16/debian/libnova-0.16-0t64.lintian-overrides
--- libnova-0.16/debian/libnova-0.16-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libnova-0.16/debian/libnova-0.16-0t64.lintian-overrides	2024-02-01 17:01:21.000000000 +0000
@@ -0,0 +1 @@
+libnova-0.16-0t64: package-name-doesnt-match-sonames libnova-0.16-0

--- End Message ---
--- Begin Message ---
Source: libnova
Source-Version: 0.16-5.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
libnova, 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 1062485@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 libnova 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 14:22:58 +0000
Source: libnova
Architecture: source
Version: 0.16-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062485
Changes:
 libnova (0.16-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062485
Checksums-Sha1:
 0a8ddf7a1c86b03405e17e7d31ed8c268d5f1caf 2104 libnova_0.16-5.1.dsc
 3431f69cb3ffb2315a9c5f82c551a34b2e79ee34 4428 libnova_0.16-5.1.debian.tar.xz
 1cfe55f0c7274562846ac776d4d32e70391d1a6d 6112 libnova_0.16-5.1_source.buildinfo
Checksums-Sha256:
 f57069ec68fa31ad725a047ab5c0ab0c8e9d4e475955d13a6386af1f262e13f3 2104 libnova_0.16-5.1.dsc
 7da3fd9e7c6959f21a6c3044cb8820778dda5730e1abc679632058ad4cdc825a 4428 libnova_0.16-5.1.debian.tar.xz
 cef64a4368c54abdb875dbd50c44d8c11551979a287385e07c9c2febb6ac2651 6112 libnova_0.16-5.1_source.buildinfo
Files:
 537cc4914f3531f0df18731c8e0dc419 2104 libs optional libnova_0.16-5.1.dsc
 ace52d5fa3aece7164c4f8d5266c5a48 4428 libs optional libnova_0.16-5.1.debian.tar.xz
 d781502cfe7872f21e51fccc2b5d7186 6112 libs optional libnova_0.16-5.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfQdUACgkQFZ61xO/I
d0wfVhAAjfSsQ6zlamdTdBW9g88+ihaRKmYSZRAtUX0xeAJzhltxWbm5QmVMQFiH
eS2G/VLQWZqN6T/miZKILb2U/a1vxWZdDoK7vmu9IeLs00+Pw9NBxMe25IrWbgAG
WgURZ5k7/G/YaxI5M4lEnbJYcB2qKDn1qcADkORQLr23VftzY24PicNNF8pIMSRP
192mAb2pmfQ7ly2EDTh/ZXh+joiiU+oZQ4mjHKgXSFQNTCYGk+0vfQZ9Y40Tj+lQ
Zz4jOkcHiNgbNlwvfhV0lLeaXeB+44TMlrGP1si0Bs6LN61f3DMQxSGoYSZIb2E2
MPxzwIboD7C0eyyxicDRBJWfztRNB4tu/CWI9MSeeR7mOS37pGvCr/ujJvmPZk1G
xf0YNmL56CN+MQhLUe1u1bA0KWuqjVZtZXEcFkPjHlkeuS/SR6P1E1kjmnygoyMX
Id/clIYpRDaomgAqPoOqASCIfX9qi37GfOw7F/2eKDEn3B+OqMkqazWgBfJ4nf5o
/6/v+yUbVDUnmafjLPGsVrAcJzXwF9Ok8ixqIEIfWcVmSfDN3+rPbyBh5l3ydD18
rVuiMPPCRYPNlLMkyGTHP4tDWH2Mz1R7dn4QCmNTukHogfz80kwVqzmXaE/5N/lE
8popQBHzQWLbciLlqqDsFcpRaaF9/bRvu/t6ytUrHnSfqRxQ1b0=
=ISXS
-----END PGP SIGNATURE-----

Attachment: pgpf8cLGEUR7W.pgp
Description: PGP signature


--- End Message ---

Reply to: