From owner-freebsd-current@FreeBSD.ORG Wed Aug 20 04:25:14 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 C0BEA16A4BF for ; Wed, 20 Aug 2003 04:25:14 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64A5843FDF for ; Wed, 20 Aug 2003 04:25:14 -0700 (PDT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 54B762ED4F6; Wed, 20 Aug 2003 04:25:14 -0700 (PDT) Date: Wed, 20 Aug 2003 13:25:14 +0200 From: Maxime Henrion To: supraexpress@globaleyes.net Message-ID: <20030820112514.GC28730@elvis.mu.org> References: <20030820052929.C48516@ws180140.56kdialup.siu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030820052929.C48516@ws180140.56kdialup.siu.edu> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: 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 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 11:25:15 -0000 supraexpress_spamyourself@globaleyes.net wrote: > 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 Already fixed, please cvsup again. Maxime