From owner-svn-src-head@FreeBSD.ORG Thu Oct 14 16:41:47 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8A84106566B; Thu, 14 Oct 2010 16:41:47 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 386A68FC13; Thu, 14 Oct 2010 16:41:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.4/8.14.4) with ESMTP id o9EGfjp2085530; Thu, 14 Oct 2010 20:41:45 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Thu, 14 Oct 2010 20:41:45 +0400 (MSD) From: Dmitry Morozovsky To: John Nielsen In-Reply-To: Message-ID: References: <201010131033.o9DAX1EE080534@svn.freebsd.org> <80A99C4D-ACAF-45CD-BE51-3B7560A85D96@jnielsen.net> <201010141217.45403.jkim@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (woozle.rinet.ru [0.0.0.0]); Thu, 14 Oct 2010 20:41:45 +0400 (MSD) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Rui Paulo , Jung-uk Kim Subject: Re: svn commit: r213765 - head/sys/dev/aic7xxx/aicasm X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 16:41:47 -0000 On Thu, 14 Oct 2010, John Nielsen wrote: JN> >> I'm migrating a box from 8-STABLE to -CURRENT this morning and this JN> >> commit seems to break buildkernel: JN> >> JN> >> cc -O2 -pipe -nostdinc -I/usr/include -I. JN> >> -I/usr/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers JN> >> -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter JN> >> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith JN> >> -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow JN> >> -Wunused-parameter -Wcast-align -Wno-pointer-sign -c aicasm_scan.c JN> >> cc1: warnings being treated as errors JN> >> /usr/src/sys/dev/aic7xxx/aicasm/aicasm_scan.l:840: warning: JN> >> function declaration isn't a prototype *** Error code 1 JN> >> JN> >> I don't have any custom CFLAGS, etc defined. Commenting out the new JN> >> #defines from this patch allows the build to continue. JN> >> JN> >> I'm guessing this doesn't happen on machines already running JN> >> -CURRENT or tinderbox (and others) would have noticed. However if JN> >> this is (going to be) a supported upgrade path from 8.x to 9.0 JN> >> perhaps there's a way to make both clang and gcc from 8.x happy? JN> > JN> > If you want to upgrade from N to N+1, "make buildworld" is required. JN> JN> Sorry, I did do a "make buildworld" (which succeeded) prior to the "make buildkernel" (which failed as I described). I can confirm this: my build machine, which is FreeBSD beaver.rinet.ru 8.1-STABLE FreeBSD 8.1-STABLE #1 r213380M: Sun Oct 3 13:25:15 MSD 2010 is now failing 'buildworld buildkernel __MAKE_CONF=/dev/null' for HEAD sources both for TARGET=amd64 and i386 -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------