From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 16:31:03 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37DF31065672 for ; Thu, 4 Nov 2010 16:31:03 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id B77C08FC1A for ; Thu, 4 Nov 2010 16:31:02 +0000 (UTC) Received: by ewy28 with SMTP id 28so1122394ewy.13 for ; Thu, 04 Nov 2010 09:31:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=w94CgC+T62D1IytNLbY7Sf1IFU41R7z/MoOG2tc5Z6M=; b=uiiae48Ip7UTFazvWpDNDOxculnIT/xIJKDckQNDwVo3tQwkG/DPofcZ1C9jFF7sF5 Xji95N6Gda6LJh6ydcQUAuL9TlaoVxshUif9+tkJG735o48mKPkPG6X+GudFghyx1pPL OBnnzwYkAZRrTg8AmHwKb64h1eUQZ+CAg6upY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=oAh4iSGBrnObdFlx9NnpEBeLE4GK8tC6vFciwZyQaM95oK+/ev3guXPbgKKKKxOmeH 9267bn6EUa+5AR34V6rEDr1HqNzSSgTDxNlwpiQk/3UKXzOoAUP+tA9yACr2KV8tLTR3 Q3ckIj3DoWlSKIYdRiPKLGH5SJ0W+Nt9RPmnI= MIME-Version: 1.0 Received: by 10.216.46.200 with SMTP id r50mr59768web.45.1288888259878; Thu, 04 Nov 2010 09:30:59 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Thu, 4 Nov 2010 09:30:59 -0700 (PDT) In-Reply-To: References: <20101104165316.0c0d4579@ukr.net> <20101104145750.GT1980@albert.catwhisker.org> <20101104171543.4007aa6a@ukr.net> <20101104160720.GQ23848@cicely7.cicely.de> <20101104181154.20db9164@ukr.net> Date: Thu, 4 Nov 2010 09:30:59 -0700 X-Google-Sender-Auth: lYuvDCxGPbYe-WB2zgt_N2qlZsg Message-ID: From: Garrett Cooper To: Ivan Klymenko Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ticso@cicely7.cicely.de, ticso@cicely.de, freebsd-current@freebsd.org Subject: Re: the world is not built gcc after upgrade svn r214735 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 16:31:03 -0000 On Thu, Nov 4, 2010 at 9:19 AM, Garrett Cooper wrote: > On Thu, Nov 4, 2010 at 9:11 AM, Ivan Klymenko wrote: >> =D0=92 Thu, 4 Nov 2010 17:07:20 +0100 >> Bernd Walter =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> >>> On Thu, Nov 04, 2010 at 05:15:43PM +0200, Ivan Klymenko wrote: >>> > ?? Thu, 4 Nov 2010 07:57:50 -0700 >>> > David Wolfskill ??????????: >>> > >>> > > On Thu, Nov 04, 2010 at 04:53:16PM +0200, Ivan Klymenko wrote: >>> > > > Hello, people! >>> > > > After the upgrade to FreeBSD 9.0-CURRENT svn revision 214735 >>> > > > does not build world: ... >>> > > > .... >>> > > >>> > > I had no problem going from FreeBSD 9.0-CURRENT #33 r214732 to >>> > > r214777. >>> > > >>> > > Peace, >>> > > david >>> > >>> > Do you use when building make option -j? >>> > >>> > I'm using -j 3 >>> >>> You likely have stall dependencies in /usr/obj. >>> >> >> How can I fix it? > > rm -Rf /usr/obj/* BTW, this *should* be the case IIRC unless you specified NO_CLEAN=3D somewhere in src.conf, make.conf, any file they include, or on the command line. HTH, -Garrett