Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: KDE (mono to meta) migration
Date: Thu, 22 Jun 2006 21:55:54
Message-Id: 358eca8f0606221448v2220ea1bw7a02ba9d2d75f08e@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: KDE (mono to meta) migration by "Bo Ørsted Andresen"
1 On 22/06/06, Bo Ørsted Andresen <bo.andresen@××××.dk> wrote:
2
3 > This will show you what packages still have cruft in /usr/kde/3.2 - 3.4:
4 >
5 > # find /usr/kde/3.{2,3,4} | xargs equery belongs | cat
6
7 It aborts on mine:
8 ==============================
9 # find /usr/kde/3.{2,3,4} | xargs equery belongs | cat
10 find: /usr/kde/3.2: No such file or directory
11 find: /usr/kde/3.3: No such file or directory
12 find: /usr/kde/3.4: No such file or directory
13 List all packages owning a particular set of files
14
15 Note: Normally, only one package will own a file. If multiple packages
16 own the same file, it usually consitutes a problem, and should be
17 reported.
18
19 Syntax:
20 belongs <local-opts> filename
21 <local-opts> is either of:
22 -c, --category cat - only search in category cat
23 -f, --full-regex - supplied query is a regex
24 -e, --earlyout - stop when first match is found
25 -n, --name-only - don't print the version.
26 xargs: equery: exited with status 255; aborting
27 ==============================
28
29 What gives?
30 --
31 Regards,
32 Mick
33
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: KDE (mono to meta) migration "Bo Ørsted Andresen" <bo.andresen@××××.dk>