From owner-freebsd-current@FreeBSD.ORG Wed Aug 20 03:34:22 2003 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 9EE3816A4BF for ; Wed, 20 Aug 2003 03:34:22 -0700 (PDT) Received: from ws180140.56kdialup.siu.edu (ws180140.56kdialup.siu.edu [131.230.180.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id B844543FB1 for ; Wed, 20 Aug 2003 03:34:20 -0700 (PDT) (envelope-from supraexpress_spamyourself@globaleyes.net) Received: from ws180140.56kdialup.siu.edu (localhost [127.0.0.1]) by freebsd2.localnet10 (8.12.9/8.12.9) with ESMTP id h7KAXc4T048639 for ; Wed, 20 Aug 2003 05:33:38 -0500 (CDT) (envelope-from supraexpress_spamyourself@globaleyes.net) Received: from localhost (root@localhost)h7KAXboV048636 for ; Wed, 20 Aug 2003 05:33:38 -0500 (CDT) Date: Wed, 20 Aug 2003 05:33:37 -0500 (CDT) From: supraexpress_spamyourself@globaleyes.net X-X-Sender: root@ws180140.56kdialup.siu.edu To: current@freebsd.org Message-ID: <20030820052929.C48516@ws180140.56kdialup.siu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 08/20/2003 04:00 make buildkernel failed: aac_disk.c:276: warning: uintmax_t format X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: supraexpress@globaleyes.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 10:34:22 -0000 After successful cvsup of complete system sources on 08.20.2003 around 04:00, and a successful make buildworld, make builkernel failed with the following: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fforma t-extensions -std=c99 -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/c ontrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_glo bal.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-str ings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/aac/a ac_disk.c /usr/src/sys/dev/aac/aac_disk.c: In function `aac_disk_dump': /usr/src/sys/dev/aac/aac_disk.c:276: warning: uintmax_t format, different type a rg (arg 2) *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root: make buildkernel