X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:subject:to:mime-version:content-type
	:message-id; q=dns; s=default; b=yUIUZIvmPNW/tfg8mbSQNVVqcLR0pGV
	UqjUOKZ5VgjlX7SPd8fXTAYLjnz8puF2KpDa5JQjZiu5UXr52qjDSxXCN+dD9CRE
	R3UvXa1sC8bl52iz1CylWMyTsV1J1E4mg4c8EMc1mqP6tO0EHJbbEXPgvUD61ewP
	C4ic4vpNUtzI=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:subject:to:mime-version:content-type
	:message-id; s=default; bh=CduLak+jIIFXyMLyTpPeP2twFCQ=; b=qg2co
	drG2UJcWXOZCAG8gnzZahJujsQRGs5+ALzKSOjioyD4Rm6RfDZgZoBs1v3nx5WKN
	/WK+oQOedA2HrvNfYC423l8HNYOSYj+4F/bqmLA6APQzjFQE0HwO4lVJ1KOWLY8U
	nr/wc+CWzkICZvhDmfVnupYdCizKb5E16/NxoU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=continuous, python2, H*MI:solutions, H*m:solutions
X-HELO: smtp.tt-solutions.com
Date: Fri, 3 Nov 2017 15:45:26 +0100
From: Vadim Zeitlin <vz-cygwin@zeitlins.org>
Subject: Problem running the latest python2-2.7.14-1 under AppVeyor
To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: MULTIPART/SIGNED; protocol="application/pgp-signature"; micalg=pgp-sha1; BOUNDARY="595250738-41-1509720326=:156960"
Message-Id: <E1eAdDq-0000EC-96@smtp.tt-solutions.com>

--595250738-41-1509720326=:156960
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE

 Hello,

 Our build has started on AppVeyor, a continuous integration provider,
started failing since a couple of days as a makefile command running a
Python script started failing with exit code 127 without any more
information. This is a strange situation as I can't reproduce the problem
locally, but something definitely seems to be wrong with this package on
the AppVeyor machine as Python just doesn't seem to be executable, e.g. the
output of these commands in our batch file driving the build:

	echo --- Python version:
	python -V
	echo --- Python used by bash:
	bash -c "command -v python"
	echo --- Python version from bash:
	bash -c "python -V"
	echo --- Configuring:

is (see https://ci.appveyor.com/project/wxWidgets/wxwidgets/build/job/j8tundwivyvnghrf)

	--- Python version:
	Python 2.7.13
	--- Python used by bash:
	/usr/bin/python
	--- Python version from bash:
	--- Configuring:

I.e. both native and Cygwin Python versions are installed, but the latter
one doesn't seem to be executable.

 The same log also contains the following lines

Downloaded C:/cygwin/var/cache/setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86/release/python2/python2-2.7.14-1.tar.xz
...
Extracting from file://C:/cygwin/var/cache/setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86/release/python2/python2-2.7.14-1.tar.xz

a bit earlier, and as things worked fine with Cygwin 2.7.13 package before,
it seems that 2.7.14 broke something, but I have no idea what nor how to
fix it.

 We'll just work around using Python in our Cygwin build for now, so it's
not a critical problem for us, but I wanted to report it here, even if I
realize that this report is not very detailed, just in case it could be
useful.

 Best regards,
VZ

--595250738-41-1509720326=:156960
Content-Type: APPLICATION/PGP-SIGNATURE

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)

iEYEABECAAYFAln8gQYACgkQBupB3k9sHoYOFACfXkcwGpyAZSKZQ8FJ0v9oHmqs
VIEAniDpAez8ZXLxkcnbXfwL8eKND143
=Trzz
-----END PGP SIGNATURE-----

--595250738-41-1509720326=:156960--
