From owner-cvs-all Fri Aug 30 1:44: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E63B037B400; Fri, 30 Aug 2002 01:44:02 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A007E43E4A; Fri, 30 Aug 2002 01:44:01 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id IAA22707; Fri, 30 Aug 2002 08:43:50 GMT Date: Fri, 30 Aug 2002 18:50:54 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: "Andrey A. Chernov" , , Subject: Re: cvs commit: src/sys/i386/i386 dump_machdep.c machdep.c In-Reply-To: <20020830061724.B170F2A7D6@canning.wemm.org> Message-ID: <20020830184419.O2908-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 29 Aug 2002, Peter Wemm wrote: > "Andrey A. Chernov" wrote: > > ache 2002/08/29 23:13:39 PDT > > > > Modified files: > > sys/i386/i386 dump_machdep.c machdep.c > > Log: > > Unbreak kernel build by printing Maxmem using %ld instead of old (now chang > ed) > > %u > > Does anybody know why on most of my machines I get no printf warnings, but > get them on others? No, I do not have WFORMAT=0 or WARNS=0 or anything silly > like that. The global bsd.kern.mk can cause problems. I recently turned format checking back on, so -current kernels built on -current machines should have got the warnings. I'll asked for a repo-copy of share/mk/bsd.kern.mk to sys/conf/kern.mk soon if someone else doesn't do it first. Brokenness of format checking is really a problem with the host machine and not with the target kernel, so disabling format checking actually belonged in the global file, but it was a transient problem and I hope there won't be many more like it. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message