Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2000 08:40:46 GMT
From:      howardl@abs.net (Howard L.)
To:        dmuran@pinacolada.net
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: Alpha Kernel compiles
Message-ID:  <200005240840.EAA01177@dll.abs.net>

next in thread | raw e-mail | index | archive | help
>Has anyone else noticed that kernel compiles fail on a missing header smp.h
>for the last few days? I solved the problem by copying the relevant header
>from the i386 headers, but a cvsup today deleted the copy I made.
>
>Dave Muran-de Assereto
>
>*** Aude Sapere ***


Yep, just ran a cvsup on two of my alpha boxes, and now they both generate 
the following error when I try and compile a new kernel:

# make depend
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions 
-ansi  -nostdinc -I- -I. -I../.. -I../../../include  -D_KERNEL -include 
opt_global.h -elf  -mno-fp-regs -Wa,-mev56 ../../alpha/alpha/genassym.c
In file included from ../../sys/user.h:59,
                 from ../../alpha/alpha/genassym.c:60:
./../sys/signalvar.h:42: machine/smp.h: No such file or directory
*** Error code 1



I on the second machine, I even built a kernel to make sure all was working, 
then did the cvsup, and *bam* now that machine has the same probelm as 
the first.  So something is broken!  Also FYI I tried cvsup3 and cvsup6 just 
in case something was strange with one archive, results were the same..

-Howard



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005240840.EAA01177>