-
Notifications
You must be signed in to change notification settings - Fork 33
istanbul-tools fail to install. #4
Comments
Can you give a try with go 1.9? The readme should be updated using https://github.com/jpmorganchase/istanbul-tools instead. There are also binaries available: https://bintray.com/quorumengineering/istanbul-tools/istanbul/v1.0.1 |
@trung Thank you. I am using now the re-appeared bootstrap docker container because, after some more trying, I got some more errors and I am not wasting any more time on fixing go-modules. === When pulling the binary via go get, the following error occurs: `` package github.com/ethereum/go-ethereum/consensus/istanbul: cannot find package
`` |
@marvin-hansen glad you find an alternative that works for you. Just to give some more background on the issue:
The solution might be to push the Nevertheless, need to update README to reflect the working solution |
Thanks a lot for the insight.
I was suspecting a conflicting path already, but GoLang is fairly new to me
so I didn't really found a way to fix that anytime soon.
That said, is there a chance to distribute a setup shell script to install
all requirements and get things ready?
We used to do that a lot whenever more than 3 steps were needed per
requirement and that way, we could fix a lot of things while providing some
debugging hints when needed.
Any chance?
…On Mon, Jan 6, 2020, 21:46 Trung Nguyen ***@***.***> wrote:
@marvin-hansen <https://github.com/marvin-hansen> glad you find an
alternative that works for you.
Just to give some more background on the issue:
go get won't work as istanbul-tools requires replace directive to use
jpmorganchase/quorum instead of ethereum/go-ethereum. Refer to:
Consensys/istanbul-tools#7
<Consensys/istanbul-tools#7> for more details.
The solution might be to push the vendor folder along so to make go get
work again.
Nevertheless, need to update README to reflect the working solution
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFYR7XGIMNNAGB6LBQQXLZ3Q4OKB3ANCNFSM4KC4BRGA>
.
|
updated: Replicated the error with go-lang v.1.13.
Trying to generate a custom configuration as outlined in the Readme.
However, istanbul-tools fail to install.
Results in:
Go version: 1.10
Also tested with go-lang version 1.13. Same error.
Go env
When cloning the repo & running make to install manually, about the same error happens:
Results in:
The text was updated successfully, but these errors were encountered: