From owner-freebsd-stable@FreeBSD.ORG Fri Apr 10 18:18:22 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4F83B27 for ; Fri, 10 Apr 2015 18:18:22 +0000 (UTC) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ACCCEE4 for ; Fri, 10 Apr 2015 18:18:22 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YgdVS-000Bqr-IK; Fri, 10 Apr 2015 21:18:18 +0300 Date: Fri, 10 Apr 2015 21:18:18 +0300 From: Slawa Olhovchenkov To: Michael Grimm Subject: Re: Problem building world (amd64) this morning Message-ID: <20150410181818.GL1394@zxy.spb.ru> References: <5527D3FC.3000003@wintek.com> <20150410145529.GH15644@albert.catwhisker.org> <9B3B9CA5-2B7E-407E-98EA-285F86D30BEF@cs.huji.ac.il> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 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, 10 Apr 2015 18:18:22 -0000 On Fri, Apr 10, 2015 at 07:49:38PM +0200, Michael Grimm wrote: > > > On 10.04.2015, at 17:28, Dimitry Andric wrote: > > > > On 10 Apr 2015, at 17:17, Daniel Braniss wrote: > >> > >> I am having the same problem! > >> ... > >> make[4]: exec(--localize-symbol) failed (No such file or directory) > >> and it's because OBJCOPY is not defined, > >> older stuff shows objcopy ..., and now it's ${OBJCOPY} > > > > I've seen a few reports of this now, and it is probably caused by my MFC > > of r280980, but I have not been able to reproduce it. How are you > > building world, and what are the contents of your make.conf and > > src.conf? Are there any other special settings in your environment that > > influence the build? > > I'am seeing this too. Same error messages. > > Latest revision failing is: > > | Relative URL: ^/stable/10 > | Revision: 281372 > > Latest revision compiling without any issue is: > > | Relative URL: ^/stable/10 > | Revision: 281265 > > /etc/src.conf and /etc/make.conf are empty. Look like r281289 is cause.