From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Storm-Olsen Subject: Re: Git on MSys (or how to make it easy for Windows users to compile git) Date: Fri, 03 Aug 2007 20:39:10 +0200 Message-ID: <46B3764E.6090106@trolltech.com> References: <46B328EA.4030309@trolltech.com> <46B32C8D.4060804@trolltech.com> <46B34B0D.6030106@trolltech.com> <46B36B7F.8010008@trolltech.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigF564C31196B096B69040A873" Cc: Johannes Schindelin , Dmitry Kakurin , git@vger.kernel.org To: Mike Pape X-From: git-owner@vger.kernel.org Fri Aug 03 20:39:26 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IH23Z-0001hZ-OU for gcvg-git@gmane.org; Fri, 03 Aug 2007 20:39:26 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762784AbXHCSjW (ORCPT ); Fri, 3 Aug 2007 14:39:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762293AbXHCSjV (ORCPT ); Fri, 3 Aug 2007 14:39:21 -0400 Received: from esparsett.troll.no ([62.70.27.18]:49073 "EHLO esparsett.troll.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762698AbXHCSjT (ORCPT ); Fri, 3 Aug 2007 14:39:19 -0400 Received: from esparsett.troll.no (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 532BF7423E; Fri, 3 Aug 2007 20:39:18 +0200 (CEST) Received: from [172.20.1.78] (unknown [172.20.1.78]) by esparsett.troll.no (Postfix) with ESMTP id 79C1F7425D; Fri, 3 Aug 2007 20:39:16 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070716 Thunderbird/2.0.0.5 Mnenhy/0.7.5.666 In-Reply-To: X-Enigmail-Version: 0.95.2 OpenPGP: id=34EB4437 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEXU1NTAwMABAQGsrKyE hIQwMDAEBAS8hGUfAAACQUlEQVQ4jV2TS47cMAxEKSDZW1CfwMB4PYLkrKchsveJRR2gEen+R0hR 9vziBmahhyqSRQ4NfF1FmIv3dH4usNAGoFprBVguQJmZ1nX0XiHgEukTCK3TairiZeXcVGzmZIoU 3738pehdVbiU9KFgMQWeZ1fpHZDfRS4rPb3eQVaZChGx4ikt5GDkAZQ2KKohzjklno4+iJpVhxka ZjSpasJ4gdGaEQMWTMjRa5uTqza0XDJjzhIdzGTMrqoopimoIPCKZtVOq265MAXpMLXycmVl2Y8C oE1FkT/faKauOjYoHJyOxHfvixjowvI0xZJsKykubgLYzuJMdBO+L86TjxfQ9hz9jpSudbnXXzRm tor5i3MUONpOfARAhlWbzWF7OhP2eSeEW9HUBNiHOxUM8HLWHhUAj3NZNsdqRZpNA+DJ+XlX+Qc9 Z4ZjHX8LRUzgTBBef84NQoCMOcS0+BMsj3klbTzRri03ugXr9em1GfgzDAyEn4J3fvFI5YwdTrYu 1ntAY1h5ysM2OMGm+cBOocCXHisAHu2PagnLghoG2krz8bzsA4fj7KxCGk+63jt+DDCtYjbFNkHD nRwpRqsQYx5WYzsbm/eBfn0I4TbOGvMWqhQAiEDzNs4apumCI0x2OyHtY7uAlZff/sanbH9+AGT1 KOEmUlJISdYPgEgehw+cTZEf6xeFyoEjCPgv+A62KhW3EOy9PL7WmCBMRWmfYN0OqW9krzl/Ay91 75HMqfDtP8UFckFUX2rwrm/kTVB2gH+hdu4avZVCuAAAAABJRU5ErkJggg== Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF564C31196B096B69040A873 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mike Pape wrote: >>>> 3) When "Setting up git" the second time, it feels like the whole th= ing >>>> is hanging; have let it run for ~5min now without anything happening= =2E >>>> Not sure what's going on here. It looks like git.exe was ran with an= y >>>> options, but that should not consume 100% CPU.. Hmm >>> Yep. I did not test the initial phase, and there is a serious bug in= >>> setup_git_directory_gently() in origin/devel. I fixed that. >> Yup, work now. >=20 > Works for me as well now. One catch is that at work, I'm behind a > firewall so git:// doesn't work for me. I have a packaged version > that adds curl and expat, enables them in the build, and then falls > back to http:// if git:// fails in /etc/profile. Is that something > you'd want up on code.google.com? Ooo, I'd like your built curl and expat libs in a zip, pretty please! :-)= Then we can add it to the package. The more complete MinGW port, the better. Do you have anywhere you can put out such a zip, so I can get ahold of it? You can mail me privately, if you'd like. -- =2Emarius --------------enigF564C31196B096B69040A873 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) iD8DBQFGs3ZSKzzXl/njVP8RAl4tAJ9TJbcDuhgtf6hSKfkPFXgh6qzezgCfb/SV s7f6A7qPGcEWdSsc/bRsoLg= =tMVd -----END PGP SIGNATURE----- --------------enigF564C31196B096B69040A873--