From owner-freebsd-alpha Wed May 24 1:40:53 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from dll.abs.net (dll.abs.net [207.114.24.10]) by hub.freebsd.org (Postfix) with ESMTP id 482AA37B5B6 for ; Wed, 24 May 2000 01:40:50 -0700 (PDT) (envelope-from howardl@abs.net) Received: from hdl (hdl@hdl.abs.net [207.114.24.1]) by dll.abs.net (8.9.3/8.9.3+RBL+DUL+RSS+ORBS) with SMTP id EAA01177; Wed, 24 May 2000 04:40:46 -0400 (EDT) (envelope-from howardl@abs.net) Message-Id: <200005240840.EAA01177@dll.abs.net> From: howardl@abs.net (Howard L.) To: dmuran@pinacolada.net Subject: Re: Alpha Kernel compiles Organization: Babylon-5 War Council Cc: freebsd-alpha@freebsd.org Date: Wed, 24 May 2000 08:40:46 GMT Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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