Subject: RE: Upgraded from 1.3.2 to 1.4 but can't build a new kernel
To: 'port-sparc@netbsd.org' <port-sparc@netbsd.org>
From: Steven Grunza <steven.grunza@dgms.com>
List: port-sparc
Date: 06/07/1999 11:58:41
Thanks to those that replied.


I'll try adding in NULLFS.

I'll also try adding a cgsix definition (RASTERCONSOLE was already 
on).  Since this is a SPARCServer (headless) I had deleted all the 
framebuffers (but forgotten to remove RASTERCONSOLE).

It's a small (16MB, 1GB) SS1 so recompiling will take forever + 1 
day.  I'll post if I have any more problems.


Steven G.


On Monday, June 07, 1999 11:31 AM, der Mouse 
[SMTP:mouse@Rodents.Montreal.QC.CA] wrote:
> > I just upgraded a SS1 from 1.3.2 to 1.4 using the upgrade script
> > but
> > my new kernel build produced:
>
> [obviously spurious line breaks deleted -dM]
> > ld -Ttext F0004000 -e start -N -p -X -o netbsd ${SYSTEM_OBJ}
> > vers.o
> > ../../../../miscfs/umapfs/umap_vnops.c:324: Undefined symbol
> > `_null_bypass' referenced from text segment
> > ../../../../miscfs/umapfs/umap_vnops.c:344: Undefined symbol
> > `_null_bypass' referenced from text segment
> > ../../../../arch/sparc/dev/kd.c:149: Undefined symbol
> > `_fbrcons_rows' referenced from text segment
> > ../../../../arch/sparc/dev/kd.c:150: Undefined symbol
> > `_fbrcons_cols' referenced from text segment
> > *** Error code 1
>
> At a guess, reinstalling won't help.  I'd guess that 1.4 managed to
> go
> out the door with a couple of buglets.  Based on the errors, I'd
> say
> that (a) you can't use UMAPFS without NULLFS and (b) you can't
> build
> without RASTERCONSOLE.  (The latter I've seen mentioned on the
> lists
> already.)  Try turning NULLFS and RASTERCONSOLE on in your kernel
> config file and see if that helps any.
>
> 					der Mouse
>
> 			       mouse@rodents.montreal.qc.ca
> 		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B