Gentoo Archives: gentoo-dev

From: Andrew Udvare <audvare@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] new eclass: golang.eclass for compiling go packages
Date: Thu, 11 Jun 2015 15:58:46
Message-Id: D30AF712-44A2-4C65-BF7D-FBE746DF9A39@gmail.com
In Reply to: [gentoo-dev] new eclass: golang.eclass for compiling go packages by William Hubbs
1 > On 2015-06-11, at 08:38, William Hubbs <williamh@g.o> wrote:
2 >
3 > this eclass is meant to provide a common src_compile function for
4 > packages written in the Go programming language.
5 >
6 > Let me know what you think.
7 >
8
9 I am wondering about bug 503324 and the issue of needing to create a GOROOT with everything except the package to be compiled. Is your way solving this issue?
10
11 My ebuild's src_compile() is based on ones in the tree:
12
13 https://github.com/Tatsh/tatsh-overlay/blob/master/dev-go/go-isatty/go-isatty-0_p20150408.ebuild#L31
14
15 Andrew

Replies

Subject Author
Re: [gentoo-dev] new eclass: golang.eclass for compiling go packages William Hubbs <williamh@g.o>