delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/10/02/06:30:05

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:date:from:to:cc:subject:message-id:references
:mime-version:content-type:in-reply-to; q=dns; s=default; b=ReZt
h3J7KJvreLb8WjQRj74zcBD1yVoSVx3oDjXvnIuZIXKvEulAJrCD+Fy64mcp7NBq
EUoiIQrAvE6kl2J3zdPwSxdwK48YqH37DRKc9WHpwP6ww2YDgstdL6VY1d8dFW3I
NkUkkU3H+6qMvhCxK9Wm85roUDm3Rl2oryMQ4Dg=
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:to:cc:subject:message-id:references
:mime-version:content-type:in-reply-to; s=default; bh=UBafSv4XgB
Cvuk/5KYoeuCGVG7Q=; b=KPOLgxGSSHng0gau/3cWFgElGcNCKy1/dJ9PcnbbWi
qbZnhlCpxovYB1kNBa4ltAvEKCSQUIY1bZd+8X/44mh1+lmMjh6RopeTs7xHt+24
jOe9z/rHxQp3iSLroyldvej+YfdnJRks2Effl+ttjySdgeKEt6kJTcRgIVrhKK2Z
g=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=subscribed, H*Ad:U*andy
X-HELO: mail-wm0-f52.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=V0N2gwV2lTBGXx71tJJIm/sBPAP2p8gEuAfQj4Zeelg=; b=nOc3Jcgc618Aqa00M7cQc15n792MCBg+IRmkQ5EemP55rf17038WfDekpGlkRbE/4Q 24/sw5wbXpUkjRlj8EWQZXV4v64BWxuOxYFrrKV6i7+12bbbkaWRY4ghy6mQYB3EL5+X C19M3EyNWEICs64YlaX8yPL7J2+Zunig9uwQfCbiS1dPxT4iN89wF1oWYYIF5t5pPWbz slcRgpLgdIPcY46bMJhSbeoc1/zHvgvtZo9INm/T7s8fmGFoxrfpjbNQUFbKY95usOKH n2V3mTWBTaVfMi71CevqqTIcUVGin33u5lpLCv1QZPT04fIgMsPrfNaGsvSb07KMjkKg RvSA==
X-Gm-Message-State: AMCzsaULuqQbi5xp4Gy5bGVFJJXJ7Lfj9cYd3CdBAMl1ZlZWAuWBzQz/ DlquJh0y3MpfoJ7bQ982Tj2ZoFkdPxs=
X-Google-Smtp-Source: AOwi7QBHaj+lFqnbDWMH+k/P0+L07qmaU3qLe5jgNDs1hP+SB8X62pJ2EvL18APwI0PYEP68c5BIWw==
X-Received: by 10.28.208.76 with SMTP id h73mr2051853wmg.47.1506940176783; Mon, 02 Oct 2017 03:29:36 -0700 (PDT)
Date: Mon, 2 Oct 2017 11:29:34 +0100
From: Adam Dinwoodie <adam AT dinwoodie DOT org>
To: cygwin AT cygwin DOT com
Cc: Andy Li <andy AT onthewings DOT net>
Subject: Re: git 2.14.2-1 is faulty
Message-ID: <20171002102934.GG9439@dinwoodie.org>
References: <CAM-5HMt=Z3vPBRJhgayQMZ5g36kyOyX2sJibaSUE-J6LqTYCnw AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CAM-5HMt=Z3vPBRJhgayQMZ5g36kyOyX2sJibaSUE-J6LqTYCnw@mail.gmail.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
X-IsSubscribed: yes

On Sat, Sep 30, 2017 at 05:31:46PM +0800, Andy Li wrote:
> Hi,
> 
> I've just noticed that the git package 2.14.2-1 is buggy:
> 
> $ git clone https://github.com/andyli/HaxeCI.git
> Cloning into 'HaxeCI'...
> fatal: Unable to find remote helper for 'https'
> 
> According to
> https://stackoverflow.com/questions/8329485/unable-to-find-remote-helper-for-https-during-git-clone,
> probably the package was built without libcurl-devel.
> 
> I've only tested x86_64, not sure about x86.

Andy,

Please do not send bug reports to the cygwin-apps mailing list.  Per
[0], the correct place for bug reports is the main cygwin@ mailing list.
I'm Cc'ing you on the reply as it's not clear that you're subscribed to
the main list.

[0]: https://cygwin.com/cygwin/lists.html

In any case, this has now been fixed in the recently uploaded v2.14.2-2
build, which should appear on your local mirror within a few hours, if
it isn't there already.

Adam

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019