From owner-freebsd-current@FreeBSD.ORG Tue Jan 29 10:48:50 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1078B670 for ; Tue, 29 Jan 2013 10:48:50 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id C5C40EF5 for ; Tue, 29 Jan 2013 10:48:49 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1U08kC-002PKz-U2>; Tue, 29 Jan 2013 11:48:48 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1U08kC-003qON-Rb>; Tue, 29 Jan 2013 11:48:48 +0100 Message-ID: <5107A90E.1090905@zedat.fu-berlin.de> Date: Tue, 29 Jan 2013 11:48:46 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: David Chisnall Subject: Re: r246057: buildworld fails with: /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined reference to `std::bad_alloc::~bad_alloc()' References: <51079F0A.20309@zedat.fu-berlin.de> <44AB3F18-5BAB-45B3-9497-60D5214FBEB4@theravensnest.org> In-Reply-To: <44AB3F18-5BAB-45B3-9497-60D5214FBEB4@theravensnest.org> X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0A4939B4CE320CE2F2D557F0" X-Originating-IP: 130.133.86.198 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:48:50 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0A4939B4CE320CE2F2D557F0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 01/29/13 11:08, David Chisnall wrote: > On 29 Jan 2013, at 10:06, O. Hartmann wrote: >=20 >> 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 fo= r >> a notice for the development folks ... >=20 > Are you building with -DNO_CLEAN or similar? This error is expected if= you have recompiled libcxxrt but not libc++. If you recompile libc++, i= t should work correctly. Alternatively, if it is accidentally trying to = link the libc++ that you build against your installed libcxxrt, then it w= ill also break. >=20 > David >=20 No, not that I'm aware of that (no -DNO_CLESN). I run a script calling "make -jX buildworld", the script evaluates simply the number of threads possible and also deletes(!) /usr/obj completely. So I'm quite sure that I start over with a virging /usr/obj when I start building world. oh --------------enig0A4939B4CE320CE2F2D557F0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJRB6kQAAoJEOgBcD7A/5N8GaAIAJaU9HGcCAKbaPmqimoMUIZg 1PTlSeYaa8/QEoWiDSf6VLB/zxACQdTTSpA18daMrVXxYrrWNKl3yhHEn+tIp823 bh3+Fr+7BM+TCeKYTfjc0KIucooNHnOw87mZEJrGBwWOSua/md/n9+BzmCZyyaDC geZBuMynDTYpX4xxpLDX6Pp/AhYaSCK/PTJtjEWoC3f7WAv+R53W087UJv9XhOCY 0/powXpsSgDMbuPKw0ajglPrFAZvm+TjTDrIFySKWPgWOIUjLU95Jx2iZKhExX/I iugDT/tO+4WZ1uptclV+WY3MePS5yCBccn5bhB2JgPXCFZP68KoHPfD5PiKI34g= =RIjD -----END PGP SIGNATURE----- --------------enig0A4939B4CE320CE2F2D557F0--