mbox series

[bug#59020,00/12] Update fmt.

Message ID cover.1667584547.git.code@greghogan.com
Headers show
Series Update fmt. | expand

Message

Greg Hogan Nov. 4, 2022, 6:02 p.m. UTC
All dependent packages successfully build except for the already failing
fcitx5-gtk4-5.0.9 and hyperledger-iroha-1.1.1.

The packages dependent on fmt-8 fail to build against the new version of
fmt, even when upgraded.

solidity (dependent on fmt-for-solidity) fails to build against fmt-8,
even when upgraded.

Greg Hogan (12):
  gnu: Add fmt-8.
  gnu: zxing-cpp: Pin fmt version.
  gnu: osm2pgsql: Pin fmt version.
  gnu: openimageio: Pin fmt version.
  gnu: opendht: Pin fmt version.
  gnu: ceph: Pin fmt version.
  gnu: spdlog: Update to 1.11.0.
  gnu: waybar: Update to 0.9.15.
  gnu: blender: Update to 3.3.1.
  gnu: libmatroska: Update to 1.7.1.
  gnu: mkvtoolnix: Update to 71.1.0.
  gnu: fmt: Update to 9.1.0.

 gnu/packages/aidc.scm         |  2 +-
 gnu/packages/geo.scm          |  2 +-
 gnu/packages/graphics.scm     |  6 +++---
 gnu/packages/logging.scm      |  4 ++--
 gnu/packages/networking.scm   |  2 +-
 gnu/packages/pretty-print.scm | 16 ++++++++++++++--
 gnu/packages/storage.scm      |  2 +-
 gnu/packages/video.scm        | 17 ++++++++++-------
 gnu/packages/wm.scm           |  4 ++--
 9 files changed, 35 insertions(+), 20 deletions(-)

Comments

Christopher Baines Nov. 7, 2022, 7:23 a.m. UTC | #1
Greg Hogan <code@greghogan.com> writes:

> All dependent packages successfully build except for the already failing
> fcitx5-gtk4-5.0.9 and hyperledger-iroha-1.1.1.

Thanks for working on this Greg. I happened to look here
https://qa.guix.gnu.org/issue/59020 and that suggests that there may be
some dependent packages that fail to build.

This is the list:

  https://data.qa.guix.gnu.org/compare/package-derivations?base_commit=31e46e71e07fe272626da6c3e2a90d02a02b2b47&target_commit=1c7de64a27905a59f326cf6a334f61862f00484b&system=i686-linux&target=none&build_change=broken

In particular, mpd stood out to me.

Does that match up with what you're seeing locally?

Thanks,

Chris
Greg Hogan March 6, 2024, 7:25 p.m. UTC | #2
On Mon, Nov 7, 2022 at 2:26 AM Christopher Baines <mail@cbaines.net> wrote:
>
>
> Greg Hogan <code@greghogan.com> writes:
>
> > All dependent packages successfully build except for the already failing
> > fcitx5-gtk4-5.0.9 and hyperledger-iroha-1.1.1.
>
> Thanks for working on this Greg. I happened to look here
> https://qa.guix.gnu.org/issue/59020 and that suggests that there may be
> some dependent packages that fail to build.
>
> This is the list:
>
>   https://data.qa.guix.gnu.org/compare/package-derivations?base_commit=31e46e71e07fe272626da6c3e2a90d02a02b2b47&target_commit=1c7de64a27905a59f326cf6a334f61862f00484b&system=i686-linux&target=none&build_change=broken
>
> In particular, mpd stood out to me.
>
> Does that match up with what you're seeing locally?
>
> Thanks,
>
> Chris

This issue is still listed as open at
https://issues.guix.gnu.org/59020 even though Chris sent this response
to 59020-done (and I received the "closed" email). So I will attempt a
second closing of this issue.

Greg