Subject: Building the world
To: None <port-hpcmips@netbsd.org>
From: Warner Losh <imp@village.org>
List: port-hpcmips
Date: 08/08/2000 01:48:18
OK.  I'm doing something wrong.  I installed the NetBSD 1.5 ALPHA snapshot
on my MobileGear2 MC/R430 (aka NEC MobilePro 780).  I've been updating
sources from NetBSD -current ever since then.  However, I still get
build errors in named and ipf when I do this.  Has anybdoy else installed
this snapshot and tried to upgrade?  I've taken to running things with -k
so that the upgrade completes.

setenv MKCRYPTO no
setenv NOINCLUDES
setenv UPDATE
setenv NOPROFILE
setenv NOLINT

is what I usually use (although I've also tried it without the NOINCLUDES
and also without the UPDATE).  I have nothing in /etc/mk.conf.

Ebihara-san says that he can build this with EXPORTABLE_SYSTEM set to 1 and
it works for him.  Since I trust his building skills more than mine, I thought
I'd post here.

I created this source tree with a simple cvs co src, and have done cvs update
-PAd (well, cvs -q update -PAd -I obj, but whose counting that).

Amy ideas before I resign myself to having a broken tree forever?

Warner