Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] question/feature request: First fetch, then compile...
Date: Wed, 17 Dec 2014 07:45:35
Message-Id: 1418802326.30942.0@numa-be
In Reply to: [gentoo-user] question/feature request: First fetch, then compile... by meino.cramer@gmx.de
1 On 12/17/2014 06:48:55 AM, meino.cramer@×××.de wrote:
2 ....
3 > Is it possible, to do ONE call to emerge, which asks (according
4 > to option -a, if set ) and given a yes first fetches ALL necessary
5 > files and data and compiles then everything?
6 >
7
8 With some manual operations:
9
10 Capture the output of emerge -vp ....
11 Edit it to call
12 ebuild <full patch to <package>.ebuild> fetch
13 for each package.
14
15 Then issue emerge without -p
16
17 Helmut

Replies

Subject Author
Re: [gentoo-user] question/feature request: First fetch, then compile... Alan McKinnon <alan.mckinnon@×××××.com>