From owner-freebsd-current  Sat Oct 26 17: 0:10 2002
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 B5CB237B401
	for <current@FreeBSD.ORG>; Sat, 26 Oct 2002 17:00:08 -0700 (PDT)
Received: from InterJet.elischer.org (12-232-206-8.client.attbi.com [12.232.206.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 54C0543E65
	for <current@FreeBSD.ORG>; Sat, 26 Oct 2002 17:00:08 -0700 (PDT)
	(envelope-from julian@elischer.org)
Received: from localhost (localhost.elischer.org [127.0.0.1])
	by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA14718
	for <current@FreeBSD.ORG>; Sat, 26 Oct 2002 16:52:29 -0700 (PDT)
Date: Sat, 26 Oct 2002 16:52:27 -0700 (PDT)
From: Julian Elischer <julian@elischer.org>
To: FreeBSD current users <current@FreeBSD.ORG>
Subject: possible kernel build breakage.
Message-ID: <Pine.BSF.4.21.0210261649340.13443-100000@InterJet.elischer.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-current@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-current.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-current>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-current>
X-Loop: FreeBSD.ORG


I'm about to do a make world
so it's possible a gcc change I've not yet picked up
may fix this, but in the meanwhile, I can't compile a kernel
because of:

ref3# make
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I-
-I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica
-I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common
-mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding
-Werror  ../../../ddb/db_examine.c
cc1: warnings being treated as errors
../../../ddb/db_examine.c: In function `db_examine':
../../../ddb/db_examine.c:132: warning: unknown conversion type
character `y' in format
../../../ddb/db_examine.c:132: warning: too many arguments for format
../../../ddb/db_examine.c: In function `db_print_cmd':
../../../ddb/db_examine.c:216: warning: unknown conversion type
character `y' in format
../../../ddb/db_examine.c:216: warning: too many arguments for format
*** Error code 1

Stop in /usr/src/sys/i386/compile/REF3.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message