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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=i4ZBHsb
	p1jzBmp3P55BuQnECm+/2QYdJAjPzjQGJHy3VPjtMplyvbOcD8Jxl3Mpc0YK+CX+
	m8Z2X3BYG1m7wUkH0m/kHHkj6LV7hsmFm572jtCOWoOkn7VLrL63nLPfqyKeTdnE
	lzykX37N8X0oRvppAHXP2UKe5glZ9osuhCSc=
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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=ghRna3feDYJ7w
	AK8l3zWp7EhWAE=; b=lrLVQ2fEST3bAAfO4sbCHivizDsGYwFD+NoQr7kCScqfJ
	pExVqZhOhkHMebQVJg/Qxd12TjGyMl8DjXqukyN3lr7vEI2omO/UnRYZCTMQ2959
	KHr35cjR3VYy6qMqEcigc5cORgjwOxsFAmvEzhAQ49dr9gKtWZGlF307O8dQgg=
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=-6.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=2.8.0, Our, images, realize
X-HELO: mail-io0-f180.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=4Zri/6+J/HNvlkBuQ81nXF0rQ43XHAgFtNo157VSwm0=;        b=ItZho8sYyL9Dxc9ZnwXZK/l8E7CP5pVOeBAIChRUjgWnZCZqsQvh+hdI1Thw0N00E5         QJjaZjS0nQqB2dXW85aZu/9uL/Zh1OGsvA/sjfhZ3X6u+HDb1lXhLBU2tzlodw3FZV/h         h/B/LmVObAWZP4zUVJbHjTKYu2aXdw0fiHo9/RIatX3eq2wHNgwW2Pib04HAzAAf9eiR         2CFw5NZ8Uq3EK93HmrpVtI7iLKP5fZ3n5KwRKlkQtgSsTTOx8EhrBO17EqY/+XJ/c0kk         aM7WKyGhG+iFa67jUhidw4iaIHbQCzCo7As0+2ov6nDs2FgEg4zvqXYEW6iLmrbix/4O         /+DQ==
X-Gm-Message-State: AJaThX68YmCn+gyda6xiHGtmm/izuF2EuM1rEQqzNRHaA7vVbDzuaz5+	KCevRSch7oH6PegZxUJaUtrI43EsxhmOg3xTmlpWyw==
X-Google-Smtp-Source: ABhQp+SQznHZ8JfodgRtQCaGGnvLqu+Nf7vT6WsjYJllNYQAmBM+Fd6MWrNWRJK1McvyyVYPtnwIWS1iz9dJHUgAkuM=
X-Received: by 10.107.150.20 with SMTP id y20mr9550324iod.212.1509721528006; Fri, 03 Nov 2017 08:05:28 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <E1eAdDq-0000EC-96@smtp.tt-solutions.com>
References: <E1eAdDq-0000EC-96@smtp.tt-solutions.com>
From: Erik Bray <erik.m.bray@gmail.com>
Date: Fri, 3 Nov 2017 16:05:27 +0100
Message-ID: <CAOTD34Yp3bv5G8bVCUz9RqwKqrCgFWx0QSF=gDp89GJd7bJo_w@mail.gmail.com>
Subject: Re: Problem running the latest python2-2.7.14-1 under AppVeyor
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

On Fri, Nov 3, 2017 at 3:45 PM, Vadim Zeitlin wrote:
>  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.

Hi,

I couldn't tell you exactly what the problem is (though I'd be curious
to find out, as I'm doing some builds with Cygwin on AppVeyor as well
so it might be relevant to me).

However, I noticed that you are installing your own Cygwin--were you
aware that (most, at least?) of AppVeyor's base images comes with
Cygwin pre-installed.  And this is more "stable" insofar as the Cygwin
version and all pre-installed packages are pinned, at least, until
AppVeyor updates the image (which I actually need to get them to do,
since the pre-installed Cygwin is currently at 2.8.0, and I would like
2.8.1...).

So my point is, have you tried using the pre-installed Cygwin?

Best,
Erik

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

