Subject: Re: how to get kernel sources for i386 20020104-1.5ZA
To: None <mrose@dbc.mtview.ca.us>
From: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
List: port-i386
Date: 02/24/2002 17:04:42
In message <20020223223935.21687cef.mrose@dbc.mtview.ca.us>
	on Sat, 23 Feb 2002 22:39:35 -0800,
	Marshall Rose <mrose@dbc.mtview.ca.us> wrote:
> hi. unfortunately this doesn't quite yield the desired result...
> 
> % cd /sys/arch/i386/conf
> % config GENERIC_LAPTOP
> % cd ../compile/GENERIC_LAPTOP
> % make depend
...
> /usr/src/tools/tools.NetBSD-1.5ZA-i386/bin/nbmkdep: not found
> *** Error code 127
Oops, it was tool-chain related problem and currently fixed.

You could try,

% MKDEP=mkdep make depend

Or,

USETOOLS=no

in /etc/mk.conf.

> anyway, that's probably close enough for me. however, may i make a
> suggestion to the "snapshot gods" -- in the future, please create a cvs
> tag or something so it's possible to get the exact set of files you used
> in creating the snapshot. i really like to be able to reproduce things
> reliably when tracking down problems.
I think that making source files of snapshot ready is good idea.

--
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>