From: Eduardo Habkost <ehabkost@redhat.com>
To: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: qemu-devel@nongnu.org, berrange@redhat.com
Subject: Re: [Qemu-devel] [PATCH] Revert "win32: don't run subprocess tests on Mingw32 platform"
Date: Thu, 12 Jan 2017 11:25:58 -0200 [thread overview]
Message-ID: <20170112132558.GL3565@thinpad.lan.raisama.net> (raw)
In-Reply-To: <20170104205722.26492-1-marcandre.lureau@redhat.com>
On Wed, Jan 04, 2017 at 09:57:22PM +0100, Marc-André Lureau wrote:
> This reverts commit 7ad9339e372fcd12d584684d7f52ac259604a4f4.
>
> The error "Failed to execute helper program (No such file or directory)"
> is due to broken glib installation, missing windows gspawn helpers.
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Daniel, are you still unable to run subprocess tests on Migw32?
Anybody else able to test this and send a Tested-by line?
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 218df87d21..54a222d5e7 100755
> --- a/configure
> +++ b/configure
> @@ -3077,7 +3077,7 @@ fi
>
> # g_test_trap_subprocess added in 2.38. Used by some tests.
> glib_subprocess=yes
> -if test "$mingw32" = "yes" || ! $pkg_config --atleast-version=2.38 glib-2.0; then
> +if ! $pkg_config --atleast-version=2.38 glib-2.0; then
> glib_subprocess=no
> fi
>
> --
> 2.11.0
>
--
Eduardo
next prev parent reply other threads:[~2017-01-12 13:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-04 20:57 [Qemu-devel] [PATCH] Revert "win32: don't run subprocess tests on Mingw32 platform" Marc-André Lureau
2017-01-12 13:25 ` Eduardo Habkost [this message]
2017-01-12 13:47 ` Vincent Palatin
2017-01-12 14:09 ` Eduardo Habkost
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=20170112132558.GL3565@thinpad.lan.raisama.net \
--to=ehabkost@redhat.com \
--cc=berrange@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).