emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such


From: Sam Steingold
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin)

> * Paul Eggert <address@hidden> [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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]