Gentoo Archives: gentoo-portage-dev

From: Thomas de Grenier de Latour <degrenier@×××××××××××.fr>
To: gentoo-portage-dev@g.o
Subject: Re: [gentoo-portage-dev] emerge interruption - is it/will it be possible?
Date: Fri, 05 Dec 2003 07:12:44
Message-Id: 20031205141241.08acd8ce.degrenier@easyconnect.fr
In Reply to: Re: [gentoo-portage-dev] emerge interruption - is it/will it be possible? by Pavel Vondricka
1 On Fri, 5 Dec 2003 13:56:13 +0100
2 Pavel Vondricka <Pavel.Vondricka@×××××××.cz> wrote:
3
4 > Anyway, it would be nice if portage could do these things separately
5 > on demand:
6 > 1) unpack (and patch?) the sources only
7 > 2) run ./configure on the unpacked sources only
8 > 3) run make on the unpacked sources only
9 > 4) install only
10 >
11
12 This are (among a few other ones) the tasks "ebuild" knows. Configure
13 and make are in the same task though. I often use "ebuild
14 /path/to/ebuild compile install qmerge" to resume an aborted emerge
15 after some patching or things like that, it works well in general.
16
17 Have a look here for the list of available commands:
18 http://www.gentoo.org/doc/en/gentoo-howto.xml#doc_chap4
19
20 --
21 TGL.
22
23 --
24 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] emerge interruption - is it/will it be possible? Pavel Vondricka <Pavel.Vondricka@×××××××.cz>