From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27115 invoked by alias); 23 Jan 2014 16:27:11 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 27103 invoked by uid 89); 23 Jan 2014 16:27:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 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-f178.google.com Received: from mail-ea0-f178.google.com (HELO mail-ea0-f178.google.com) (209.85.215.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 23 Jan 2014 16:27:09 +0000 Received: by mail-ea0-f178.google.com with SMTP id a15so522665eae.9 for ; Thu, 23 Jan 2014 08:27:06 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.15.108.197 with SMTP id cd45mr2589880eeb.110.1390494426371; Thu, 23 Jan 2014 08:27:06 -0800 (PST) Received: by 10.15.22.4 with HTTP; Thu, 23 Jan 2014 08:27:06 -0800 (PST) In-Reply-To: References: <20140115105534.GB31912@tastycake.net> Date: Thu, 23 Jan 2014 16:27:00 -0000 Message-ID: Subject: Re: Maintainer for git? From: Balaji Venkataraman To: Cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00349.txt.bz2 Sorry it took me a while to try out all the cases. On Wed, Jan 22, 2014 at 2:42 PM, Chris O'Bryan wrote: > Could you try rerunning that same clone again with 1.8.5.2, but first > temporarily replace cygcrypto-1.0.0.dll with a copy of > cygcrypto-0.9.8.dll? I tried that. It doesn't work at all - I just says 'Cloning into 'linux-git-1.8.5.2'...' and then returns to the prompt in < 2 seconds. Nothing was cloned and no errors. But what was really odd, is that when I went to copy 0.9.8 to 1.0.0, I found two versions of cygcrypto-1.0.0.dll. One called just that and another called cygcrypto-1.0.0.dll.new. I'm quite sure I have never messed around with those files. So I moved the older (timestamp) 1.0.0.dll to .old and copied the .new version over as and re-tried the clone cygcrypto-1.0.0.dll. It failed in the usual fashion (pack corrupted etc.) as reported earlier. Wanting to eliminate any cygcrypto dll issues, I moved the existing dlls out of the way and re-installed libopenssl. The dll that got installed was identical in size and timestamp to .new but had different md5sums! I've included all md5sums in case one of you can verify which one you have. But the clone failed again. All output below. [This was w/ the cygcrypto-1.0.0.dll.new that was already present in /bin] x86$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git-1.8.5.2 Cloning into 'linux-git-1.8.5.2'... remote: Counting objects: 3366700, done. remote: Compressing objects: 100% (507909/507909), done. remote: Total 3366700 (delta 2833548), reused 3362709 (delta 2829741) Receiving objects: 100% (3366700/3366700), 705.04 MiB | 3.02 MiB/s, done. fatal: pack is corrupted (SHA1 mismatch) fatal: index-pack failed The last try (below) is after re-installing libopenssl100 via setup.exe. x86$ cygcheck -f /bin/cygcrypto-1.0.0.dll libopenssl100-1.0.1f-1 x86$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git-1.8.5.2 Cloning into 'linux-git-1.8.5.2'... remote: Counting objects: 3369475, done. remote: Compressing objects: 100% (508418/508418), done. remote: Total 3369475 (delta 2835968), reused 3365451 (delta 2832007) Receiving objects: 100% (3369475/3369475), 704.55 MiB | 1.40 MiB/s, done. Resolving deltas: 100% (2835968/2835968), done. <------------- that step took hours to complete - never noticed that before. fatal: object of unexpected type fatal: index-pack failed x86$ \ls -l /bin/cygcrypto* -rwxr-xr-x 1 Domain Users 1276957 Feb 12 2013 /bin/cygcrypto-0.9.8.dll -rwxr-xr-x 1 Domain Users 1942016 Jan 8 07:25 /bin/cygcrypto-1.0.0.dll <--- obtained from re-installing libopenssl -rwxr-xr-x 1 Domain Users 1942016 Jan 8 07:25 /bin/cygcrypto-1.0.0.dll.new <--- was already present on the machine -rwxr-xr-x 1 Domain Users 1553920 Feb 12 2013 /bin/cygcrypto-1.0.0.dll.old x86$ md5sum /bin/cygcrypto* 90cbe982fa8c13ae2be94e5c9a80a1ab */bin/cygcrypto-0.9.8.dll 09637556d4f11be4a89f92f15e988f9b */bin/cygcrypto-1.0.0.dll <--- Note different md5sum from the file below. d43f8ee26cce3c5925f17c6718ebe276 */bin/cygcrypto-1.0.0.dll.new eab13dc5853adda51f681f74415418a5 */bin/cygcrypto-1.0.0.dll.old -- 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