dapphub / dapp

This repository has been moved to dapphub/dapptools
https://dapp.tools/dapp
249 stars 49 forks source link

Infinite loop if libexec/seth is not available #51

Closed travs closed 6 years ago

travs commented 7 years ago

Recreate:

mkdir thing && cd thing
dapp init
make all
make deploy # just calls "dapp create Thing"

Output:

bash: warning: shell level (1000) too high, resetting to 1

(over and over)

Running:

linux 4.12.8-2-ARCH
zsh (inside tmux)
travs commented 7 years ago

I think I had an issue with one of the tools that dapp uses (seth, or maybe ethrun or ethabi). Anyway, reinstalled them using make link when possible, rather than just linking them to my ~/bin dir in my path, and I don't get this error any more.

dbrock commented 7 years ago

Ahhh! That would make that happen. Thanks for the information.

Maybe this should be detected and a nice error message should be printed...