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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=bP R0TRBYoK/d/lFB518Ot/Su4LXRiQvdF7vpS5Qb/t8qps64dnl2blA6SVx8nU/+or +5BI2KhvdYGzE9QIXpA43Yl4/yRi7tgCbcIdYmJt9NRfHlfTmgTdLibLqSC+acpr ZlTk3sBBNQ6jD3F2KuUQHGYR+9WjTWOIKLK0VDKtI= 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:date :message-id:subject:from:to:content-type; s=default; bh=RDWqAu9l iH3IEhQf84J7G+MaIqk=; b=mtbDi9VJcv6OafEEJbz0bqcUuekA/5hT96LdNVkt FIJVWbbT1yWWf/F5PuBKlczIQgEEjT/7dXs95cZNc20U52oaGl4y1UG+tmbSA0th 9aPD9mBJORuC0lMPBvzmGYew1q4GRUVo/p2o6cTg51IJhJpR6OKPv0eftbvF367V W+Q= 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=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ea0-f182.google.com MIME-Version: 1.0 X-Received: by 10.14.69.200 with SMTP id n48mr27265380eed.54.1390861840913; Mon, 27 Jan 2014 14:30:40 -0800 (PST) In-Reply-To: <20140126191940.GA645@tastycake.net> References: <20140115105534 DOT GB31912 AT tastycake DOT net> <20140123105142 DOT GN2357 AT calimero DOT vinschen DOT de> <20140125115958 DOT GU2357 AT calimero DOT vinschen DOT de> <20140126191940 DOT GA645 AT tastycake DOT net> Date: Mon, 27 Jan 2014 14:30:40 -0800 Message-ID: Subject: Re: Maintainer for git? From: Balaji Venkataraman To: Cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes On Sun, Jan 26, 2014 at 11:19 AM, Adam Dinwoodie wrote: > I was previously managing to reproduce this, but since updating to > Corinna's latest OpenSSL builds, I've not had any issues. Is it > possibly an out-of-date library hanging around in memory? Have you > tried restarting all your Cygwin processes and/or rebooting your system? > I'm surprised Corinna's changes would fix it for me but not for you. Based on the above, I went back and checked if the openssl update was all good. Not quite. Apparently, since I had sshd running when I updated the openssl package, looks like the cygcrypto-1.0.0.dll was not properly replaced. I ended up w/ a .new file (created by setup.exe(?)). I killed sshd renamed the .dll and reran the clone. It seems to work (see below) except for one error but I do have a clone now. It might be a good idea to perhaps print some warning messages when updating packages whose dlls are in use - unless that is already happening and I have missed them. But overall, the fix seems to do the trick. Thanks again to all. x86$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux Cloning into 'linux'... remote: Counting objects: 3408476, done. remote: Compressing objects: 100% (517865/517865), done. Receiving objects: 100% (3408476/3408476), 712.95 MiB | 460.00 KiB/s, done. remote: Total 3408476 (delta 2869731), reused 3400091 (delta 2861452) Resolving deltas: 100% (2869731/2869731), done. Checking connectivity... done. error: git-remote-https died of signal 13 Checking out files: 100% (45625/45625), done. -- 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