Subject: Re: 1.6 fails to "make depend".
To: Paul Hoffman <phoffman@proper.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 09/23/2002 17:22:11
On Mon, 23 Sep 2002, Paul Hoffman wrote:

> At 1:42 PM -0500 9/23/02, Frederick Bruckman wrote:
> >You need to build a new toolchain first. See
> >
> >   http://www.netbsd.org/Documentation/current/#updating
>
> Is this true even for people not running -current?
>
> I upgraded from 1.5.1beta to 1.6 using sysinst from CD-ROM. I am
> trying to build a kernel with IPsec in it. "config" spits out a
> zillion warnings, no errors. "make depends" works fine. "make" fails
> with errors in midway.c.

You're having trouble configuring and building a 1.6 kernel with 1.6
tools? Then a new toolchain won't help you -- there must be something
wrong with your config. "config" without "-v" doesn't usually spit out
any warnings. Did you do any more than uncomment "options IPSEC" and
"options IPSEC_ESP" from GENERIC? What warnings, exactly?

Frederick