X-Recipient: archive-cygwin AT delorie DOT 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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=fEit0evb0xHa1tqf TmF3LnR3ILcDxldMXii7YZtBdzYVraknzBo7Psz3vKW7uXD7K1KsOqvq+LMWNg36 7pCk+hp3x72ahy/xZURwiPKCtt1qgPpVkHI9MrpoaJlIImwNnC8SMFvVo8ejHXzU B0mMbUmG9PYmqjj/o6D3bCXyq0I= 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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=UOElQZQ+ZYqzL+0Lokiur7 rT09g=; b=qOgPvv9OkJiN4VTOl+PkiUSBbGFRyekqakiz9pejQ4DAoljKWjfskt DQcoHAsscATtO507aXdBuESZOQGHJsLiw5aNXfxXeQc/N9RtpOA23LL464anA3CE cHsS14D6chVWHj2iinpJpM10tKxqkAvrco8cNjqy1sXJlGaYPElsE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Our, our, Hx-spam-relays-external:ESMTPA X-HELO: out4-smtp.messagingengine.com X-ME-Sender: Subject: Re: Problem running the latest python2-2.7.14-1 under AppVeyor To: The Cygwin Mailing List References: Cc: Vadim Zeitlin From: Jon Turney Message-ID: Date: Fri, 3 Nov 2017 15:26:27 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 03/11/2017 14:45, Vadim Zeitlin wrote: > 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: Perhaps you need to provide the -g (--upgrade-also) flag to cygwin's setup. Due to setup terribleness, without this flag, it will install the requested packages, and any missing dependencies of them, but not upgrade any of the dependencies which are already installed to the current (and perhaps needed) version... See also [1]. [1] https://sourceware.org/ml/cygwin/2017-03/msg00365.html -- 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