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:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=Z1Y4MVzcYVXspIZ8JQm5OCD/wI0he
	OqZBxRJ2p+glWNRxe5wfnRLVcjktyptueA5fFlhes5oWtuUvbeagKwLX+Ne+emuk
	63lDvZE/Xsv5Ve9Mt8qNVyAaUAXqFfxaiQSingkkUB7CrCIf9QS4/rgUuWj2v2pj
	0k2U1AGTrignTI=
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:from:date:message-id:subject:to
	:content-type; s=default; bh=cTj+DbxB4I1vDiGEWUq/s45ow+w=; b=Y3b
	gvwzMWuGn82Nxs+8p1+/+XXDriLepK5u7mpRyj6TWNdnHJGWjc7oW2zxGDdZ4Sri
	B7U8vx1fDa5ku99NRkdgDGL/up1CeAp/dQY5yvN3wsBLN9vnXr4zL9nP1TCQqjOf
	HFwAq32Rw/7ome+yiZP6KDAJvIQ0Z3Uq/iXp2lNU=
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.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Our, our
X-HELO: mail-io0-f179.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:from:date:message-id:subject:to;        bh=S/wn5QyoR+DZNr5S0H/ZCgzMoBD7gSlV7Ozn+Sm2x+c=;        b=UahjuNc9ApxLLJ7xqo2Nj43XIjYk2eWhgiqjGgFNQtOminhVklqTKgBQEwZ0MuRb1X         bS72+kgV2XwlnG2exMB5FjP3SIRTZNqFIo1RRRhtu2CJ+xOZ2pa1eN8OHMyi3JTdcxIH         xZA++9g9qEFYkWxKo43NK8fyRJ+ygtNAnRfBJsQOwUjjHj6rk9GwEaPTG4X2sJ6vwLD1         WhvsrlIEQgFp//bu1YL4FNl3tqagRX+yMOCnPIZf/YDwNXxzs/1cOugcUyZ5KWCMD9+M         N9EnysIO1d2FcnZDOS4xr0yRctLCR2kq56U2sv6x7AO/5ZFcNlZcnCAPEQJrXgOE9GJo         RYcg==
X-Gm-Message-State: AElRT7EOTFWgRoXi55Op+DyCxjn3JJGnUxhBkdpaaxHnMh8YmCgLblwI	enPHyAPiY4/0NoaC77gN1va9eIY9/ZDZ3sa79Zw=
X-Google-Smtp-Source: AG47ELuglYg55Yx5GXjmqxsnHvtNnWLA7GZj92fcy+Ua38W513VWJCWEUCf2Q1NrxGmn8eBhJKK4QHB0p+/cxPpEJ+g=
X-Received: by 10.107.32.145 with SMTP id g139mr1188735iog.56.1520953945342; Tue, 13 Mar 2018 08:12:25 -0700 (PDT)
MIME-Version: 1.0
From: Lee <ler762@gmail.com>
Date: Tue, 13 Mar 2018 11:12:24 -0400
Message-ID: <CAD8GWstM+H9_FBFvCF44vv1PMOgndLEgy3GvXon5UDDon9qZ6A@mail.gmail.com>
Subject: setup -g ???
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes

Should we still be using the -g (--upgrade-also) flag on setup?

---------- Forwarded message ----------
From: Jon Turney
Date: Fri, 3 Nov 2017 15:26:27 +0000
Subject: Re: Problem running the latest python2-2.7.14-1 under AppVeyor
To: The Cygwin Mailing List <cygwin@cygwin.com>

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

--
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

