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

Linking error #173

Closed
lokiverloren opened this issue Nov 2, 2014 · 3 comments
Closed

Linking error #173

lokiverloren opened this issue Nov 2, 2014 · 3 comments

Comments

@lokiverloren
Copy link

ok, maybe it's not a typo but until i had the thought to omit the '-a' from the command near the bottom of the page to install mist, it refused to do it, halting with some error about not being able to read something that didn't make any sense. the file was also a '*.a' file. something to do with assembly or something, anyway, didn't work for me, but as soon as the '-a' was left out of the command it worked perfectly.

from this:

go get -u -a github.com/ethereum/go-ethereum/mist

to this:

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

@obscuren
Copy link
Contributor

obscuren commented Nov 2, 2014

-a force rebuilding of packages that are already up-to-date.

Did you recently switch from go1.2 to go1.3? Could you give me the full output of the error?

Also please be aware that you're running a very experimental version right now :-) Default repo = develop

@obscuren obscuren changed the title typo in go get command for mist Linking error Nov 2, 2014
@lokiverloren
Copy link
Author

yes, this is why i am working with it - a bit over a year ago i had the general concept but not the fundamentals that this project has, i want to see this out in the wild ^_^ so i want to help make it happen.

my system setup is a stock ubuntu 14.04.1 desktop, i had a lot of trouble working with the c++ build, i got it almost working except the qt bombed from something to do with opengl (could have been my fglrx and/or amd video) but the go client built fine until the mist build and this change in the instructions made it work. i tried it because i saw that the previous go get command lacked the -a.

@obscuren
Copy link
Contributor

obscuren commented Nov 3, 2014

cool. We are always interested in people who would like to help build and test 👍

roveneliah pushed a commit to roveneliah/go-ethereum that referenced this issue Jun 13, 2018
ngtuna pushed a commit to ngtuna/tomochain that referenced this issue Sep 18, 2018
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 13, 2021
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

2 participants