From owner-freebsd-current@FreeBSD.ORG Sat Jun 12 20:58:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7C816A4CE for ; Sat, 12 Jun 2004 20:58:38 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46DCD43D39 for ; Sat, 12 Jun 2004 20:58:38 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 6E37572DF2; Sat, 12 Jun 2004 13:58:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 69DCE72DB5; Sat, 12 Jun 2004 13:58:14 -0700 (PDT) Date: Sat, 12 Jun 2004 13:58:14 -0700 (PDT) From: Doug White To: Aragon Gouveia In-Reply-To: <20040611152223.GA81299@phat.za.net> Message-ID: <20040612133330.Y74026@carver.gumbysoft.com> References: <20040611152223.GA81299@phat.za.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: kernel compile error, 5.2.1-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2004 20:58:38 -0000 On Fri, 11 Jun 2004, Aragon Gouveia wrote: > Just trying to get a kernel built on a 5.2.1-RELEASE box. Am encountering > this error: > > cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/fb/vga.c > /usr/src/sys/dev/fb/vga.c:1346: warning: `filll_io' defined but not used > /usr/src/sys/dev/fb/vga.c:1336: warning: `fill' defined but not used Do you have 'options VGA_NO_MODE_CHANGE' in your kernel config? If so, then I see that there are a couple of function defs in sys/dev/fb/vga.c that aren't removed by that option. I'll submit a patch to fix this. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org