From owner-cvs-all@FreeBSD.ORG Wed Feb 1 18:05:47 2006 Return-Path: X-Original-To: cvs-all@freebsd.org 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 DA3A116A420; Wed, 1 Feb 2006 18:05:47 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep20-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C7A43D49; Wed, 1 Feb 2006 18:05:45 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep20-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060201180544.IQCK24926.viefep20-int.chello.at@wombat.fafoe.narf.at>; Wed, 1 Feb 2006 19:05:44 +0100 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 975C6BFB4; Wed, 1 Feb 2006 19:05:43 +0100 (CET) Date: Wed, 1 Feb 2006 19:05:43 +0100 From: Stefan Farfeleder To: Steve Kargl Message-ID: <20060201180538.GE610@wombat.fafoe.narf.at> References: <200601311757.k0VHvHuF060699@repoman.freebsd.org> <20060131.121247.100359574.imp@bsdimp.com> <20060131.135734.112813988.imp@bsdimp.com> <20060201080250.GA610@wombat.fafoe.narf.at> <20060201112513.GH90360@ip.net.ua> <20060201150602.GA67259@troutmask.apl.washington.edu> <20060201152602.GD610@wombat.fafoe.narf.at> <20060201173136.GA67971@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060201173136.GA67971@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov , "M. Warner Losh" , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 18:05:48 -0000 On Wed, Feb 01, 2006 at 09:31:36AM -0800, Steve Kargl wrote: > On Wed, Feb 01, 2006 at 04:26:06PM +0100, Stefan Farfeleder wrote: > > On Wed, Feb 01, 2006 at 07:06:02AM -0800, Steve Kargl wrote: > > > On Wed, Feb 01, 2006 at 01:25:13PM +0200, Ruslan Ermilov wrote: > > > > > > > > Commit what Warner sent you, but only to RELENG_6. > > > > > > > > > > What abour -current? This problem with format_arg has > > > totally hosed those people who are having panics with > > > kernels that are newer than 2006-01-25. > > > > What do you mean by 'totally hosed'? Did I miss any mail describing > > this problem? > > > > Build world and kernel of amd64. Watch kernl panic and take > out parts of /usr/include and /usr/src. Do "make includes" > to restore /usr/include, so one can build a new kernel. Watch > the fun begin. > > ===> games/fortune/strfile (obj,depend,all,install) > cc -O2 -fno-strict-aliasing -pipe -I/usr/obj/usr/src/tmp/legacy/usr/include -c > /usr/src/games/fortune/strfile/strfile.c > In file included from /usr/src/games/fortune/strfile/strfile.c:53: > /usr/include/stdio.h:331: error: syntax error before "__format_arg" > *** Error code 1 > > Stop in /usr/src/games/fortune/strfile. > *** Error code 1 Unless I'm mistaken "make includes" does not install /usr/include/sys, so your /usr/include was newer than /usr/include/sys and this problem was to be expected. Stefan