universal-ctags / homebrew-universal-ctags

Homebrew Tap for Universal Ctags on OSX
https://ctags.io
GNU General Public License v2.0
326 stars 19 forks source link

Install fail: Can not find install.sh or install-sh #42

Closed jongheeyun closed 5 years ago

jongheeyun commented 5 years ago

universal-ctags--git$ brew install --HEAD universal-ctags/universal-ctags/universal-ctags

==> Installing universal-ctags from universal-ctags/universal-ctags ==> Cloning https://github.com/universal-ctags/ctags.git Updating /Users/steve/Library/Caches/Homebrew/universal-ctags--git ==> Checking out branch master Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 9b28d8c Merge pull request #2086 from techee/warning_fix ==> Downloading https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz Already downloaded: /Users/steve/Library/Caches/Homebrew/downloads/082747f2931278a960879f30afd38989c894b92d04eda36ead03e57dfb6703fc--docutils-0.14.tar.gz ==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/universal-ctags/HEAD-9b28d8c/libexec/vendor --install-scripts=/usr/local/Cellar/universal-ctag ==> ./autogen.sh ==> ./configure --prefix=/usr/local/Cellar/universal-ctags/HEAD-9b28d8c Last 15 lines from /Users/steve/Library/Logs/Homebrew/universal-ctags/03.configure: 2019-04-28 20:23:17 +0900

./configure --prefix=/usr/local/Cellar/universal-ctags/HEAD-9b28d8c

configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): https://github.com/universal-ctags/homebrew-universal-ctags/issues

jongheeyun commented 5 years ago

It was fixed by

Workspace$ brew install pkgconfig Warning: pkg-config 0.29.2 is already installed, it's just not linked You can use brew link pkg-config to link this version. Workspace$ brew link pkg-config Linking /usr/local/Cellar/pkg-config/0.29.2... 4 symlinks created