unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: emacs-devel@gnu.org
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	[thread overview]
Message-ID: <m2h9vcgle9.fsf@sds-MacBook-Pro.home> (raw)
In-Reply-To: 54C73536.3080009@cs.ucla.edu

> * Paul Eggert <rttreg@pf.hpyn.rqh> [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.




      parent reply	other threads:[~2015-01-27 17:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-26 16:48 make bootstrap fails: cp: .git/hooks/applypatch-msg.sample: No such file or directory Sam Steingold
2015-01-26 19:31 ` Paul Eggert
2015-01-27  2:25   ` Sam Steingold
2015-01-27  5:37     ` Paul Eggert
2015-01-27  5:46       ` Sam Steingold
2015-01-27  6:50         ` Paul Eggert
2015-01-27  7:57           ` chad
2015-01-27  9:11           ` Jan D.
2015-01-27 17:39             ` Eli Zaretskii
2015-01-27 18:07               ` Jan D.
2015-01-27 20:59                 ` Sam Steingold
2015-01-27 21:09               ` Sam Steingold
2015-01-27 22:44                 ` Paul Eggert
2015-01-27 17:53           ` Sam Steingold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2h9vcgle9.fsf@sds-MacBook-Pro.home \
    --to=sds@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).