From owner-freebsd-alpha Wed May 24 17:41:19 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 26D3A37B5B1; Wed, 24 May 2000 17:41:13 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id UAA28703; Wed, 24 May 2000 20:41:09 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id UAA26158; Wed, 24 May 2000 20:40:39 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 May 2000 20:40:39 -0400 (EDT) To: Steve Sizemore Cc: obrien@FreeBSD.ORG, "D.A. Muran-de Assereto" , freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha Kernel compiles In-Reply-To: <20000524170003.A154600@cmpharm.ucsf.edu> References: <003301bfc452$bb0829e0$0101a8c0@tuad.org> <20000524085036.A2192@cmpharm.ucsf.edu> <20000524110556.B11414@dragon.nuxi.com> <14636.6936.36029.190466@grasshopper.cs.duke.edu> <20000524170003.A154600@cmpharm.ucsf.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14636.29922.739271.938791@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just cvsupped a fresh RELENG_4 tree to check this out & it builds just fine. I think the problem must be on your end. Steve Sizemore writes: > > So, it's either not fixed, yet, or it got broken again. Or your source tree is corrupt. From the looks of those error messages, it sounds like you have an empty, or otherwise messed-up sys/alpha/include/smp.h. Can you cat sys/alpha/include/smp.h and see what's in it? Does it match: <8:34pm>vivaldi/gallatin:src>cat sys/alpha/include/smp.h /* * $FreeBSD: src/sys/alpha/include/smp.h,v 1.1.2.1 2000/05/24 14:20:58 gallatin Exp $ */ #ifndef _MACHINE_SMP_H_ #define _MACHINE_SMP_H_ #define get_mplock() { } #define rel_mplock() { } #endif If I were you, I'd rm -rf src/sys/alpha/include and re-cvsup. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message