Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone?
Date: Sat, 19 Apr 2008 22:22:39
Message-Id: 200804200022.35424.volker.armin.hemmann@tu-clausthal.de
In Reply to: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone? by Mark Knecht
1 On Samstag, 19. April 2008, Mark Knecht wrote:
2
3 > Question: Is there a way to recover from this?
4
5 you should have busybox installed.
6
7 Just create a symlink for every tool needed.
8
9 ln -s bb ls and something like that. If even ln is gone, do it from busybox
10 itself - it has everything needed built-in.
11
12 After that, emerge coreutils (with the buildpkg option). This creates are
13 tarball. Now check. Have been all symlinks replaced with the right tool?
14 If yes. Goto end. Everything is ok.
15 If not. Open tarball, cp the tools.
16
17
18 --
19 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Messed up - how do I emerge coreutils once coreutils is gone? Chris Brennan <xaero@××××××××××.net>