Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge deps AFTER build
Date: Thu, 12 Oct 2006 03:29:20
Message-Id: 200610120525.12289.bo.andresen@zlin.dk
In Reply to: [gentoo-user] emerge deps AFTER build by Trenton Adams
1 On Thursday 12 October 2006 04:43, Trenton Adams wrote:
2 > Is there a way of asking emerge to only merge the packages after all
3 > dependencies have been successfully built into tar.bz2 packages?
4
5 From `man emerge`:
6 --buildpkgonly (-B)
7 Creates binary packages for all ebuilds processed without actually
8 merging the packages. This comes with the caveat that all build-time
9 dependencies must already be emerged on the system.
10
11 In other words, no. If you really need it then create a chroot with an
12 identical system (or use another computer) and use that as a build system
13 which creates binary packages...
14
15 --
16 Bo Andresen