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: Paul Eggert
Subject: Re: make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory
Date: Mon, 26 Jan 2015 21:37:25 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Sam Steingold wrote:
this is certainly not my case.
I have git version 1.9.3 (Apple Git-50)

Unfortunately I cannot reproduce the problem with git 1.9.3 (which I just now built from source on Fedora 21 x86-64). Please see the attached transcript. I can reproduce the problem with git 1.5.6.6 but that's so old that we don't support it.

How did you clone your copy of Emacs?

If you run the following commands on your host, what's the output?

$ git --version
git version 1.9.3
$ mkdir newdir
$ cd newdir
$ git init
Initialized empty Git repository in /home/eggert/junk/newdir/.git/
$ ls -l .git/hooks
total 40
-rwxr-xr-x. 1 eggert eggert  452 Jan 26 21:34 applypatch-msg.sample
-rwxr-xr-x. 1 eggert eggert  896 Jan 26 21:34 commit-msg.sample
-rwxr-xr-x. 1 eggert eggert  189 Jan 26 21:34 post-update.sample
-rwxr-xr-x. 1 eggert eggert  398 Jan 26 21:34 pre-applypatch.sample
-rwxr-xr-x. 1 eggert eggert 1642 Jan 26 21:34 pre-commit.sample
-rwxr-xr-x. 1 eggert eggert 1239 Jan 26 21:34 prepare-commit-msg.sample
-rwxr-xr-x. 1 eggert eggert 1352 Jan 26 21:34 pre-push.sample
-rwxr-xr-x. 1 eggert eggert 4951 Jan 26 21:34 pre-rebase.sample
-rwxr-xr-x. 1 eggert eggert 3611 Jan 26 21:34 update.sample

Attachment: transcript.txt
Description: Text document


reply via email to

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