From owner-freebsd-stable@FreeBSD.ORG Wed Jul 10 09:53:39 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ADD838E2 for ; Wed, 10 Jul 2013 09:53:39 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 7217F1FE2 for ; Wed, 10 Jul 2013 09:53:39 +0000 (UTC) Received: from spaceball.andric.com (spaceball.andric.com [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 248545C43; Wed, 10 Jul 2013 11:53:38 +0200 (CEST) Message-ID: <51DD2F21.4050006@FreeBSD.org> Date: Wed, 10 Jul 2013 11:53:37 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Thunderbird/23.0 MIME-Version: 1.0 To: J David , freebsd-stable@freebsd.org Subject: Re: Clang 3.3 libc++ problem on 9-STABLE References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 09:53:39 -0000 On 2013-07-10 00:50, J David wrote: > With SVN version r253119, we are seeing strange errors from iostream while > attempting to use the new clang 3.3 with libc++ on 9-STABLE. ... > /tmp/example-fet9b9.o: In function `std::__1::basic_ostream std::__1::char_traits >& std::__1::operator<< > >(std::__1::basic_ostream std::__1::char_traits >&, char const*)': > example.cc:(.text._ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc[_ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc]+0x4b0): > undefined reference to `.LBB1_29' > clang++: error: linker command failed with exit code 1 (use -v to see > invocation) Sorry, this was my mistake in importing the fixes needed for llvm PR 16038. I missed one additional patch, which I imported in r253042. I will merge it to stable/9 on July 11th. -Dimitry