qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH qemu] meson: require 1.3.0


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH qemu] meson: require 1.3.0
Date: Wed, 22 Nov 2023 16:40:16 +0100
User-agent: Mozilla Thunderbird

Hi Akihiro,

On 22/11/23 15:52, ~akihirosuda wrote:
From: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>

Update meson to the latest version, to fix
  `ld: unknown options: --version` error on macOS

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1996
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
---
  python/scripts/vendor.py                    |   4 ++--
  python/wheels/meson-0.63.3-py3-none-any.whl | Bin 926526 -> 0 bytes
  python/wheels/meson-1.3.0-py3-none-any.whl  | Bin 0 -> 976361 bytes
  pythondeps.toml                             |   2 +-
  4 files changed, 3 insertions(+), 3 deletions(-)
  delete mode 100644 python/wheels/meson-0.63.3-py3-none-any.whl
  create mode 100644 python/wheels/meson-1.3.0-py3-none-any.whl

Should be fixed by
20231111152923.966998-5-pbonzini@redhat.com/">https://lore.kernel.org/qemu-devel/20231111152923.966998-5-pbonzini@redhat.com/
(which uses 1.2.3 instead).

--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -18,7 +18,7 @@
[meson]
  # The install key should match the version in python/wheels/
-meson = { accepted = ">=0.63.0", installed = "0.63.3", canary = "meson" }
+meson = { accepted = ">=1.3.0", installed = "1.3.0", canary = "meson" }
[docs]
  sphinx = { accepted = ">=1.6", installed = "5.3.0", canary = "sphinx-build" }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]