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: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: install/41360: daily snapshots of -current with empty tarballs
Date: Wed, 6 May 2009 12:15:33 +0200
On Tue, 05 May 2009, gallegos%csxxi.net.mx@localhost wrote:
> In a machine with netbsd -current
> cd src/distrib/sets
>
> sh makesrctars /usr/src /tmp/tarballs
> Creating src.tgz
> mtree: unknown option -- S
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.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index