Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] paludis vs emerge
Date: Sat, 26 Jan 2008 00:31:00
Message-Id: 20080125193055.7000962d@osage.osagesoftware.com
1 I've been experimenting with paludis for the last month or two to
2 compare it with emerge. For my periodic "update world" runs the two
3 programs seem functionally comparable. Paludis is, however, more
4 verbose and I'm not liking that aspect.
5
6 My typical emerge command is "emerge -auDtqv world" and produces:
7
8 [ebuild UD] kde-base/kde-3.5.7 [3.5.8] USE="..."
9 [ebuild U ] sys-apps/paludis-0.26.0_alpha9 [0.26.0_alpha7] USE="..."
10 [noomerge ] kde-base/kde-3.5.7 [3.5.8] USE="..."
11 [nomerge ] sys-apps/paludis-0.26.0_alpha9 [0.26.0_alpha7] ...
12 [ebuild U ] dev-libs/boost-1.34.1-r2 [1.34.1-r1] ...
13 [ebuild UD] app-misc/mime-types-5 [7] ..
14
15 Would you like to merge these packages? [Yes/No] no
16
17 Quitting.
18
19 I like the one brevity as I can see a lot of information and then
20 decide whether to go ahead or not.
21
22 "paludis --show-use-descriptions none -p -i world" lets me see
23 what's going to happen. On the down side, I need to run it a
24 second time (without the "-p") to install the packages. Also,
25 paludis first prints a bunch of informational messages and then prints 4
26 info lines per package.
27
28 Have I overlooked an option comparable to "--ask" ?
29
30 Have I overlooked an option to suppress the initial messages.
31
32 Thanks.
33
34 David
35 --
36 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] paludis vs emerge Brian Marshall <snail@×××××××××××××.net>