From owner-cvs-src@FreeBSD.ORG Wed Feb 1 18:26:39 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 957D116A420; Wed, 1 Feb 2006 18:26:39 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F245943D45; Wed, 1 Feb 2006 18:26:38 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k11INX99056471; Wed, 1 Feb 2006 11:23:33 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 01 Feb 2006 11:23:33 -0700 (MST) Message-Id: <20060201.112333.85357165.imp@bsdimp.com> To: stefanf@FreeBSD.org From: Warner Losh In-Reply-To: <20060201180538.GE610@wombat.fafoe.narf.at> References: <20060201152602.GD610@wombat.fafoe.narf.at> <20060201173136.GA67971@troutmask.apl.washington.edu> <20060201180538.GE610@wombat.fafoe.narf.at> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 01 Feb 2006 11:23:34 -0700 (MST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org, sgk@troutmask.apl.washington.edu 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: Wed, 01 Feb 2006 18:26:39 -0000 From: Stefan Farfeleder Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h Date: Wed, 1 Feb 2006 19:05:43 +0100 > 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. Actually, it looks like it does, at least for the default case. I just tested this on a RELENG_6 box and I get a new sys/cdefs.h. I'm not sure why Steve isn't getting a new one, unless his source tree isn't complete. I didn't test the use symbolic links case, so that might also be the cause of grief... Warner