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 #40

Closed
acravenho opened this issue Jul 20, 2018 · 0 comments · Fixed by #41
Closed

Can't exec "libtoolize": No such file or directory at #40

acravenho opened this issue Jul 20, 2018 · 0 comments · Fixed by #41
Labels
help wanted:starter A good issue to get familiar with the repo

Comments

@acravenho
Copy link
Contributor

acravenho commented Jul 20, 2018

With the addition of the read smart contract functionality just merged on the poa-explorer repo, we are running into issues on the deploy script.

I had a similar error on my local machine. I'll try and add libtool to the build script.

[stdout]Can't exec "libtoolize": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN3> line 5.
[stdout]autoreconf: failed to run libtoolize: No such file or directory
[stdout]autoreconf: libtoolize is needed because this package uses Libtool
[stdout]===> Hook for compile failed!
[stdout]
[stderr]** (Mix) Could not compile dependency :libsecp256k1, "/home/ec2-user/.mix/rebar3 bare compile --paths "/opt/app/_build/prod/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile libsecp256k1", update it with "mix deps.update libsecp256k1" or clean it with "mix deps.clean libsecp256k1"
@acravenho acravenho added the help wanted:starter A good issue to get familiar with the repo label Jul 20, 2018
acravenho added a commit that referenced this issue Jul 20, 2018
Fixes #40

With the merge of the read contract functionality `libtoolize` was needed  for one of the dependencies. After testing the fix, I was able to successfully complete the deployment.

Here is the temporary build with this fix: http://sokab-explorer-sokol-elb-1771258833.us-east-1.elb.amazonaws.com/en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted:starter A good issue to get familiar with the repo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant