From owner-freebsd-alpha Wed May 24 8:50:49 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from adsl-63-194-196-21.dsl.snfc21.pacbell.net (adsl-63-194-196-21.dsl.snfc21.pacbell.net [63.194.196.21]) by hub.freebsd.org (Postfix) with ESMTP id DC89937BCB7 for ; Wed, 24 May 2000 08:50:43 -0700 (PDT) (envelope-from steve@adsl-63-194-196-21.dsl.snfc21.pacbell.net) Received: (from steve@localhost) by adsl-63-194-196-21.dsl.snfc21.pacbell.net (8.9.3/8.9.3) id IAA02433; Wed, 24 May 2000 08:50:37 -0700 (PDT) (envelope-from steve) Date: Wed, 24 May 2000 08:50:36 -0700 From: Steve Sizemore To: "D.A. Muran-de Assereto" Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha Kernel compiles Message-ID: <20000524085036.A2192@cmpharm.ucsf.edu> References: <003301bfc452$bb0829e0$0101a8c0@tuad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <003301bfc452$bb0829e0$0101a8c0@tuad.org>; from dmuran@pinacolada.net on Mon, May 22, 2000 at 09:03:38PM -0400 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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