-
Notifications
You must be signed in to change notification settings - Fork 19
Error #56
Comments
Please make sure that autoconf and automake are correctly installed. |
I'm sure Autoconf and automake are installed, but they still don't work touch: /usr/local/Homebrew/.git/FETCH_HEAD: Permission denied
Updating Homebrew...
==> Installing universal-ctags from universal-ctags/universal-ctags
==> Cloning https://github.com/universal-ctags/ctags.git
Updating /Users/andy/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 86bdb84c Merge pull request universal-ctags/ctags#2650 from hirooih/sv-units-args.ctags
==> ./autogen.sh
Last 15 lines from /Users/andy/Library/Logs/Homebrew/universal-ctags/01.autogen.sh:
optlib/passwd.ctags
optlib/pod.ctags
optlib/qemuhx.ctags
optlib/puppetManifest.ctags
optlib/scss.ctags
optlib/systemtap.ctags'
+ autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
aclocal: error: aclocal: file '/usr/local/share/aclocal/progtest.m4' does not exist
autoreconf: aclocal failed with exit status: 1
+ echo 'failed in running autoreconf'
failed in running autoreconf
+ exit 1
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/universal-ctags/homebrew-universal-ctags/issues
These open issues may also help:
universal-ctags: Fix build for Linux https://github.com/universal-ctags/homebrew-universal-ctags/pull/52
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC. |
How did you install them? What does |
@KazuakiM, I have two requests. A. longer (complete?) reference log taken at Travis-ci To inspect issues like this issue, we need a "reference log" that is recorded in the environment where ctags is successfully built. So we can compare the reference log and the log shown by the issue reporter. At Travis-ci, you run a test for building ctags. Therefore, we can take a reference log at Travis-ci.
We cannot see the output of autogen.sh and configure. Is it possible to record and show all the output of commands as a log? B. command line instruction for users to show all output of building Please, look at the output in the initial comment of this issue:
The output is limited to the last 15 lines. For shooting troubles, in some cases, we need whole the log. By comparing the reference log with the detailed log taken by the user, I expect we can analyze the issue even if we don't have a Machintosh. |
brew install autoconf automake |
Similar issue here: https://stackoverflow.com/questions/25151658/xcode-build-failure-aclocal-share-files-missing |
So, does |
@masatake |
@KazuakiM, thank you. |
The text was updated successfully, but these errors were encountered: