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

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



Your message dated Thu, 29 Feb 2024 22:04:54 +0000
with message-id <E1rfoWM-00DBtg-7P@fasolo.debian.org>
and subject line Bug#1063286: fixed in portsmf 0.1~svn20101010-6.1
has caused the Debian Bug report #1063286,
regarding portsmf: 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.)


-- 
1063286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063286
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: portsmf
Version: 0.1~svn20101010-6
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@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
portsmf 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 portsmf
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.5.0-15-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 portsmf-0.1~svn20101010/debian/changelog portsmf-0.1~svn20101010/debian/changelog
--- portsmf-0.1~svn20101010/debian/changelog	2021-08-15 12:14:13.000000000 -0300
+++ portsmf-0.1~svn20101010/debian/changelog	2024-02-05 22:54:08.000000000 -0300
@@ -1,3 +1,10 @@
+portsmf (0.1~svn20101010-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 05 Feb 2024 22:54:08 -0300
+
 portsmf (0.1~svn20101010-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru portsmf-0.1~svn20101010/debian/control portsmf-0.1~svn20101010/debian/control
--- portsmf-0.1~svn20101010/debian/control	2021-08-15 12:10:27.000000000 -0300
+++ portsmf-0.1~svn20101010/debian/control	2024-02-05 22:54:08.000000000 -0300
@@ -9,7 +9,10 @@
 Vcs-Browser: https://salsa.debian.org/multimedia-team/portsmf
 Vcs-Git: https://salsa.debian.org/multimedia-team/portsmf.git
 
-Package: libportsmf0
+Package: libportsmf0t64
+Provides: ${t64:Provides}
+Replaces: libportsmf0
+Breaks: libportsmf0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -35,7 +38,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libportsmf0 (= ${binary:Version}), ${misc:Depends}
+Depends: libportsmf0t64 (= ${binary:Version}), ${misc:Depends}
 Description: Portable Standard Midi File Library (development files)
  Portsmf is "Port Standard MIDI File", a cross-platform, C++ library for reading
  and writing Standard MIDI Files.
diff -Nru portsmf-0.1~svn20101010/debian/libportsmf0.install portsmf-0.1~svn20101010/debian/libportsmf0.install
--- portsmf-0.1~svn20101010/debian/libportsmf0.install	2021-08-15 12:10:27.000000000 -0300
+++ portsmf-0.1~svn20101010/debian/libportsmf0.install	1969-12-31 21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libportSMF.so.0*
diff -Nru portsmf-0.1~svn20101010/debian/libportsmf0t64.install portsmf-0.1~svn20101010/debian/libportsmf0t64.install
--- portsmf-0.1~svn20101010/debian/libportsmf0t64.install	1969-12-31 21:00:00.000000000 -0300
+++ portsmf-0.1~svn20101010/debian/libportsmf0t64.install	2021-08-15 12:10:27.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libportSMF.so.0*
diff -Nru portsmf-0.1~svn20101010/debian/libportsmf0t64.lintian-overrides portsmf-0.1~svn20101010/debian/libportsmf0t64.lintian-overrides
--- portsmf-0.1~svn20101010/debian/libportsmf0t64.lintian-overrides	1969-12-31 21:00:00.000000000 -0300
+++ portsmf-0.1~svn20101010/debian/libportsmf0t64.lintian-overrides	2024-02-05 22:54:08.000000000 -0300
@@ -0,0 +1 @@
+libportsmf0t64: package-name-doesnt-match-sonames libportsmf0

--- End Message ---
--- Begin Message ---
Source: portsmf
Source-Version: 0.1~svn20101010-6.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
portsmf, 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 1063286@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 portsmf 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: Thu, 29 Feb 2024 21:13:16 +0000
Source: portsmf
Architecture: source
Version: 0.1~svn20101010-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1063286
Changes:
 portsmf (0.1~svn20101010-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063286
Checksums-Sha1:
 44d905f0925ff0d2e7c7d408c632c3786a1d5d88 2100 portsmf_0.1~svn20101010-6.1.dsc
 88eb8c3edae217bf9f6ed3828ad878df48b9ad76 4132 portsmf_0.1~svn20101010-6.1.debian.tar.xz
 88cf31eea0f95c4d753bf8b9bee0031878be8c00 7263 portsmf_0.1~svn20101010-6.1_source.buildinfo
Checksums-Sha256:
 5de321bb5aaee03398f789424dedaa68dd389834fbe6b5743e1a5aa0f9559543 2100 portsmf_0.1~svn20101010-6.1.dsc
 39080faf9f61cd5b8e796cd5748da7bf5f1288d48f89c263beb38d455bb2e363 4132 portsmf_0.1~svn20101010-6.1.debian.tar.xz
 0ab4df874c2ac3f7846a4c8c9e09ffc63f24ea7cc3aad2db054b0f2897d455c0 7263 portsmf_0.1~svn20101010-6.1_source.buildinfo
Files:
 eda328a84681f46d353deb19879c25d6 2100 libs optional portsmf_0.1~svn20101010-6.1.dsc
 b6b4c25fde4362494722898d6af81a25 4132 libs optional portsmf_0.1~svn20101010-6.1.debian.tar.xz
 3be6ba6fa50b81f5a89edede7cb19d76 7263 libs optional portsmf_0.1~svn20101010-6.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg84cACgkQFZ61xO/I
d0zejQ//WsEqh9g5DzYvdxSSFe9ifIWijKKHNEMwVOHaowt61uW7vBNJ+/2p22qA
es/oHyI3nPYK6Y49/FGOjtNW18LYYGFUtojWRCXJl3ptR6q7UGvPXKdBW8/3P95U
9woc8D3RmgAdEX93+XGpkiRJQZRvSoXm5qotrgHbVYhXsS0tEYvCuiwsA074fCYe
aYgMRzT/AvcMBqIE2jMXeD5OKEReetAYJJCx2v6rpIRiwHFtnEeX3vEBhzGYgxtc
xpktXGS+kQKaSh59OHyxMajFdp8+4Xrc6wRkLHpskKfsbm8jLh1GKRGRpdRdYxJ4
L1ig9YJopmMEgHe/05fbnE4oQLZN0kR2kbA0PjFmMESRMQKuTbaFnJDb6CcKmPQE
DNuIl/r0o+AMUL1a+fNBCOa+VnMGACpv0dbAuYYqoLr5/PsG2BlrLxFORclEXiia
0Pf7JrvOiHimDNAfex3myAdBcovccijfYSAfyEabFkp/BDg/YiDfv+MK6B2KT3kx
bsZegoqRiLVpHsLCcJHX/QsuwjMxs9kfPn21NDE2X4EqPsgJAmo/bAQMtQMG21bs
/Gvp/mj+sWtJuGLeOwaIxYGX4B6yZwe1qPNtI+RSV+4UCotlemOcIfFOhGeo6wq7
xu4OvX0QhygS/nUVl4PSohL56ORV7Z8AXyny012s8OxfTZv8peE=
=8qnL
-----END PGP SIGNATURE-----

Attachment: pgps4EMZtfbrm.pgp
Description: PGP signature


--- End Message ---

Reply to: