Gentoo Archives: gentoo-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] rfc: Go ebuilds bundling multiple upstream sources
Date: Sat, 04 Jul 2015 20:53:24
Message-Id: 559847B5.4010401@gentoo.org
In Reply to: Re: [gentoo-dev] rfc: Go ebuilds bundling multiple upstream sources by Zac Medico
1 On 07/04/2015 01:33 PM, Zac Medico wrote:
2 > On 07/04/2015 01:24 PM, William Hubbs wrote:
3 >> What am I missing?
4 >
5 > You need to recognize that "build-time for package A" is not the same as
6 > "build-time for package B". When you build go-tools, you can't rely on
7 > the build-time dependencies of go-net being present. Likewise, you can't
8 > rely on the build-time dependencies of consul being present when
9 > consul-template is built.
10
11 For example, you should be able to build go-net, unistall go-text, and
12 then build go-tools without go-text installed. Likewise, you should be
13 able to build consul, uninstall go-crypto, and then build
14 consul-template without go-crypto installed.
15 --
16 Thanks,
17 Zac