Subject: Re: bootstrap-pkgsrc tools updated
To: Rob Quinn <rquinn@sec.sprint.net>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 09/16/2003 04:02:11
On Mon, Sep 15, 2003 at 01:41:11PM -0400, Rob Quinn wrote:
> Hmmm. Why I have never looked there? Yes, the root:root machine has lots of
> references in share/mk/bsd.own.mk and sys.mk. The bin:bin machine has the same
> variables set to bin in bsd.own.mk, and nothing in sys.mk.
>
> ROOT:ROOT:
> %grep -l root /usr/pkg/share/mk/*
> /usr/pkg/share/mk/bsd.own.mk
> /usr/pkg/share/mk/sys.mk
> %grep BINGRP /usr/pkg/share/mk/sys.mk
> BINGRP?= root
> %grep BINGRP /usr/pkg/share/mk/bsd.own.mk
> BINGRP?= root
> LIBGRP?= ${BINGRP}
>
> BIN:BIN:
> %grep -l root /usr/pkg/share/mk/*
> %grep BINGRP /usr/pkg/share/mk/sys.mk
> %grep BINGRP /usr/pkg/share/mk/bsd.own.mk
> BINGRP?= bin
> LIBGRP?= ${BINGRP}
I guess some changes were made between installing your first box and
second box.. or perhaps the bmake issue you speak of below :-)
> > we should make the appropriate pkgs register themselves as being installed -
>
> I re-installed bmake on the bin:bin machine a lot, trying to do something
> similar. Several times I broke pkgsrc and had to build bmake stand-alone in
> /usr/local/. Perhaps I integrated some bad settings?
how did you build bmake standalone? from bootstrap-pkgsrc?
we have some local modifications there specifically for pkgsrc...
g.