Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Braindump wrt fakeroot and path sandboxing
Date: Mon, 05 Nov 2001 08:53:54
Message-Id: 20011105105308.A23098@yde.flatmonk.org
In Reply to: Re: [gentoo-dev] Braindump wrt fakeroot and path sandboxing by Chad Huneycutt
1 Chad Huneycutt wrote: [Fri Nov 02 2001, 11:45:22AM EST]
2 > I am sure I have heard the argument, but I can't remember it. Is there
3 > a reason other than (2) that we can't just do a chroot to the image
4 > directory?
5
6 Because you'll get lots of errors like
7
8 bash: make: No such file or directory
9
10 In other words, you would need to provide the entire environment for the
11 package in the image directory. Make, install, and whatever else the
12 given Makefile is expecting.
13
14 Aron