Date: Wed, 24 May 2000 20:40:39 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Steve Sizemore <steve@cmpharm.ucsf.edu> Cc: obrien@FreeBSD.ORG, "D.A. Muran-de Assereto" <dmuran@pinacolada.net>, freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha Kernel compiles Message-ID: <14636.29922.739271.938791@grasshopper.cs.duke.edu> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14636.29922.739271.938791>