From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory Date: Tue, 27 Jan 2015 12:53:50 -0500 Organization: disorganization Message-ID: References: <54C69627.60702@cs.ucla.edu> <54C72415.5080507@cs.ucla.edu> <54C73536.3080009@cs.ucla.edu> Reply-To: sds@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1422381263 11277 80.91.229.3 (27 Jan 2015 17:54:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 17:54:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 18:54:22 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 1YGALG-0004ue-A4 for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 18:54:22 +0100 Original-Received: from localhost ([::1]:48937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGALF-0002KT-Jx for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 12:54:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGAKz-0002J4-5b for emacs-devel@gnu.org; Tue, 27 Jan 2015 12:54:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGAKv-00053p-T6 for emacs-devel@gnu.org; Tue, 27 Jan 2015 12:54:05 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:47809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGAKv-00053j-Mo for emacs-devel@gnu.org; Tue, 27 Jan 2015 12:54:01 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YGAKt-0004Tx-U2 for emacs-devel@gnu.org; Tue, 27 Jan 2015 18:54:00 +0100 Original-Received: from pool-108-41-26-229.nycmny.fios.verizon.net ([108.41.26.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Jan 2015 18:53:59 +0100 Original-Received: from sds by pool-108-41-26-229.nycmny.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Jan 2015 18:53:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 115 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-108-41-26-229.nycmny.fios.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. Cancel-Lock: sha1:woAWOiztyY5KlXhDA1fe5i7EkwQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:181841 Archived-At: > * Paul Eggert [2015-01-26 22:50:30 -0800]: > > 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? 1. I installed git 2.2.2 from homebrew: $ mkcd z ; /usr/local/bin/git --version; /usr/local/bin/git init; cd ..; rm -rfv z git version 2.2.2 Initialized empty Git repository in ...../z/.git/ z/.git/config z/.git/HEAD z/.git/hooks/ctags z/.git/hooks/post-checkout z/.git/hooks/post-commit z/.git/hooks/post-merge z/.git/hooks/post-rewrite z/.git/hooks z/.git/objects/info z/.git/objects/pack z/.git/objects z/.git/refs/heads z/.git/refs/tags z/.git/refs z/.git z 2. CentOS release 6.4 (Final) $ mkcd z; git --version; git init; cd ..; rm -rfv z git version 1.7.1 warning: templates not found /home/sam/.git-templates Initialized empty Git repository in ...../z/.git/ removed directory: `z/.git/refs/heads' removed directory: `z/.git/refs/tags' removed directory: `z/.git/refs' removed `z/.git/HEAD' removed `z/.git/config' removed directory: `z/.git/objects/info' removed directory: `z/.git/objects/pack' removed directory: `z/.git/objects' removed directory: `z/.git' removed directory: `z' 3. Ubuntu 14.04.1 LTS $ mkcd z; git --version; git init; cd ..; rm -rfv z git version 1.9.1 Initialized empty Git repository in /home/sds/z/.git/ removed directory: ‘z/.git/objects/info’ removed directory: ‘z/.git/objects/pack’ removed directory: ‘z/.git/objects’ removed ‘z/.git/HEAD’ removed ‘z/.git/config’ removed directory: ‘z/.git/refs/heads’ removed directory: ‘z/.git/refs/tags’ removed directory: ‘z/.git/refs’ removed ‘z/.git/hooks/post-checkout’ removed ‘z/.git/hooks/post-rewrite’ removed ‘z/.git/hooks/ctags’ removed ‘z/.git/hooks/post-commit’ removed ‘z/.git/hooks/post-merge’ removed directory: ‘z/.git/hooks’ removed directory: ‘z/.git’ removed directory: ‘z’ 4. fencepost.gnu.org $ mkcd z; git --version; git init; cd ..; rm -rfv z git version 2.2.2 Initialized empty Git repository in /srv/data/home/s/sds/z/.git/ removed `z/.git/info/exclude' removed directory: `z/.git/info' removed directory: `z/.git/objects/info' removed directory: `z/.git/objects/pack' removed directory: `z/.git/objects' removed `z/.git/description' removed directory: `z/.git/branches' removed `z/.git/HEAD' removed `z/.git/config' removed directory: `z/.git/refs/heads' removed directory: `z/.git/refs/tags' removed directory: `z/.git/refs' removed `z/.git/hooks/update.sample' removed `z/.git/hooks/applypatch-msg.sample' removed `z/.git/hooks/prepare-commit-msg.sample' removed `z/.git/hooks/post-update.sample' removed `z/.git/hooks/pre-push.sample' removed `z/.git/hooks/pre-commit.sample' removed `z/.git/hooks/pre-applypatch.sample' removed `z/.git/hooks/commit-msg.sample' removed `z/.git/hooks/pre-rebase.sample' removed directory: `z/.git/hooks' removed directory: `z/.git' removed directory: `z' so, it appears that the only installation which has those sample scripts is the gnu box. -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1343 http://www.childpsy.net/ http://camera.org http://americancensorship.org http://honestreporting.com http://think-israel.org http://jihadwatch.org 90% of female beauty is male imagination.