Gentoo Archives: gentoo-amd64

From: Bo Andresen <bo.andresen@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] really need help
Date: Mon, 10 Apr 2006 14:27:37
Message-Id: 200604101627.07161.bo.andresen@gmail.com
In Reply to: Re: [gentoo-amd64] really need help by "Jürgen Schinker"
1 On Monday 10 April 2006 11:55, Jürgen Schinker wrote:
2 > and how can i do this? how can i emerge all those headers?
3
4 I'm not really sure if this will help you but you might try and post the
5 output of this:
6
7 # cd /var/db/pkg
8 # for pkg in x11*/*; do equery k ="$pkg" 2>&1 | grep \! && echo "^^ $pkg";done
9
10 It will verify if any files from packages that you have installed in til x11
11 categories are missing or have changed since you installed them. If a file
12 was never installed this probably won't help you but if it was installed this
13 should tell you what packages have missing files..
14
15 --
16 Bo Andresen

Replies

Subject Author
Re: [gentoo-amd64] really need help (Solved) "Jürgen Schinker" <ba1020@×××××××××××××××.net>