Actions
Bug #13423
closederror in etc.gemspec
Description
git
コマンドがないと make install
が etc.gemspec
でエラーになります。
Invalid gemspec in [/path/to/ruby/ext/etc/etc.gemspec]: No such file or directory - git
from ../tool/rbinstall.rb:889:in `<main>'
from ../tool/rbinstall.rb:889:in `each'
from ../tool/rbinstall.rb:892:in `block in <main>'
from ../tool/rbinstall.rb:763:in `block in <main>'
from ../tool/rbinstall.rb:775:in `install_default_gem'
from ../tool/rbinstall.rb:775:in `map'
../tool/rbinstall.rb:776:in `block in install_default_gem': invalid spec in /path/to/ruby/ext/etc/etc.gemspec (RuntimeError)
Updated by znz (Kazuhiro NISHIYAMA) over 7 years ago
- Related to Bug #12736: `make install` says `fatal: Not a git repository (or any of the parent directories): .git` added
Updated by nobu (Nobuyoshi Nakada) over 7 years ago
- Status changed from Open to Closed
Applied in changeset trunk|r58327.
rbinstall.rb: purge git ls-files
- tool/rbinstall.rb (load_gemspec): purge
git ls-files
generated
by bundle. it is not available always everywhere everytime.
[ruby-dev:50068] [Bug #13423]
Updated by vo.x (Vit Ondruch) over 7 years ago
- Related to Bug #13428: rbinstall should not use Spec#files anymore added
Updated by znz (Kazuhiro NISHIYAMA) about 7 years ago
- Related to Bug #13808: lib/ipaddr.gemspec includes `git ls-files -z` added
Actions
Like0
Like0Like0Like0Like0