From owner-freebsd-current@FreeBSD.ORG Tue Jan 29 10:08:08 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2DC57C70 for ; Tue, 29 Jan 2013 10:08:08 +0000 (UTC) (envelope-from theraven@theravensnest.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) by mx1.freebsd.org (Postfix) with ESMTP id 03767CD5 for ; Tue, 29 Jan 2013 10:08:07 +0000 (UTC) Received: from [192.168.0.2] (cpc10-cmbg15-2-0-cust123.5-4.cable.virginmedia.com [86.30.246.124]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r0TA86QU099954 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Tue, 29 Jan 2013 10:08:07 GMT (envelope-from theraven@theravensnest.org) Subject: Re: r246057: buildworld fails with: /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined reference to `std::bad_alloc::~bad_alloc()' Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: David Chisnall In-Reply-To: <51079F0A.20309@zedat.fu-berlin.de> Date: Tue, 29 Jan 2013 10:08:00 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <44AB3F18-5BAB-45B3-9497-60D5214FBEB4@theravensnest.org> References: <51079F0A.20309@zedat.fu-berlin.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.1278) X-Mailman-Approved-At: Tue, 29 Jan 2013 12:24:50 +0000 Cc: Current FreeBSD 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: Tue, 29 Jan 2013 10:08:08 -0000 On 29 Jan 2013, at 10:06, O. Hartmann wrote: > I receive this error since yesterday building world and it is still > sticky on most recent sources (r246057) and I was wondering why the > tinderboxes do not pick this up on the 10.0-CURRENT builds ... just = for > a notice for the development folks ... Are you building with -DNO_CLEAN or similar? This error is expected if = you have recompiled libcxxrt but not libc++. If you recompile libc++, = it should work correctly. Alternatively, if it is accidentally trying = to link the libc++ that you build against your installed libcxxrt, then = it will also break. David=