Hi Akihiro,

On 22/11/23 15:52, ~akihirosuda wrote:
From: Akihiro Suda <[email protected]>

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 <[email protected]>
---
  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
https://lore.kernel.org/qemu-devel/[email protected]/
(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