NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/41360: daily snapshots of -current with empty tarballs
The following reply was made to PR install/41360; it has been noted by GNATS.
From: Soren Jacobsen <snj%pobox.com@localhost>
To: Manuel Bouyer <bouyer%antioche.eu.org@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, install-manager%NetBSD.org@localhost,
gnats-admin%NetBSD.org@localhost, netbsd-bugs%NetBSD.org@localhost,
gallegos%csxxi.net.mx@localhost
Subject: Re: install/41360: daily snapshots of -current with empty tarballs
Date: Wed, 6 May 2009 15:19:37 -0700
To: gnats-bugs%NetBSD.org@localhost
Cc: install-manager%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost,
netbsd-bugs%NetBSD.org@localhost, gallegos%csxxi.net.mx@localhost
On 05/06 22:42, Manuel Bouyer wrote:
> On Wed, May 06, 2009 at 10:20:04AM +0000, Alan Barrett wrote:
> > Sets should be created with with commands like this:
> >
> > cd ${SRCDIR}/distrib/sets
> > ${TOOLDIR}/bin/nbmake-${MACHINE} makesrctars
> >
> > That will pass MTREE=${TOOL_MTREE} through the environment. If you
> > don't do that, then you get whatever mtree happens to be in your PATH,
> > and presumably that doesn't support the "-S" option.
> >
> > Since the problem is actually in the autobuild scripts, perhaps somebody
> > from the releng team can make appropriate changes.
>
> I fear it's not so easy. I'm not sure we have a populated ${TOOLDIR} when the
> source sets are built.
Yeah, we don't have one at all, in fact. The build master does not
currently do any builds itself, so it never populates ${TOOLDIR}.
I don't think the use of -S here is really necessary. I'd vote for simply
removing it, although we could easily enough work around it by building a
newer mtree (I was already planning to get those sort changes pulled up)
and using it instead.
Home |
Main Index |
Thread Index |
Old Index