From: "Alex Bennée" <alex.bennee@linaro.org>
To: Bin Meng <bmeng.cn@gmail.com>
Cc: "Beraldo Leal" <bleal@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Thomas Huth" <thuth@redhat.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
qemu-devel@nongnu.org, "Bin Meng" <bin.meng@windriver.com>
Subject: Re: [PATCH] .gitlab-ci.d/windows.yml: Enable native Windows symlink
Date: Mon, 25 Jul 2022 14:47:55 +0100 [thread overview]
Message-ID: <874jz5i9qr.fsf@linaro.org> (raw)
In-Reply-To: <20220725123000.807608-1-bmeng.cn@gmail.com>
Bin Meng <bmeng.cn@gmail.com> writes:
> From: Bin Meng <bin.meng@windriver.com>
>
> The following error message was seen during the configure:
>
> "ln: failed to create symbolic link
> 'x86_64-softmmu/qemu-system-x86_64.exe': No such file or directory"
>
> By default the MSYS environment variable is not defined, so the runtime
> behavior of winsymlinks is: if <target> does not exist, 'ln -s' fails.
> At the configure phase, the qemu-system-x86_64.exe has not been built
> so creation of the symbolic link fails hence the error message.
>
> Set winsymlinks to 'native' whose behavior is most similar to the
> behavior of 'ln -s' on *nix, that is:
>
> a) if native symlinks are enabled, and whether <target> exists
> or not, creates <destination> as a native Windows symlink;
> b) else if native symlinks are not enabled, and whether <target>
> exists or not, 'ln -s' creates as a Windows shortcut file.
>
> Signed-off-by: Bin Meng <bin.meng@windriver.com>
I'm still seeing Windows build failures such as:
https://gitlab.com/stsquad/qemu/-/jobs/2765579269
and
https://gitlab.com/stsquad/qemu/-/jobs/2765579267
Any idea what's falling over?
> ---
>
> .gitlab-ci.d/windows.yml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
> index 1b2ede49e1..0b9572a8a3 100644
> --- a/.gitlab-ci.d/windows.yml
> +++ b/.gitlab-ci.d/windows.yml
> @@ -57,6 +57,7 @@ msys2-64bit:
> mingw-w64-x86_64-zstd "
> - $env:CHERE_INVOKING = 'yes' # Preserve the current working directory
> - $env:MSYSTEM = 'MINGW64' # Start a 64 bit Mingw environment
> + - $env:MSYS = 'winsymlinks:native' # Enable native Windows symlink
> - .\msys64\usr\bin\bash -lc './configure --target-list=x86_64-softmmu
> --enable-capstone --without-default-devices'
> - .\msys64\usr\bin\bash -lc "sed -i '/^ROMS=/d' build/config-host.mak"
> @@ -89,6 +90,7 @@ msys2-32bit:
> mingw-w64-i686-usbredir "
> - $env:CHERE_INVOKING = 'yes' # Preserve the current working directory
> - $env:MSYSTEM = 'MINGW32' # Start a 32-bit MinG environment
> + - $env:MSYS = 'winsymlinks:native' # Enable native Windows symlink
> - mkdir output
> - cd output
> - ..\msys64\usr\bin\bash -lc "../configure --target-list=ppc64-softmmu"
--
Alex Bennée
next prev parent reply other threads:[~2022-07-25 13:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-25 12:30 [PATCH] .gitlab-ci.d/windows.yml: Enable native Windows symlink Bin Meng
2022-07-25 13:47 ` Alex Bennée [this message]
2022-07-25 15:12 ` Thomas Huth
2022-07-26 1:38 ` Bin Meng
2022-07-27 6:02 ` Bin Meng
2022-07-27 8:54 ` Daniel P. Berrangé
2022-07-27 9:03 ` Thomas Huth
2022-07-27 9:11 ` 罗勇刚(Yonggang Luo)
2022-07-27 9:17 ` Thomas Huth
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=874jz5i9qr.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=bin.meng@windriver.com \
--cc=bleal@redhat.com \
--cc=bmeng.cn@gmail.com \
--cc=f4bug@amsat.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.