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

travis env build failure : /bin/bash: aclocal-1.14: command not found #117

Closed
ldemailly opened this issue Jun 23, 2016 · 1 comment
Closed

Comments

@ldemailly
Copy link

It used to build fine when it was on googlecode but now

https://travis-ci.org/facebook/wdt/jobs/139831655

+++git clone https://github.com/google/glog.git
Cloning into 'glog'...
remote: Counting objects: 1412, done.
remote: Total 1412 (delta 0), reused 0 (delta 0), pack-reused 1412
Receiving objects: 100% (1412/1412), 1.31 MiB | 1020.00 KiB/s, done.
Resolving deltas: 100% (1009/1009), done.
Checking connectivity... done.
+++cd glog
+++./configure --with-gflags=/home/travis --prefix=/home/travis
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/travis/build/facebook/glog/missing: Unknown --is-lightweight' option Try/home/travis/build/facebook/glog/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
....
config.status: executing libtool commands
+++make -j 4
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14 -I m4
/bin/bash: aclocal-1.14: command not found
make: *** [aclocal.m4] Error 127

@ldemailly
Copy link
Author

This is probably same as issue #97 and #86

workaround is :

to add
autoreconf --force --install
before ./configure

(found on http://stackoverflow.com/questions/3096989/libtool-version-mismatch-error/3205400#3205400 )

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