From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7293 invoked by alias); 28 Jan 2014 17:00:33 -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 7283 invoked by uid 89); 28 Jan 2014 17:00:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 28 Jan 2014 17:00:31 +0000 Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id D413E20B72 for ; Tue, 28 Jan 2014 12:00:28 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 28 Jan 2014 12:00:28 -0500 Received: from [172.31.118.49] (unknown [192.160.117.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 8443168020F; Tue, 28 Jan 2014 12:00:28 -0500 (EST) Message-ID: <52E7E22A.4090106@cwilson.fastmail.fm> Date: Tue, 28 Jan 2014 17:00:00 -0000 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Maintainer for git? References: <20140115105534.GB31912@tastycake.net> <52E143D7.4070604@gmail.com> <968915851.20140123214657@mtu-net.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-01/txt/msg00450.txt.bz2 On 1/23/2014 6:01 PM, Balaji Venkataraman wrote: > Rebase didn't help. Still broken, IMO. I'm going back to 1.7.9 or will > rebuild w/ cygcrypto-0.9.8 as the OP had suggested. > > x86$ git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg > Cloning into 'ffmpeg'... > remote: Reusing existing pack: 345748, done. > remote: Counting objects: 613, done. > remote: Compressing objects: 100% (325/325), done. > remote: Total 346361 (delta 386), reused 484 (delta 288) > Receiving objects: 100% (346361/346361), 102.25 MiB | 2.93 MiB/s, done. > Resolving deltas: 100% (270961/270961), done. > fatal: object of unexpected type > fatal: index-pack failed > I've found that I need to do the following: PATH=/usr/bin git .... or I get odd failures. So I've actually set that up as an alias: alias git='PATH=/usr/bin git' -- Chuck -- 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