From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Pierrick Bouvier <pierrick.bouvier@linaro.org>,
qemu-devel@nongnu.org, Yonggang Luo <luoyonggang@gmail.com>,
Stefan Weil <sw@weilnetz.de>
Cc: "Markus Armbruster" <armbru@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>
Subject: Re: [PATCH] docs/devel/build-environment: enhance MSYS2 instructions
Date: Mon, 24 Mar 2025 19:54:27 +0100 [thread overview]
Message-ID: <12eed6b9-ed87-43e1-b40a-2ebdd20b4dfa@linaro.org> (raw)
In-Reply-To: <20250305213853.3685771-1-pierrick.bouvier@linaro.org>
Cc'ing Stefan and Yonggang
On 5/3/25 22:38, Pierrick Bouvier wrote:
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> ---
> docs/devel/build-environment.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/devel/build-environment.rst b/docs/devel/build-environment.rst
> index f133ef2e012..661f6ea8504 100644
> --- a/docs/devel/build-environment.rst
> +++ b/docs/devel/build-environment.rst
> @@ -97,11 +97,11 @@ build QEMU in MSYS2 itself.
>
> ::
>
> - pacman -S wget
> + pacman -S wget base-devel git
> wget https://raw.githubusercontent.com/msys2/MINGW-packages/refs/heads/master/mingw-w64-qemu/PKGBUILD
> # Some packages may be missing for your environment, installation will still
> # be done though.
> - makepkg -s PKGBUILD || true
> + makepkg --syncdeps --nobuild PKGBUILD || true
>
> Build on windows-aarch64
> ++++++++++++++++++++++++
next prev parent reply other threads:[~2025-03-24 18:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 21:38 [PATCH] docs/devel/build-environment: enhance MSYS2 instructions Pierrick Bouvier
2025-03-24 17:47 ` Pierrick Bouvier
2025-04-28 19:35 ` Pierrick Bouvier
2025-04-30 10:09 ` Thomas Huth
2025-04-30 14:34 ` Pierrick Bouvier
2025-04-30 17:54 ` Thomas Huth
2025-04-30 18:12 ` Pierrick Bouvier
2025-03-24 18:54 ` Philippe Mathieu-Daudé [this message]
2025-04-30 10:34 ` Daniel P. Berrangé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=12eed6b9-ed87-43e1-b40a-2ebdd20b4dfa@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=luoyonggang@gmail.com \
--cc=pierrick.bouvier@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).