Subject: Re: problems with the chroot stuff in /usr/pkgsrc/mk/bulk/mksandbox
To: Roland Illig <rillig@NetBSD.org>
From: George Michaelson <ggm@apnic.net>
List: pkgsrc-users
Date: 11/20/2006 10:22:32
On Fri, 17 Nov 2006 10:21:07 +0100
Roland Illig <rillig@NetBSD.org> wrote:

> make show-vars VARNAMES="X11_TYPE X11BASE"

with X11_TYPE=modular I got:

bash-3.2# make show-vars VARNAMES="X11_TYPE X11BASE"
modular

bash-3.2#

with X11_type=xorg I got:

bash-3.2# make show-vars VARNAMES="X11_TYPE X11BASE"
xorg
/usr/pkg/xorg
bash-3.2#

So your theory is looking good. I guess the modular X11 stuff isn't
ready for this kind of test yet. (which is why I was trying the
mksandbox path)

But why would the install of something like wget wind up touching the
X11 related mk.conf elements? Because it was one of the things which
complained..

-G