Gentoo Archives: gentoo-dev

From: Stuart Bouyer <stuart@××××××××××××××××.jp>
To: Gentoo Devs <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] significance of output from emerge -ep
Date: Tue, 01 Oct 2002 19:05:04
Message-Id: 1033517496.24181.35.camel@gentoo-bear
In Reply to: [gentoo-dev] significance of output from emerge -ep by Nicolas Kaiser
1 On 火, 2002-10-01 at 22:00, Nicolas Kaiser wrote:
2 > I'm having difficulties understanding why "emerge -ep" deprives me of
3 > useful information about packages that are already installed, or in
4 > different version.
5 >
6 > Is there a special reason for --emptytree testing in this place?
7 >
8 > TIA,
9 > Nicolas
10
11 You are asking emerge to pretend and "emptytree" install of a given
12 package, from emerge --help
13
14 --emptytree (-e short option)
15 Virtually tweaks the tree of installed packages to only contain
16 glibc, this is great to use together with --pretend. This makes
17 it possible for developers to get a complete overview of the
18 complete dependency tree of a certain package.
19
20 You are being "deprived" of information about installed packages,
21 because as far as emerge is concerned you have no installed packages
22 (except glibc) when you run emerge with the -e / --emptytree switch
23
24 Stuart

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-dev] Re: significance of output from emerge -ep Nicolas Kaiser <nikai@×××××.net>