We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
--is-lightweight' option Try
The text was updated successfully, but these errors were encountered:
This is probably same as issue #97 and #86
workaround is :
to add autoreconf --force --install before ./configure
autoreconf --force --install
(found on http://stackoverflow.com/questions/3096989/libtool-version-mismatch-error/3205400#3205400 )
Sorry, something went wrong.
am__api_version='1.14'
Add autoreconf --force --install
6eaea94
google/glog#117
235691c
No branches or pull requests
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 informationconfigure: 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
The text was updated successfully, but these errors were encountered: