[ruby-dev:49779] [Ruby trunk Bug#12736][Assigned] `make install` says `fatal: Not a git repository (or any of the parent directories): .git`
From:
hsbt@...
Date:
2016-09-08 04:51:15 UTC
List:
ruby-dev #49779
Issue #12736 has been updated by Hiroshi SHIBATA.
Status changed from Open to Assigned
Assignee set to Hiroshi SHIBATA
数が多くて厳しいのですがハードコードする方向に修正します。
----------------------------------------
Bug #12736: `make install` says `fatal: Not a git repository (or any of the parent directories): .git`
https://bugs.ruby-lang.org/issues/12736#change-60432
* Author: Kazuhiro NISHIYAMA
* Status: Assigned
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* ruby -v: ruby 2.4.0dev (2016-09-07 trunk 56091) [x86_64-linux]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
`make install` の時に `fatal: Not a git repository (or any of the parent directories): .git` というメッセージが2回出ます。
ext/psych/psych.gemspec と lib/rdoc/rdoc.gemspec の
```
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
```
が原因のようです。
--
https://bugs.ruby-lang.org/