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

Error in go 1.3.1 #62

Closed
exu opened this issue Aug 14, 2014 · 4 comments
Closed

Error in go 1.3.1 #62

exu opened this issue Aug 14, 2014 · 4 comments

Comments

@exu
Copy link

exu commented Aug 14, 2014

Hi I have following error in golang 1.3.1

../go/src/github.com/tsenart/vegeta/lib/metrics.go:7: import /home/jacekwysocki/go/pkg/linux_amd64/github.com/bmizerany/perks/quantile.a: object is [linux amd64 go1.2.2 X:none] expected [linux amd64 go1.3.1 X:precisestack]

is there any workaround for this ?

@tsenart
Copy link
Owner

tsenart commented Aug 14, 2014

Hello @exu,

Have you compiled Vegeta yourself or are you using a release provided by me? If so, which version?

Cheers

@exu
Copy link
Author

exu commented Aug 14, 2014

I'm using

go get github.com/tsenart/vegeta

to get it

2014-08-14 10:42 GMT+02:00 Tomás Senart notifications@github.com:

Hello @exu https://github.com/exu,

Have you compiled Vegeta yourself or are you using a release provided by
me? If so, which version?

Cheers


Reply to this email directly or view it on GitHub
#62 (comment).

greetings
Jacek Wysocki

http://wysocki.in | http://github.com/exu | http://twitter.com/ex00
http://www.linkedin.com/in/jacekwysocki | http://google.com/+JacekWysocki

@tsenart
Copy link
Owner

tsenart commented Aug 14, 2014

You need to recompile all your Go libraries under your GOPATH as it seems
you still have Go 1.2.2 compiled objects even if you're using Go 1.3.1 now.

Alternatively, just use a provided release instead of compiling from source.
On Aug 14, 2014 10:57 AM, "Jacek Wysocki" notifications@github.com wrote:

I'm using

go get github.com/tsenart/vegeta

to get it

2014-08-14 10:42 GMT+02:00 Tomás Senart notifications@github.com:

Hello @exu https://github.com/exu,

Have you compiled Vegeta yourself or are you using a release provided by
me? If so, which version?

Cheers


Reply to this email directly or view it on GitHub
#62 (comment).

greetings
Jacek Wysocki

http://wysocki.in | http://github.com/exu | http://twitter.com/ex00
http://www.linkedin.com/in/jacekwysocki | http://google.com/+JacekWysocki


Reply to this email directly or view it on GitHub
#62 (comment).

@exu
Copy link
Author

exu commented Aug 20, 2014

Thanks I'm using binary now (on new go installation works fine, there was problem with go upgrade

@exu exu closed this as completed Aug 20, 2014
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