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

Can't exec "libtoolize": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN7> line 5. #22

Closed
narzero opened this issue Apr 13, 2016 · 3 comments

Comments

@narzero
Copy link

narzero commented Apr 13, 2016

I keep getting Can't exec "libtoolize": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN7> line 5.. I'm running this on OSX 10.10.5.

Prerequisite

brew install autoconf automake libtool
brew install boost double-conversion gflags glog libevent

git clone https://github.com/facebook/redex.git && cd redex
git submodule update --init

Make

autoreconf -ivf && ./configure && make && make install

#=>autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory third-party/folly/folly to autoreconf
autoreconf: Entering directory `third-party/folly/folly'
autoreconf: running: aclocal --force -I m4
autoreconf: running: libtoolize --copy --force
Can't exec "libtoolize": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN7> line 5.
autoreconf: failed to run libtoolize: No such file or directory
autoreconf: libtoolize is needed because this package uses Libtool
@bertmaher
Copy link
Contributor

I pushed an update this morning that might fix this, can you give it another go?

@narzero
Copy link
Author

narzero commented Apr 15, 2016

@bertmaher unfortunately I'm still getting the same result

@bertmaher
Copy link
Contributor

Darn. This is a total hack, but if you have /usr/local/bin/glibtoolize installed (which you should, since you did brew install libtool), then you can just symlink it: sudo ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize.

facebook-github-bot pushed a commit that referenced this issue May 2, 2023
Summary:
New way to perform OSS tests for SPARTA

X-link: facebook/SPARTA#22

Reviewed By: arnaudvenet

Differential Revision: D45499671

Pulled By: yuxuanchen1997

fbshipit-source-id: c4310c4c02e48ce8dda2f5e1de527505d19426f0
facebook-github-bot pushed a commit that referenced this issue May 2, 2023
Summary:
New way to perform OSS tests for SPARTA

X-link: facebook/SPARTA#22

Reviewed By: arnaudvenet

Differential Revision: D45499671

Pulled By: yuxuanchen1997

fbshipit-source-id: c4310c4c02e48ce8dda2f5e1de527505d19426f0
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