From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 07:50:42 2011 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 CB20A1065744; Fri, 25 Feb 2011 07:50:42 +0000 (UTC) (envelope-from datastream.freecity@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADDC8FC20; Fri, 25 Feb 2011 07:50:42 +0000 (UTC) Received: by yxl31 with SMTP id 31so733298yxl.13 for ; Thu, 24 Feb 2011 23:50:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=YHxTtUfPc1VAIe6fa0owZFHmUnHivnskoXtG5JLcBBY=; b=PU8c+Qy7d7y4LJEJgwzZ6DgBNqkOa80tTKiLpT97EEnjhqaMgnMw8fzgh+NO8ni1cq fezyMMNFVHt2U5ViyhYF5FlrYivSPByQwxQp5i/8WPfAs9A13vpWXQRrBcD8D8h4MV8J T8MRVexqYhF98RlsS/EujYkjJuOSdccN2qk6c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tGKgWxx8sZxlj4BBaz6Ttdjx4PRIpMn1KDIVyZJ/ua4n0gF5B2LUa7edblmIQq2+Uo vYvYlh+1k6Xe+5S1mLLJXKD7y/1XYobmxPqI6D7tSFG+sz+gylQV5eAOLiGeF7lSCKfM FEHZ2OoAT7lCwlqzqZ1srlHsG5FD7Mb0i20TE= MIME-Version: 1.0 Received: by 10.151.40.5 with SMTP id s5mr3246115ybj.63.1298620241649; Thu, 24 Feb 2011 23:50:41 -0800 (PST) Received: by 10.151.47.7 with HTTP; Thu, 24 Feb 2011 23:50:41 -0800 (PST) In-Reply-To: <4D66D37D.2010903@FreeBSD.org> References: <4D627FBE.1070700@FreeBSD.org> <4D63D28B.4080900@FreeBSD.org> <4D653007.9080103@FreeBSD.org> <4D66D37D.2010903@FreeBSD.org> Date: Fri, 25 Feb 2011 15:50:41 +0800 Message-ID: From: "datastream datastream.freecity" To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Olivier Smedts , freebsd-current@freebsd.org Subject: Re: Can't buildworld since Clang update 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, 25 Feb 2011 07:50:43 -0000 It works.make buildworld works ok now.Thinks Dimitry Andric. On Fri, Feb 25, 2011 at 5:54 AM, Dimitry Andric wrote: > On 2011-02-24 08:26, datastream datastream.freecity wrote: > >> I removed /etc/src.conf.binutils is 2.15. >> > ... > > Ok, I managed to reproduce your error, on an old snapshot with clang 2.8 > and binutils 2.15. It turns out it is caused by an upstream change, > which was intended to work around problems in the configure scripts of > some ports. > > Unfortunately, it also has the side effect of sometimes picking the > wrong libraries to link with, which can lead to the error you have seen. > > I have committed a fix for this in r219011; can you please update to at > least that revision, blow away your /usr/obj just to be sure, and try to > rebuild? It should now work properly. >