From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTAdU-0001IJ-UA for qemu-devel@nongnu.org; Mon, 16 Jan 2017 12:00:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTAdU-0000F2-0b for qemu-devel@nongnu.org; Mon, 16 Jan 2017 12:00:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60956) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTAdT-0000El-PL for qemu-devel@nongnu.org; Mon, 16 Jan 2017 11:59:59 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C0D8461E7C for ; Mon, 16 Jan 2017 16:59:59 +0000 (UTC) From: Paolo Bonzini Date: Mon, 16 Jan 2017 17:59:16 +0100 Message-Id: <20170116165916.8575-33-pbonzini@redhat.com> In-Reply-To: <20170116165916.8575-1-pbonzini@redhat.com> References: <20170116165916.8575-1-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 32/32] Revert "win32: don't run subprocess tests on Mingw32 platform" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= From: Marc-Andr=C3=A9 Lureau 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=C3=A9 Lureau Message-Id: <20170104205722.26492-1-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 091ae05..1f2ee71 100755 --- a/configure +++ b/configure @@ -3079,7 +3079,7 @@ fi =20 # g_test_trap_subprocess added in 2.38. Used by some tests. glib_subprocess=3Dyes -if test "$mingw32" =3D "yes" || ! $pkg_config --atleast-version=3D2.38 g= lib-2.0; then +if ! $pkg_config --atleast-version=3D2.38 glib-2.0; then glib_subprocess=3Dno fi =20 --=20 2.9.3