From owner-cvs-all@FreeBSD.ORG Wed Feb 1 16:39:42 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 4A91316A420; Wed, 1 Feb 2006 16:39:42 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C73C543D5A; Wed, 1 Feb 2006 16:39:40 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k11GdZ0v033635; Wed, 1 Feb 2006 09:39:35 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43E0E44F.2080102@samsco.org> Date: Wed, 01 Feb 2006 09:39:43 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200602011224.k11COeeV055370@repoman.freebsd.org> <20060201150021.GA26651@xor.obsecurity.org> <20060201.085800.04709267.imp@bsdimp.com> In-Reply-To: <20060201.085800.04709267.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, stefanf@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/include nl_types.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 16:39:42 -0000 M. Warner Losh wrote: > In message: <20060201150021.GA26651@xor.obsecurity.org> > Kris Kennaway writes: > : On Wed, Feb 01, 2006 at 12:24:39PM +0000, Stefan Farfeleder wrote: > : > stefanf 2006-02-01 12:24:39 UTC > : > > : > FreeBSD src repository > : > > : > Modified files: (Branch: RELENG_6) > : > include nl_types.h > : > Log: > : > Unbreak building RELENG_6 on RELENG_5 by providing a __format_arg macro if > : > it's not defined in . This situation happens early when building > : > the bootstrap-tools, where the new is mixed with the old > : > . > : > > : > Submitted by: imp > : > Reviewed by: ru > : > : So just to check, you now cannot update to RELENG_6 from 5.4-RELEASE? > > Before the commit, this was true. Now you can't update to -current > from RELENG_5. > > Warner Whatever it takes, please fix this today. If it's not fixed today then I will do whatever backouts are needed so that it works again. Scott