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

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

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 > >

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

2017-11-07 Thread Fabian Groffen
On 07-11-2017 21:33:41 +0200, 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 > > > >  - > > "Not a git repository (or

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

2017-11-07 Thread Alan McKinnon
On 07/11/2017 21:10, Damo Brisbane wrote: > 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,

[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,