From owner-freebsd-stable@FreeBSD.ORG Fri Nov 6 15:43:50 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC4DB1065692 for ; Fri, 6 Nov 2009 15:43:50 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by mx1.freebsd.org (Postfix) with ESMTP id 959EE8FC2B for ; Fri, 6 Nov 2009 15:43:50 +0000 (UTC) Received: from OMTA03.westchester.pa.mail.comcast.net ([76.96.62.27]) by QMTA04.westchester.pa.mail.comcast.net with comcast id 1ny01d00B0bG4ec54rjqlb; Fri, 06 Nov 2009 15:43:50 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by OMTA03.westchester.pa.mail.comcast.net with comcast id 1rjp1d00K3S48mS3Prjp0c; Fri, 06 Nov 2009 15:43:50 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 61F3E1E3035; Fri, 6 Nov 2009 07:43:48 -0800 (PST) Date: Fri, 6 Nov 2009 07:43:48 -0800 From: Jeremy Chadwick To: Johan Hendriks Message-ID: <20091106154348.GA42813@icarus.home.lan> References: <57200BF94E69E54880C9BB1AF714BBCBA57187@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCBA57187@w2003s01.double-l.local> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: atillo@freebsd.org, kib@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Buildworld on 8.0 RC2 fails. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 15:43:51 -0000 On Fri, Nov 06, 2009 at 04:26:57PM +0100, Johan Hendriks wrote: > I have 4 macines running FreeBSD 8.0RC2 , which where last updated on > 5/11/2009 > > I have csuped the src today, and on the buildworld cycle (make kernel ) > they all error out with the following error!! > > cc1: warnings being treated as errors > /usr/src/sys/amd64/amd64/identcpu.c: In function 'print_AMD_info': > /usr/src/sys/amd64/amd64/identcpu.c:621: warning: implicit declaration > of functi on > 'CPUID_TO_FAMILY' > /usr/src/sys/amd64/amd64/identcpu.c:621: warning: nested extern > declaration of ' > CPUID_TO_FAMILY' > /usr/src/sys/amd64/amd64/identcpu.c:621: warning: implicit declaration > of functi on > 'CPUID_TO_MODEL' > /usr/src/sys/amd64/amd64/identcpu.c:621: warning: nested extern > declaration of ' > CPUID_TO_MODEL' > *** Error code 1 This was fixed ~20 minutes ago. It may take time for the change to get committed to all of the cvsup servers. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/identcpu.c.diff?r1=1.174.2.2;r2=1.174.2.3;f=h The breakage occurred 5 hours ago. See commits to RELENG_8 tag, unless you're using RELENG_8_0: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/identcpu.c -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |