On Wed, Apr 28, 2010 at 10:17:29AM -0600, Duncan Patton a Campbell wrote:
> In the process of upgrading my sparc64 I pulled cvs and built 
> according to the instructions in 
> http://www.openbsd.org/faq/faq5.html#BldBinary
> when I get to the point of building a GENERIC kernel the
> build gets to here:
> 
> 
> cc -x assembler-with-cpp -D_LOCORE -Wa,-Av9b -nostdinc -I. -I../../../.. 
> -I../../../../arch -DDDB -DDIAGNOSTIC -DKTRACE -DACCOUNTING -DKMEMSTATS 
> -DPTRACE -DPAGEFASTRECYCLE -DPOOL_DEBUG -DCRYPTO -DSYSVMSG -DSYSVSEM 
> -DSYSVSHM -DUVM_SWAP_ENCRYPT -DCOMPAT_43 -DCOMPAT_O43 -DLKM -DFFS -DFFS2 
> -DFFS_SOFTUPDATES -DUFS_DIRHASH -DQUOTA -DEXT2FS -DMFS -DNNPFS -DTCP_SACK 
> -DTCP_ECN -DTCP_SIGNATURE -DNFSCLIENT -DNFSSERVER -DCD9660 -DUDF -DMSDOSFS 
> -DFIFO -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP -DPPP_DEFLATE -DMROUTING 
> -DBOOT_CONFIG -DSUN4US -DSUN4V -DPCIVERBOSE -DUSER_PCICONF -DAPERTURE 
> -DUSBVERBOSE -DWSEMUL_SUN -DWSEMUL_NO_VT100 -DWSEMUL_DUMB 
> -DWSDISPLAY_COMPAT_RAWKBD -DONEWIREVERBOSE -D_KERNEL -c 
> ../../../../arch/sparc64/sparc64/mutex.S
> cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  
> -Wno-uninitialized -Wno-format -Wno-main  -Wstack-larger-than-2047 
> -Wvariable-decl -Wa,-Av9b, -mno-fpu -fno-builtin-printf -fno-builtin-log  
> -fno-builtin-log2 -fno-builtin-malloc  -pipe -nostdinc -I. -I../../../.. 
> -I../../../../arch -DDDB -DDIAGNOSTIC -DKTRACE -DACCOUNTING -DKMEMSTATS 
> -DPTRACE -DPAGEFASTRECYCLE -DPOOL_DEBUG -DCRYPTO -DSYSVMSG -DSYSVSEM 
> -DSYSVSHM -DUVM_SWAP_ENCRYPT -DCOMPAT_43 -DCOMPAT_O43 -DLKM -DFFS -DFFS2 
> -DFFS_SOFTUPDATES -DUFS_DIRHASH -DQUOTA -DEXT2FS -DMFS -DNNPFS -DTCP_SACK 
> -DTCP_ECN -DTCP_SIGNATURE -DNFSCLIENT -DNFSSERVER -DCD9660 -DUDF -DMSDOSFS 
> -DFIFO -DINET -DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP -DPPP_DEFLATE -DMROUTING 
> -DBOOT_CONFIG -DSUN4US -DSUN4V -DPCIVERBOSE -DUSER_PCICONF -DAPERTURE 
> -DUSBVERBOSE -DWSEMUL_SUN -DWSEMUL_NO_VT100 -DWSEMUL_DUMB 
> -DWSDISPLAY_COMPAT_RAWKBD -DONEWIREVERBOSE -D_KERNEL  -c 
> ../../../../conf/swapgeneric.c
> make: don't know how to make newvers. Stop in 
> /usr/src/sys/arch/sparc64/compile/GENERIC.
> 
> [r...@babayaga:/usr/src/sys/arch/sparc64/compile/GENERIC] # 
> 
> And then stops.  
> 
> Any ideas?
> 

Upgrade the system first. You try to compile from source of a too old base
system. In your case config(8) is too old and maybe a few other tools as
well.

-- 
:wq Claudio

Reply via email to