Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ebuild laziness and binpkg overhead
Date: Sat, 16 Jun 2012 11:34:29
Message-Id: 4FDC6DF8.5080609@gentoo.org
In Reply to: Re: [gentoo-dev] ebuild laziness and binpkg overhead by Fabio Erculiani
1 On 06/16/2012 02:21 PM, Fabio Erculiani wrote:
2 > Anything build-time related should not be placed into pkg_setup (I am
3
4 That is propably not very accurate statement, like with placing the call
5 to `enewuser` when you need the user at src_configure(), src_compile() etc.
6
7 > pointing the finger to those build-related die() that are breaking
8 > binpkgs support). There's src_prepare() and src_configure() nowadays.
9
10 Yeah, dying in pkg_setup() is most often not the way to go