From owner-freebsd-questions Fri Nov 9 3:33: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id E4ADF37B416 for ; Fri, 9 Nov 2001 03:32:48 -0800 (PST) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id NAA72118 for ; Fri, 9 Nov 2001 13:32:56 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "FreeBSD Question List" Subject: make kernel fails Date: Fri, 9 Nov 2001 13:36:36 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all :) I'm trying "make kernel" for the first time (I always used the other method in /sys/i386/conf/, etc). It runs along merrily for a good while, then stops with error code 1. Here are the last few lines on the screen: --------------------------------- cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/us r/src/sys/contrib/ipfilter -D_KERNEL -include pt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/kern/kern_conf.c /usr/src/sys/kern/kern_conf.c:293: conflicting types for `make_dev' /usr/src/sys/sys/conf.h:286: previous declaration of `make_dev' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root carrot:/usr/src# --------------------------------- I'm not sure what "make_dev" is, or where it is. Pedigree of this problem: 1) I've run cvsup for "tag=RELENG_4" and "src-all". 2) I've run "make buildworld" in /usr/src - and it completed without errors. 3) I then ran "make kernel" and hit this problem. Any pointers would be appreciated. Thanks, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message