From owner-freebsd-stable Thu May 11 14:45:25 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc2.bc.home.com (ha1.rdc2.bc.wave.home.com [24.2.10.68]) by hub.freebsd.org (Postfix) with ESMTP id D1EF437B6D8 for ; Thu, 11 May 2000 14:45:18 -0700 (PDT) (envelope-from sparhawk@sparhawk.bc.ca) Received: from beast.sparhawk.bc.ca ([24.66.169.200]) by mail.rdc2.bc.home.com (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000511214518.GYVA18541.mail.rdc2.bc.home.com@beast.sparhawk.bc.ca> for ; Thu, 11 May 2000 14:45:18 -0700 Message-Id: <4.3.2.20000509141347.00b1ed90@192.168.1.69> X-Sender: sparhawk@192.168.1.69 X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Tue, 09 May 2000 14:44:47 -0700 To: Stable@freebsd.org From: Sparhawk Subject: 4.0 Stable Kernel Compile Problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just updated from 4.0 release to 4.0 stable, make buildworld completed properly, and I went to remake the kernel with the new sources before going into single user mode to run make installworld. But when compiling the kernel it breaks at. 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/WINTERMUTE. Any ideas on why this might be breaking? Sparhawk http://www.sparhawk.bc.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message