Gentoo Archives: gentoo-user

From: Remy Blank <remy.blank_asps@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: revdep-rebuild never seems to "work"
Date: Sat, 28 Jan 2006 07:43:10
Message-Id: drf70n$44m$1@sea.gmane.org
In Reply to: [gentoo-user] revdep-rebuild never seems to "work" by Daevid Vincent
1 Daevid Vincent wrote:
2 > vmware ~ # revdep-rebuild --help
3 > Usage: /usr/bin/revdep-rebuild [OPTIONS] [--] [EMERGE_OPTIONS]
4
5 (snip)
6
7 > I've tried it this way:
8 > revdep-rebuild -Xav
9 > revdep-rebuild -av --package-names
10 > revdep-rebuild -av -X --package-names
11
12 I'm not quite sure, but you might want to try this:
13
14 revdep-rebuild -X -av
15
16 Note that, according to the usage message, revdep-rebuild options should
17 be first, and *separate* from emerge options. This is due to the way
18 revdep-rebuild (a shell script) parses its command line: as soon as it
19 finds an option it doesn't know, it passes it to emerge. Your first line
20 was quite close, but revdep-rebuild doesn't allow combined options (i.e.
21 -Xav instead of -X -a -v).
22
23 HTH.
24 -- Remy
25
26
27 Remove underscore and suffix in reply address for a timely response.
28
29 --
30 gentoo-user@g.o mailing list