Subject: Re: Oops.
To: None <port-i386@netbsd.org>
From: Wolfgang Rupprecht <wolfgang@wsrcc.com>
List: port-i386
Date: 09/28/1998 12:27:13
seebs@plethora.net (Peter Seebach) writes:
> I guess I built in the wrong order.  cc gets signal 12 if I put in the
> new libc.  Do I need a newer kernel first?

I'm playing this game as we speak.  I'm upgrading from netbsd-current
of Aug 20.  I rebuilt in this order: .

    kernel (new signals)
    libc   (new signals)
    xlint  (one of the kafs *.ln didn't build)
    xinstall (needed for new '-p' option)
    touch get_tk_something.ln in libkafs  (still didn't build; screw it)
    gnu/*   (fails in g++/std)
    / full tree -- make -k
    / full tree -- make -k install
    gnu/* -- make -k
    gnu/* -- make -k install
    gnu/* -- make -k
    gnu/* -- make -k install
    gnu/* -- make -k
    gnu/* -- make -k install
    ...

At this point I'm stuck.  Gnu doesn't build completely, and it looks
like its needed for the build of itself to work.

-wolfgang