GNU bug report logs - #51079
[PATCH] gnu: fmt: Update to 8.0.1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Thu, 7 Oct 2021 13:01:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51079 in the body.
You can then email your comments to 51079 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51079; Package guix-patches. (Thu, 07 Oct 2021 13:01:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 07 Oct 2021 13:01:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: fmt: Update to 8.0.1.
Date: Thu, 7 Oct 2021 08:59:47 -0400
[Message part 1 (text/plain, inline)]
From aa10e9e487397b95e0345f07c91911858962fda0 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Thu, 24 Jun 2021 13:23:21 +0000
Subject: [PATCH] gnu: fmt: Update to 8.0.1.

* gnu/packages/pretty-print.scm (fmt): Update to 8.0.1.
---
 gnu/packages/pretty-print.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 1fc1441052..a523fdc5b7 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -168,14 +168,14 @@ different programming languages.")
 (define-public fmt
   (package
     (name "fmt")
-    (version "7.1.3")
+    (version "8.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "
https://github.com/fmtlib/fmt/releases/download/"
                            version "/fmt-" version ".zip"))
        (sha256
-        (base32 "17sc10hfg087z0s774lnn05wwy3bfzmcv7j448p92pr0s02cb62x"))))
+        (base32 "1gqmsk4r93x65cqs8w7zhfiv70w5fv8279nrblggqm4mmdpaa9x6"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
--
2.33.0
[Message part 2 (text/html, inline)]
[0001-gnu-fmt-Update-to-8.0.1.patch (application/octet-stream, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#51079; Package guix-patches. (Thu, 07 Oct 2021 21:53:01 GMT) Full text and rfc822 format available.

Message #8 received at 51079 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <marius <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>, 51079 <at> debbugs.gnu.org
Subject: Re: [bug#51079] [PATCH] gnu: fmt: Update to 8.0.1.
Date: Thu, 07 Oct 2021 23:52:27 +0200
[Message part 1 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> skriver:

>>From aa10e9e487397b95e0345f07c91911858962fda0 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Thu, 24 Jun 2021 13:23:21 +0000
> Subject: [PATCH] gnu: fmt: Update to 8.0.1.
>
> * gnu/packages/pretty-print.scm (fmt): Update to 8.0.1.

This causes build failures in 'bear', 'celestia' and possibly others
(see './pre-inst-env guix refresh -l fmt').  Can you take a look?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#51079; Package guix-patches. (Tue, 12 Oct 2021 17:33:02 GMT) Full text and rfc822 format available.

Message #11 received at 51079 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Marius Bakke <marius <at> gnu.org>
Cc: 51079 <at> debbugs.gnu.org
Subject: Re: [bug#51079] [PATCH] gnu: fmt: Update to 8.0.1.
Date: Tue, 12 Oct 2021 13:31:55 -0400
[Message part 1 (text/plain, inline)]
Hi Marius,

Thank you for reviewing these patches. Attached is a replacement patchset
updating the 'fmt' dependent packages which are buildable with fmt 8.0.1,
and adds a fmt-7 package then used by the packages which could not be
updated. The only dependent package failing to build is hyperledger-iroha,
which is currently failing to build on master.

Greg

On Thu, Oct 7, 2021 at 5:52 PM Marius Bakke <marius <at> gnu.org> wrote:

> Greg Hogan <code <at> greghogan.com> skriver:
>
> >>From aa10e9e487397b95e0345f07c91911858962fda0 Mon Sep 17 00:00:00 2001
> > From: Greg Hogan <code <at> greghogan.com>
> > Date: Thu, 24 Jun 2021 13:23:21 +0000
> > Subject: [PATCH] gnu: fmt: Update to 8.0.1.
> >
> > * gnu/packages/pretty-print.scm (fmt): Update to 8.0.1.
>
> This causes build failures in 'bear', 'celestia' and possibly others
> (see './pre-inst-env guix refresh -l fmt').  Can you take a look?
>
[Message part 2 (text/html, inline)]
[0004-gnu-fmt-Update-to-8.0.1.patch (application/octet-stream, attachment)]
[0003-gnu-fcitx5-gtk-Update-to-5.0.8.patch (application/octet-stream, attachment)]
[0002-gnu-waybar-Update-to-0.9.8.patch (application/octet-stream, attachment)]
[0005-gnu-bear-Update-to-3.0.16.patch (application/octet-stream, attachment)]
[0001-gnu-spdlog-Update-to-1.9.2.patch (application/octet-stream, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 13 Nov 2021 23:13:03 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sat, 13 Nov 2021 23:13:03 GMT) Full text and rfc822 format available.

Message #16 received at 51079-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 51079-done <at> debbugs.gnu.org, Marius Bakke <marius <at> gnu.org>
Subject: Re: bug#51079: [PATCH] gnu: fmt: Update to 8.0.1.
Date: Sun, 14 Nov 2021 00:12:42 +0100
Hi Greg,

Greg Hogan <code <at> greghogan.com> skribis:

> Thank you for reviewing these patches. Attached is a replacement patchset
> updating the 'fmt' dependent packages which are buildable with fmt 8.0.1,
> and adds a fmt-7 package then used by the packages which could not be
> updated. The only dependent package failing to build is hyperledger-iroha,
> which is currently failing to build on master.

Perfect.  I applied all patches except the fcitx5 upgrade since it had
been upgraded in the meantime.  (I confirm everything builds except
hyperledger-iroha.)

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 12 Dec 2021 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.