From owner-cvs-src@FreeBSD.ORG Thu Feb 2 07:54:02 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E339516A420; Thu, 2 Feb 2006 07:54:02 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A6B43D49; Thu, 2 Feb 2006 07:54:02 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 99FC520AE; Thu, 2 Feb 2006 08:53:57 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -3.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 2652720A8; Thu, 2 Feb 2006 08:53:57 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 0E20533C22; Thu, 2 Feb 2006 08:53:57 +0100 (CET) To: Steve Kargl 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> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 02 Feb 2006 08:53:56 +0100 In-Reply-To: <20060201173136.GA67971@troutmask.apl.washington.edu> (Steve Kargl's message of "Wed, 1 Feb 2006 09:31:36 -0800") Message-ID: <86bqxq42nf.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org, stefanf@freebsd.org, Ruslan Ermilov , Stefan Farfeleder , "M. Warner Losh" Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 07:54:03 -0000 Steve Kargl writes: > 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. > > =3D=3D=3D> games/fortune/strfile (obj,depend,all,install) > cc -O2 -fno-strict-aliasing -pipe -I/usr/obj/usr/src/tmp/legacy/usr/incl= ude -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 This is trivial to hack around (e.g. by adding "-D__format_arg(x)=3D" to CFLAGS in make.conf). I agree that it's unfortunate that this breaks upgrading across branches, but it is not a serious obstacle to recovering from a hosed /usr/include. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no