From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 15:22:27 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 C318C16A4D1 for ; Fri, 11 Jun 2004 15:22:26 +0000 (GMT) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAA843D2D for ; Fri, 11 Jun 2004 15:22:25 +0000 (GMT) (envelope-from aragon@geek.sh) Received: by mail.geek.sh (Postfix, from userid 1000) id 48D0524D11; Fri, 11 Jun 2004 17:22:23 +0200 (SAST) Date: Fri, 11 Jun 2004 17:22:23 +0200 From: Aragon Gouveia To: current@freebsd.org Message-ID: <20040611152223.GA81299@phat.za.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.8-RELEASE-p1 i386 X-Mailman-Approved-At: Sat, 12 Jun 2004 11:43:15 +0000 Subject: 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: Fri, 11 Jun 2004 15:22:27 -0000 Hi, 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 *** Error code 1 Stop in /usr/obj/usr/src/sys/ADMIN. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I've experienced and worked around this manually before on other 5.x systems, but never reported it hoping someone else would notice it and make the effort. :) Can't seem to find anything in the archives either. Is this a bug or something I'm doing wrong? Thanks, Aragon