From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory Date: Mon, 26 Jan 2015 23:57:55 -0800 Message-ID: <869D4CDC-FBEB-46C4-9034-8B17E055E83E@gmail.com> References: <54C69627.60702@cs.ucla.edu> <54C72415.5080507@cs.ucla.edu> <54C73536.3080009@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_B54A8522-7FA3-4178-9B53-82A60766CB69" X-Trace: ger.gmane.org 1422345506 5788 80.91.229.3 (27 Jan 2015 07:58:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 07:58:26 +0000 (UTC) Cc: sds@gnu.org, Emacs Development To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 08:58:25 2015 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 1YG12S-0004OC-VZ for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 08:58:21 +0100 Original-Received: from localhost ([::1]:45732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG12S-0004Yj-Fi for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 02:58:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG12F-0004Ye-NG for Emacs-devel@gnu.org; Tue, 27 Jan 2015 02:58:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG12E-0001sQ-NX for Emacs-devel@gnu.org; Tue, 27 Jan 2015 02:58:07 -0500 Original-Received: from mail-pd0-x236.google.com ([2607:f8b0:400e:c02::236]:52973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG127-0001rV-PG; Tue, 27 Jan 2015 02:58:00 -0500 Original-Received: by mail-pd0-f182.google.com with SMTP id z10so17329265pdj.13; Mon, 26 Jan 2015 23:57:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=Zas5UP4LMm9hX3hKtgpnP+VCUMQDoX37VTPq02qLfeU=; b=0yO6ylRVOSLZy/dXf3bgJ0mIl8EX1ImWRMYxV06/CCce3g+nn0W+oKWnMaG5KyVOww Wdi7kZGo/az1XZi4oqqNnJJKXqUO/y0thEFO2EL+tjEEh5CBuc0cawlIrimWxEAeVKis p61Ei/oAfhG800jy1ydi8AXk+oqtkz8jp3Am1Dy3/9Rt+Lkt2IMLBFNiSBLEozFBT3dp JbsAAXLZdOFbi1JJQxYRIiHRCM05ZFXxL4zQ34A+VI/Lh7R4Bv1PwWhqkcgWmupuz6Xr gTLTHD9YIPfOaQ8+QQT85GeeWJeEQYBOXUvHYoT9fY4C/M5NL2SWU/oD8m0WuARPGgny jPHg== X-Received: by 10.70.90.209 with SMTP id by17mr41336184pdb.162.1422345478308; Mon, 26 Jan 2015 23:57:58 -0800 (PST) Original-Received: from [10.0.1.6] (75-165-96-95.tukw.qwest.net. [75.165.96.95]) by mx.google.com with ESMTPSA id i3sm704568pdf.39.2015.01.26.23.57.56 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 Jan 2015 23:57:57 -0800 (PST) In-Reply-To: <54C73536.3080009@cs.ucla.edu> X-Mailer: Apple Mail (2.1993) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::236 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:181826 Archived-At: --Apple-Mail=_B54A8522-7FA3-4178-9B53-82A60766CB69 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On 26 Jan 2015, at 22:50, Paul Eggert wrote: >=20 > Sam Steingold wrote: >=20 >> .$ mkcd z >> ./z [37]$ git init >> Initialized empty Git repository in ./z/.git/ >> ./z [38]$ ls -R .git/ >> ... >> .git//hooks: >> total 40 >> 8 ctags* 8 post-checkout* 8 post-commit* = 8 post-merge* 8 post-rewrite* >=20 > That's odd. It doesn't look like my .git/hooks at all. I wonder what = other incompatibility bombs Apple has planted in their version of Git? >=20 > I installed the attached patch to try to work around the = incompatibility; please give it a try. If I try the same thing under macosx 10.10: ; /usr/bin/git init Initialized empty Git repository in /private/tmp/testgit/.git/ ; ls -R [...] ./hooks: applypatch-msg.sample pre-push.sample commit-msg.sample pre-rebase.sample post-update.sample prepare-commit-msg.sample pre-applypatch.sample update.sample pre-commit.sample ; /usr/bin/git --version git version 1.9.3 (Apple Git-50) I ran /usr/bin/git because I also have 2.2.2 installed in /usr/local. Hope that helps, ~Chad --Apple-Mail=_B54A8522-7FA3-4178-9B53-82A60766CB69 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
On 26 Jan 2015, at = 22:50, Paul Eggert <eggert@cs.ucla.edu> wrote:

Sam Steingold wrote:

.$ mkcd z
./z [37]$ git init
Initialized empty Git repository in ./z/.git/
./z= [38]$ ls -R .git/
...
.git//hooks:
total 40
8 ctags* 8 post-checkout* 8 = post-commit* = = 8 post-merge* 8 post-rewrite*

That's odd.  It doesn't look = like my .git/hooks at all.  I wonder what other = incompatibility bombs Apple has planted in their version of Git?

I installed the attached patch to try to work = around the incompatibility; please give it a try.

If I try the same thing under = macosx 10.10:

; /usr/bin/git = init
Initialized empty Git repository in = /private/tmp/testgit/.git/
; ls -R
[...]
./hooks:
applypatch-msg.sample = pre-push.sample
commit-msg.sample = pre-rebase.sample
post-update.sample = prepare-commit-msg.sample
pre-applypatch.sample = update.sample
pre-commit.sample
; = /usr/bin/git --version
git version 1.9.3 (Apple = Git-50)

I ran = /usr/bin/git because I also have 2.2.2 installed in /usr/local.

Hope that = helps,
~Chad

= --Apple-Mail=_B54A8522-7FA3-4178-9B53-82A60766CB69--