From owner-freebsd-current@FreeBSD.ORG Sat Aug 3 18:09:04 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C16536B4; Sat, 3 Aug 2013 18:09:04 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 838A0293F; Sat, 3 Aug 2013 18:09:04 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::9c48:e1d9:bd63:bc25] (unknown [IPv6:2001:7b8:3a7:0:9c48:e1d9:bd63:bc25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 8F5085C5A; Sat, 3 Aug 2013 20:08:51 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: CURRENT (r253862): buildworld fails in libexec/atf/atf-check: ... /usr/obj/usr/src/tmp/usr/bin/ld: 6: invalid DSO for symbol `__cxa_call_unexpected@@CXXABI_1.3' From: Dimitry Andric In-Reply-To: <20130802144341.787bff41@telesto> Date: Sat, 3 Aug 2013 20:08:52 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <20130801203102.112dbc5e@thor.walstatt.dyndns.org> <20130801191052.GN95363@ithaqua.etoilebsd.net> <638B295B-F1E7-4F04-BF06-B3DD3A9CC0D5@FreeBSD.org> <20130802144341.787bff41@telesto> To: O. Hartmann X-Mailer: Apple Mail (2.1508) Cc: Baptiste Daroussin , FreeBSD CURRENT , David Chisnall X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 03 Aug 2013 18:09:04 -0000 On Aug 2, 2013, at 14:43, O. Hartmann wrote: > On Fri, 2 Aug 2013 08:26:01 +0100 > David Chisnall wrote: >> On 1 Aug 2013, at 20:10, Baptiste Daroussin wrote: >>> Thay is with the new ld behaviour, it seems like for some reason, >>> when linking with libc++ it lacks an explicit link on libcxxrt, I >>> ll let c++ people find out why. >> >> I think dim was planning on adding a libc++ linker script that would >> fix this. ... > Sounds great. Thanks. Done, in r253917. -Dimitry