• Bug#1064171: mir: NMU diff for 64-bit time_t transition (1/5)

    From Steve Langasek@21:1/5 to All on Sun Feb 18 02:10:02 2024
    This is a multi-part MIME message sent by reportbug.


    Source: mir
    Version: 24.0.1-1
    Severity: important
    Tags: patch pending sid trixie
    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
    mir 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 mir
    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'), (500, 'stable'), (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 mir-2.14.1/debian/changelog mir-2.14.1/debian/changelog
    --- mir-2.14.1/debian/changelog 2023-08-10 21:40:32.000000000 +0000
    +++ mir-2.14.1/debian/changelog 2024-02-18 00:17:53.000000000 +0000
    @@ -1,3 +1,10 @@
    +mir (2.14.1-4.1) experimental; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition.
    +
    + -- Steve Langasek <vorlon@debian.org> Sun, 18 Feb 2024 00:17:53 +0000
    +
    mir (2.14.1-4) unstable; urgency=medium

    * debian/control: Bump required wlcs version
    diff -Nru mir-2.14.1/debian/control mir-2.14.1/debian/control
    --- mir-2.14.1/debian/control 2023-08-10 21:39:30.000000000 +0000
    +++ mir-2.14.1/debian/control 2024-02-18 00:17:53.000000000 +0000
    @@ -71,7 +71,10 @@

    #TODO: Packaging infrastructure for better dependency generation,
    # ala pkg-xorg's xviddriver:Provides and ABI detection.
    -Package: libmirserver58
    +Package: libmirserver58t64
    +Provides: ${t64:Provides}
    +Replaces: libmirserver58
    +Breaks: libmirserver58 (<< ${source:Version})
    Section: libs
    Architecture: linux-any
    Multi-Arch:
  • From Benjamin Drung@21:1/5 to All on Wed Feb 28 21:20:01 2024
    This is a multi-part MIME message sent by reportbug.


    Source: mir
    Dear maintainer,

    Please find attached a final version of this patch for the time_t
    transition. This patch is being uploaded to unstable.

    Note that this adds a versioned build-dependency on dpkg-dev, to guard
    against accidental backports with a wrong ABI.

    Thanks!


    -- System Information:
    Debian Release: trixie/sid
    APT prefers unstable
    APT policy: (500, 'unstable'), (1, 'experimental')
    Architecture: amd64 (x86_64)

    Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
    Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_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 mir-2.14.1/debian/changelog mir-2.14.1/debian/changelog
    --- mir-2.14.1/debian/changelog 2023-08-10 21:40:32.000000000 +0000
    +++ mir-2.14.1/debian/changelog 2024-02-28 20:03:56.000000000 +0000
    @@ -1,3 +1,10 @@
    +mir (2.14.1-4.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Rename libraries for 64-bit time_t transition. Closes: #1064171
    +
    + -- Benjamin Drung <bdrung@debian.org> Wed, 28 Feb 2024 20:03:56 +0000
    +
    mir (2.14.1-4) unstable; urgency=medium

    * debian/control: Bump required wlcs version
    diff -Nru mir-2.14.1/debian/control mir-2.14.1/debian/control
    --- mir-2.14.1/debian/control 2023-08-10 21:39:30.000000000 +0000
    +++ mir-2.14.1/debian/control 2024-02-28 20:03:56.000000000 +0000
    @@ -8,7 +8,7 @@
    Mike Gabriel <sunweaver@debian.org>,
    Debian UBports Team <team+ubports@tracker.debian.org>,
    Marius Gripsgard <mariogrip@debian.org>,
    -Build-Depends: cmake,
    +Build-Depends: dpkg-dev (>= 1.22.5), cmake,
    pkgconf,
    debhelper-compat (= 13),
    doxygen,
    @@ -71,7 +71,10 @@

    #TODO
  • From Matthias Klose@21:1/5 to All on Thu Mar 21 23:20:01 2024
    Control: reopen -1
    Control: tags -1 + ftbfs patch

    patch at http://launchpadlibrarian.net/720527458/mir_2.14.1-4.1build1_2.14.1-4.1ubuntu1.diff.gz

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)