From owner-freebsd-current@FreeBSD.ORG Fri Nov 5 00:08:02 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 CF8DD10656A6; Fri, 5 Nov 2010 00:08:02 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.23]) by mx1.freebsd.org (Postfix) with ESMTP id 882438FC17; Fri, 5 Nov 2010 00:08:01 +0000 (UTC) Received: from 37-148-132-95.pool.ukrtel.net ([95.132.148.37] helo=localhost) by fsm1.ukr.net with esmtps ID 1PE9qZ-000Cjx-VD ; Fri, 05 Nov 2010 02:08:00 +0200 Date: Fri, 5 Nov 2010 02:07:58 +0200 From: Ivan Klymenko To: Garrett Cooper Message-ID: <20101105020758.2d9b659b@ukr.net> 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> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 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: Fri, 05 Nov 2010 00:08:02 -0000 =D0=92 Thu, 4 Nov 2010 09:19:01 -0700 Garrett Cooper =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > 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? >=20 > rm -Rf /usr/obj/* > :) I mean - the problem as a whole I do not know what the reason, but the build process was successful only af= ter completely remove all source codes and update on the new: svn checkout svn://svn.freebsd.org/base/head /usr/src I have previously also used this type of update ... :( sorry for the noise :(