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

expects import "github.com/kardianos/osext" #384

Closed
cslarson opened this issue Feb 25, 2015 · 3 comments
Closed

expects import "github.com/kardianos/osext" #384

cslarson opened this issue Feb 25, 2015 · 3 comments

Comments

@cslarson
Copy link

the Mist install script now fails for me at this point:

cmd/utils/cmd.go:33:2: code in directory /home/carl/go/src/bitbucket.org/kardianos/osext expects import "github.com/kardianos/osext"
can't load package: cmd/utils/cmd.go:33:2: code in directory /home/carl/go/src/bitbucket.org/kardianos/osext expects import "github.com/kardianos/osext"
flags.go:33:2: code in directory /home/carl/go/src/bitbucket.org/kardianos/osext expects import "github.com/kardianos/osext"
@alspore
Copy link

alspore commented Feb 26, 2015

I'm experiencing similar issues after running the following commands.

go get github.com/ethereum/go-ethereum/cmd/mist
go get github.com/ethereum/go-ethereum/cmd/ethereum

@tgerring
Copy link
Contributor

Can you try go get github.com/kardianos/osext?

Then try to build to build Mist with:
cd $GOPATH/src/github.com/ethereum/go-ethereum/cmd/mist && go install

If all is well, you should then be able to mist

@tgerring
Copy link
Contributor

A new Mist install script has been linked to the wiki. Although the dependency error still exists when pulling the repo (indicated with comment on line 26), this is due to go get fetching master branch by default. Once #391 is merged into master, this problem should disappear.

ngtuna added a commit to ngtuna/tomochain that referenced this issue Jan 9, 2019
Implement Cache to speed up checkpoint
AusIV pushed a commit to NoteGio/go-ethereum that referenced this issue Jul 12, 2021
…ease/1.10.3-protocolVersions-chain-dependent

Merge/foundation release/1.10.3 protocol versions chain dependent
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
mralj pushed a commit to NethermindEth/rollup-geth that referenced this issue Oct 1, 2024
…thereum#384)

* handle Holocene l1 attributes in l1 data fee computation

* -S
mralj pushed a commit to NethermindEth/rollup-geth that referenced this issue Oct 7, 2024
s1na pushed a commit to s1na/go-ethereum that referenced this issue Dec 2, 2024
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

3 participants