From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 21:24:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C766416A4CE for ; Tue, 14 Dec 2004 21:24:48 +0000 (GMT) Received: from delight.idiom.com (delight.idiom.com [216.240.32.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A8C943D2F for ; Tue, 14 Dec 2004 21:24:48 +0000 (GMT) (envelope-from mwm-dated-1103923485.83fc6b@mired.org) Received: from idiom.com (idiom.com [216.240.32.1]) by delight.idiom.com (Postfix) with ESMTP id D08451CE5A5 for ; Tue, 14 Dec 2004 13:24:47 -0800 (PST) Received: from mired.org (mwm@idiom [216.240.32.1]) by idiom.com (8.12.11/8.12.11) with SMTP id iBELOkoE056010 for ; Tue, 14 Dec 2004 13:24:46 -0800 (PST) (envelope-from mwm-dated-1103923485.83fc6b@mired.org) Received: (qmail 15539 invoked by uid 1001); 14 Dec 2004 21:24:45 -0000 Received: by guru.mired.org (tmda-sendmail, from uid 1001); Tue, 14 Dec 2004 15:24:45 -0600 (CST) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="riKbMmCP8e" Content-Transfer-Encoding: 7bit Message-ID: <16831.23068.898160.406054@guru.mired.org> Date: Tue, 14 Dec 2004 15:24:44 -0600 To: questions@freebsd.org X-Mailer: VM 7.17 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid X-Primary-Address: mwm@mired.org X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) cc: phk@freebsd.org Subject: Can't compile kernel... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 21:24:49 -0000 --riKbMmCP8e Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Ok, I'm an old hand at building BSD kernels. Been doing it since BSD 4.2, and FreeBSD 3.0. But the code for 5-STABLE fails to compile for me. I've tried 5.3 from the CD-ROM, RELENG_5_3_0, RELENG_5_3, and RELENG_5. They all fail to build with this error: cc -c -O -pipe -march=athlon -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror ../../../dev/fb/vga.c ../../../dev/fb/vga.c:1346: warning: 'filll_io' defined but not used ../../../dev/fb/vga.c:1336: warning: 'fill' defined but not used I've included phk@freebsd in the mail, as he was the last person to touch this file on those branches. I'll attach the kernel config file as that's almost certainly relevant. Any help in getting this kernel to build would be greatly appreciated. Thanx, http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. --riKbMmCP8e--