-
Notifications
You must be signed in to change notification settings - Fork 0
Any golang-go version dependency? #1
Comments
That's question for carbonapi dev (this repo is just packaging scripts), but i'm building it using golang 1.3.3 from debian stable and it works. More recent version of go will be better, i think. |
Thanks, that is what I would like to know because I will build on stable
too.
31 мар. 2017 г. 17:05 пользователь "Lex Rivera" <notifications@github.com>
написал:
… That's question for carbonapi dev (this repo is just packaging scripts),
but i'm building it using golang 1.3.3 from debian stable and it works.
More recent version of go will be better, i think.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA9Gyv9Y0LWg2Lc9qiV4fy6KZN2iSFV7ks5rrQhDgaJpZM4Mvjk_>
.
|
Sorry, one more question. dpkg-buildpackage -sa
What could be wrong here? Something with go.uber.org? |
Since it reports 200 it should be fine.
|
Hm, very interesting... I assigned GOPATH to the folder created inside of the carbonapi-deb structure, I think it doesn't matter. Everything was done also on Debian 8 (stable=jessie) in following steps:
|
So it compiled after GOPATH was set? |
Yes. It wan't compile without GOPATH set. |
Sorry, I just realized that I didn't understand your question. First I have run the process without GOPATH set and it failed immediatelly. After that I set GOPATH, run it again, the log above shows the results with GOPATH set already. Alexandr |
Is there any dependency on golang-go version?
Debian stable has golang 1.3.3, in backports - 1.7, testing - 1.8.
Latest go-carbon requires golang-go >= 1.8+ (means Debian testing). But for go-carbon binary .deb package is available. What about carbonapi, with which golang-go version it's possible to build it?
Many thanks,
Alexandr
The text was updated successfully, but these errors were encountered: