Re: [gentoo-dev] [RFC] Splitting developer-oriented and expert user mailing lists

2017-12-03 Thread Damo Brisbane
"suspicious of" to strong a word - "wary of" ! On Mon, Dec 4, 2017 at 7:16 AM, Damo Brisbane wrote: > As a relative newbie I wonder about the format generally of the lists, > however "unbroken", I would be concerned about a dated look. Also, IMO > a

Re: [gentoo-dev] [RFC] Splitting developer-oriented and expert user mailing lists

2017-12-03 Thread Damo Brisbane
As a relative newbie I wonder about the format generally of the lists, however "unbroken", I would be concerned about a dated look. Also, IMO anything requiring "manual restructuring" - verses automation - I am a little suspicious of. If dumb stuff is coming through, why cant the good stuff be auto

Re: [gentoo-dev] Help testing ebuilds? golang/Fabio load balancer

2017-11-10 Thread Damo Brisbane
t 10:59 PM, Michael Orlitzky wrote: > On 11/09/2017 11:08 PM, Damo Brisbane wrote: > > I've run up a couple of golang based ebuilds - for the fabio load > > balancer. My first run at it, not completely sure of any follow up > > process, mentor? other posting, overlap w

Re: [gentoo-dev] Open Build Service

2017-11-09 Thread Damo Brisbane
My two cents worth, I think broader features not necessarily better; to draw an analogy, dotGo 2015 - Rob Pike - Simplicity is Complicated , ".. a lot of people talk about tooling... but the real reason [that the go language is sucessful] is simplicity.

[gentoo-dev] Help testing ebuilds? golang/Fabio load balancer

2017-11-09 Thread Damo Brisbane
I've run up a couple of golang based ebuilds - for the fabio load balancer. My first run at it, not completely sure of any follow up process, mentor? other posting, overlap with existing work? Anyway, would appreciate the feedback. FYI, custom overlay at * https://github.com/damobrisbane/damo-over

Re: [gentoo-dev] "Not a git repository" error on ebuild

2017-11-07 Thread Damo Brisbane
Thanks all, commenting out below line in source Makefile eems to have removed error GO = GOGC=off go #GOFLAGS = -ldflags "-X main.version=$(shell git describe --tags)" GOVENDOR = $(shell which govendor) On Wed, Nov 8, 2017 at 7:45 AM, Damo Brisbane wrote: > We have this i

Re: [gentoo-dev] "Not a git repository" error on ebuild

2017-11-07 Thread Damo Brisbane
We have this in the project makefile.. GOFLAGS = -ldflags "-X main.version=$(shell git describe --tags)" .. On Wed, Nov 8, 2017 at 7:44 AM, Damo Brisbane wrote: > attached, ok? > > On Wed, Nov 8, 2017 at 5:33 AM, Alan McKinnon > wrote: > >> On 07/11/2017 21:1

Re: [gentoo-dev] "Not a git repository" error on ebuild

2017-11-07 Thread Damo Brisbane
attached, ok? On Wed, Nov 8, 2017 at 5:33 AM, Alan McKinnon wrote: > On 07/11/2017 21:10, Damo Brisbane wrote: > > Hi, > > > > I am getting an error on custom fabio-1.5.2.ebuild > > <https://github.com/damobrisbane/damo-overlay/ > blob/master/net-proxy/fabio/fab

[gentoo-dev] "Not a git repository" error on ebuild

2017-11-07 Thread Damo Brisbane
Hi, I am getting an error on custom fabio-1.5.2.ebuild - "Not a git repository (or any of the parent directories)..." I've been looking on web, trying some things, but still message is coming up, appreci

Re: [gentoo-dev] git checkout in ebuild?

2017-10-16 Thread Damo Brisbane
2017 13:31:53 +1000 > Damo Brisbane wrote: > > > Hello, > > > > I am wanting to make an ebuild for Intel's (Apache 2 licensed) snap > > monitoring framework (https://github.com/intelsdi-x/snap). It seems the > > current version (2.0.0) does not compile the go

[gentoo-dev] git checkout in ebuild?

2017-10-15 Thread Damo Brisbane
Hello, I am wanting to make an ebuild for Intel's (Apache 2 licensed) snap monitoring framework (https://github.com/intelsdi-x/snap). It seems the current version (2.0.0) does not compile the golang binaries with some type of recent grpc API incompatibility. I can successfully compile by going: g