Date: Wed, 24 May 2000 08:50:36 -0700 From: Steve Sizemore <steve@adsl-63-194-196-21.dsl.snfc21.pacbell.net> To: "D.A. Muran-de Assereto" <dmuran@pinacolada.net> Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha Kernel compiles Message-ID: <20000524085036.A2192@cmpharm.ucsf.edu> In-Reply-To: <003301bfc452$bb0829e0$0101a8c0@tuad.org>; from dmuran@pinacolada.net on Mon, May 22, 2000 at 09:03:38PM -0400 References: <003301bfc452$bb0829e0$0101a8c0@tuad.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 22, 2000 at 09:03:38PM -0400, D.A. Muran-de Assereto wrote: > 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 I'd noticed that "make buildworld" had been failing (for this reason) for a couple of weeks on -stable. I finally fixed it by doing a "make include" before the build. This allows the buildworld and installworld to complete, but I still can't build a GENERIC kernel. 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 ../../kern/kern_random.c ../../kern/kern_random.c:241: conflicting types for `add_interrupt_randomness' ../../sys/random.h:73: previous declaration of `add_interrupt_randomness' ../../kern/kern_random.c: In function `add_interrupt_randomness': ../../kern/kern_random.c:245: warning: passing arg 1 of pointer to function makes integer from pointer without a cast *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. Ideas? Steve -- ----------------------------------------------#-----#--#####--------------- # # # # Steve Sizemore # # # Dept. of Cellular and Molecular Pharmacology # # # Box 0450, Room HSE-1285 # # # University of California Medical Center # # # # 513 Parnassus Avenue ##### ##### ##### ####### San Francisco CA 94143-0450 # # # # # steve@cmpharm.ucsf.edu ##### ##### (415) 476-6987 FAX: (415) 476-6515 # # # # # -------------------------------------------------------------#####--#------ 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?20000524085036.A2192>