Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

ethabi does not install #78

Open
dskvr opened this issue May 27, 2018 · 7 comments
Open

ethabi does not install #78

dskvr opened this issue May 27, 2018 · 7 comments

Comments

@dskvr
Copy link

dskvr commented May 27, 2018

$ brew install ethabi
==> Installing ethabi from paritytech/paritytech
==> Cloning https://github.com/paritytech/ethabi.git
Updating ~/Library/Caches/Homebrew/ethabi--git
==> Checking out branch master
==> rustup update stable
Last 15 lines from ~/Library/Logs/Homebrew/ethabi/01.rustup:
2018-05-27 09:35:15 -0400

rustup update stable


If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/paritytech/homebrew-paritytech/issues

$ ethabi
-bash: ethabi: command not found

With verbose and debug

$ brew install --verbose --debug ethabi
Updating Homebrew...
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/paritytech/homebrew-paritytech/ethabi.rb
==> Installing ethabi from paritytech/paritytech
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::AliasLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/rustup-init.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/rust.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/sphinx-doc.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/openssl.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/makedepend.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/libssh2.rb
/usr/bin/sandbox-exec -f /tmp/homebrew20180527-38483-1xdzzdt.sb nice /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/build.rb /usr/local/Homebrew/Library/Taps/paritytech/homebrew-paritytech/ethabi.rb --verbose --debug
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/Homebrew/Library/Taps/paritytech/homebrew-paritytech/ethabi.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::AliasLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/rustup-init.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/rust.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/sphinx-doc.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/openssl.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/makedepend.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/libssh2.rb
==> Cloning https://github.com/paritytech/ethabi.git
Updating /Users/USER/Library/Caches/Homebrew/ethabi--git
git config remote.origin.url https://github.com/paritytech/ethabi.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
==> Checking out branch master
git checkout -f master --
Already on 'master'
Your branch is up to date with 'origin/master'.
git reset --hard origin/master
HEAD is now at 81e3937 Merge pull request #92 from paritytech/fixed_derive_panic_with_syn_13
==> rustup update stable
Failed to execute: rustup update stable
/usr/local/Homebrew/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: rustup update stable 
1. raise
2. ignore
3. backtrace
4. irb
5. shell
@dskvr
Copy link
Author

dskvr commented May 27, 2018

Problem is not resolved if attempting to install rustup with the following command.

curl https://sh.rustup.rs -sSf | sh

@duanbing
Copy link

duanbing commented May 29, 2018

Same problem to me.

==> Installing ethabi from paritytech/paritytech
==> Cloning https://github.com/paritytech/ethabi.git
Updating /Users/baidu/Library/Caches/Homebrew/ethabi--git
==> Checking out branch master
==> rustup update stable
Last 15 lines from /Users/baidu/Library/Logs/Homebrew/ethabi/01.rustup:
2018-05-29 16:58:47 +0800

rustup update stable


If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/paritytech/homebrew-paritytech/issues

These open issues may also help:
ethabi does not install https://github.com/paritytech/homebrew-paritytech/issues/78

macOS version: 10.13.4

@sayan1886
Copy link

I am also facing the same problem via brew.

@ordian
Copy link
Member

ordian commented Sep 4, 2018

This is duplicate of #54.
What is the output of rustup update stable?
Also try brew install -v ethabi for verbose output.

@dvdplm
Copy link

dvdplm commented Sep 4, 2018

@ordian I think it's also related (even the same issue?) as https://github.com/paritytech/ethabi/issues/123. If so the root cause is that ethabi-cli v5.0.1 is broken and we need to push out v5.1.

cc @debris

@CooperLee123
Copy link

hello, do you have solved the problem, I have the problem ,too, but I can't solve it

@TMLutas
Copy link

TMLutas commented Apr 28, 2019

In response to the question what is the output of rustup update stable, as a standalone command, it works without error.

info: syncing channel updates for 'stable-x86_64-apple-darwin'

stable-x86_64-apple-darwin unchanged - rustc 1.34.1 (fc50f328b 2019-04-24)

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

No branches or pull requests

10 participants