From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: PROPOSAL: Move to git, now that bzr is no longer a req. Date: Fri, 03 Jan 2014 23:11:23 +0200 Message-ID: <83ha9kwz2c.fsf@gnu.org> References: <20140102095347.6834E381D0C@snark.thyrsus.com> <87fvp6bdd9.fsf_-_@ktab.red-bean.com> <83wqiixqbb.fsf@gnu.org> <20140102172804.GB13245@thyrsus.com> <83vby2xo6x.fsf@gnu.org> <83r48qxg6e.fsf@gnu.org> <87y52y5bau.fsf@wanadoo.es> <83iou1y06o.fsf@gnu.org> <87ha9l5d82.fsf@wanadoo.es> <83txdlw1aw.fsf@gnu.org> <871u0p5bdt.fsf@wanadoo.es> <83r48pvz45.fsf@gnu.org> <87wqih3u7x.fsf@wanadoo.es> <83ppo8x1sj.fsf@gnu.org> <87lhyw4xaj.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1388783505 1903 80.91.229.3 (3 Jan 2014 21:11:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2014 21:11:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 22:11:50 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VzC22-0002I0-5J for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 22:11:50 +0100 Original-Received: from localhost ([::1]:51830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzC21-0007ae-NF for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 16:11:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzC1t-0007aX-KX for emacs-devel@gnu.org; Fri, 03 Jan 2014 16:11:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzC1l-0001Vv-U8 for emacs-devel@gnu.org; Fri, 03 Jan 2014 16:11:41 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:39119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzC1l-0001Vr-Le for emacs-devel@gnu.org; Fri, 03 Jan 2014 16:11:33 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MYU00D00G1ZM800@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 03 Jan 2014 23:11:32 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MYU00DCDG77K640@a-mtaout23.012.net.il>; Fri, 03 Jan 2014 23:11:32 +0200 (IST) In-reply-to: <87lhyw4xaj.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167237 Archived-At: > From: =D3scar Fuentes > Date: Fri, 03 Jan 2014 21:37:08 +0100 >=20 > > I invoked 'make' from the Bash that was installed by msysgit. Th= at > > 'make' hang. The same command runs just fine from the MSYS Bash = I use > > for configuring and building packages. That's a fact. I think I= know > > the reasons, but if you want to disagree and live dangerously, th= at's > > fine by me. >=20 > IIUC you invoked MSYS `make' from MSYSGit `bash'. As I said multipl= e > times, that's not expected to work. Right, and that's why I keep the two segregated. That was all I was saying from day one: it's a PITA to have two similar, but incompatibl= e environments. E.g., I cannot build a package from the same shell where I "git pull" it. > >> It would be quick enough to run some common git commands from MS= YS shell > >> to see if it works: clone, pull, status, log... > > > > I already tried, see above. >=20 > No, you didn't. As git.exe does not depend on MSYS.dll, the problem= s you > experienced with `make' shouldn't happen. And, indeed, invoking MSY= SGit > git.exe from a MSYS terminal worked fine for the commands I mention= ed > above. Until that git.exe invokes a sub-command that needs Bash or Perl, and will then invoke its own Bash pr Perl that need an incompatible msys.dll (and other DLLs, like libiconv).