From owner-freebsd-current Wed May 15 12:16: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from mail8.mgfairfax.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 1220537B405 for ; Wed, 15 May 2002 12:15:54 -0700 (PDT) Received: from glasshouse ([24.168.194.230]) by mail8.mgfairfax.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 15 May 2002 15:15:51 -0400 Message-ID: <001e01c1fc44$e6e81670$f200a8c0@glasshouse> From: "Jeff Ito" To: Subject: First kernel build with gcc-3.1 failure Date: Wed, 15 May 2002 15:15:39 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had a -current system with the old version of gcc, and build world/kernel that contained gcc-3.1: 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon May 6 19:31:16 EDT 2002 Now for the first time with gcc-3.1 in place I have updated source (as of just minutes ago 1500EDT 5.15.02) and am trying to build world/kernel again. and during the kernel process keep running into the following... cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -W strict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/ sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I /usr/src/sys/../include -D_KERNEL -ffreestanding -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding -Werr or /usr/src/sys/ddb/db_command.c cc1: warnings being treated as errors /usr/src/sys/ddb/db_command.c: In function `db_fncall': /usr/src/sys/ddb/db_command.c:549: warning: unknown conversion type character `r' in format /usr/src/sys/ddb/db_command.c:549: warning: too many arguments for format *** Error code 1 Stop in /usr/local/obj/usr/src/sys/AMNESIAC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. in the kernel config I have options DDB, DDB_UNATTENDED insight? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message