Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rake fails on OS X #87

Open
mrbigbunbury opened this issue May 26, 2013 · 1 comment
Open

Rake fails on OS X #87

mrbigbunbury opened this issue May 26, 2013 · 1 comment

Comments

@mrbigbunbury
Copy link

  • OS X 10.8.3
  • Xcode 4.6.2 with Command Line Tools

Rake fails with the following message:

...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I libltdl/m4 --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /Users/sz/src/build-couchdb/build/share/autoconf-2.62/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory
git reset --hard
HEAD is now at fdb4c54 Release 2.4.2.
git clean -f -d
git ls-files --others -i --exclude-standard | xargs rm -f || true
rm_f /Users/sz/src/build-couchdb/build/bin/autoconf
rm_f /Users/sz/src/build-couchdb/build/bin/autoreconf
rm_f /Users/sz/src/build-couchdb/build/bin/autoheader
rm_f /Users/sz/src/build-couchdb/build/bin/autom4te
rake aborted!
Command failed with status (1): [./bootstrap...]

(See full trace by running task with --trace)
@stephanedupont
Copy link

I had the same problem on Debian. I solved it by installing 'automake'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants