From owner-freebsd-current@freebsd.org Tue Mar 29 19:14:11 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24C6EAE294C for ; Tue, 29 Mar 2016 19:14:11 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E9C9716DB for ; Tue, 29 Mar 2016 19:14:10 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u2TJDxOb052767 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 29 Mar 2016 13:13:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u2TJDwiI052756; Tue, 29 Mar 2016 13:13:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 29 Mar 2016 13:13:58 -0600 (MDT) From: Warren Block To: Aleksander Alekseev cc: Gary Jennejohn , Michael Gmelin , freebsd-current@freebsd.org Subject: Re: Need some help with ports and rebuilding the world In-Reply-To: <20160328170031.023f0adb@fujitsu> Message-ID: References: <20160327234202.178df9a4@fujitsu> <20160327225612.713eaa2a@bsd64.grem.de> <20160328084735.29eff991@fujitsu> <20160328094742.68bc9046@ernst.home> <20160328170031.023f0adb@fujitsu> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 29 Mar 2016 13:13:59 -0600 (MDT) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 29 Mar 2016 19:14:11 -0000 On Mon, 28 Mar 2016, Aleksander Alekseev wrote: >> I think I realized what's going on. I probably rebuilded the world on >> two different machines but forgot to do it on this one. I will >> re-check this and report results a bit later. > > OK, here is a problem. I can't upgrade the world because of compile > errors I mentioned before: > > http://lpaste.net/948188758727983104 > > This issue reproduces with both CLang 3.6 and new CLang compiled > manually from trunk (I created symlinks clang++-3.9 and clang-cpp-3.9 > to clang-3.9 and it solved my problem with CLang I mentioned before). Did you erase /usr/src before checking out -CURRENT? Obsolete files left in there can easily break things. 'svn stat /usr/src' will show those files with a '?'.