This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Maintainer for git?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]