Gentoo Archives: gentoo-alt

From: Dirk Tilger <dirk@××××××.de>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib
Date: Tue, 06 Nov 2007 10:16:05
Message-Id: 20071106101535.GB1046@miriup.de
In Reply to: Re: [gentoo-alt] dyld: Library not loaded: EPREFIX/gentoo/lib/libintl.dylib by matt hull
1 On Mon, Nov 05, 2007 at 10:15:46PM -0600, matt hull wrote:
2 > i dont think i can emerge anything. i guess ill have to reinstall ? or
3 > can i boot strap over what i have ?
4
5 You can bootstrap over what you have. Additionally, if you save
6 ${EPREFIX}/var/lib/portage/world, you can copy it back once you reached
7 the state where you emerge world and should get all your old packages
8 back.
9
10 Your config files should be protected. I can't currently think of
11 anything that you even might loose, though this kind of statement should
12 be normally be done carefully. ;)
13
14 If you feel later the one or the other package has gone missing
15 nevertheless, you can figure out which files do not belong to any
16 package any more by doing the slow and ineffective command:
17
18 find ${EPREFIX}/var/tmp/portage -type f | while read file; do equery b $file | grep '^[a-z]' >/dev/null || echo $file; done
19
20 Dirk.
21 --
22 gentoo-alt@g.o mailing list