From owner-freebsd-gecko@FreeBSD.ORG Tue May 29 00:50:10 2012 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C68C106564A for ; Tue, 29 May 2012 00:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3864C8FC14 for ; Tue, 29 May 2012 00:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4T0o9rn035743 for ; Tue, 29 May 2012 00:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4T0o9vU035742; Tue, 29 May 2012 00:50:09 GMT (envelope-from gnats) Date: Tue, 29 May 2012 00:50:09 GMT Message-Id: <201205290050.q4T0o9vU035742@freefall.freebsd.org> To: gecko@FreeBSD.org From: Jan Beich Cc: Subject: Re: ports/163454: [patch] www/firefox-beta: unbreak with libc++ X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jan Beich List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 00:50:10 -0000 The following reply was made to PR ports/163454; it has been noted by GNATS. From: Jan Beich To: bug-followup@freebsd.org Cc: Subject: Re: ports/163454: [patch] www/firefox-beta: unbreak with libc++ Date: Mon, 28 May 2012 16:45:24 -0800 _DECLARE_C99_LDBL_MATH is no longer needed since r236148. So, firefox with libc++ still builds fine on Nightly except for 40752:cc5ace5d6ade which broke, I guess, after a libc++ update. WRKSRC/_virtualenv/bin/python ../../config/pythonpath.py -I../../config ../../config/expandlibs_exec.py --uselist -- clang++ ... -stdlib=libc++ ... -std=gnu++0x ... -o libxul.so ... ../../dom/plugins/ipc/PluginMessageUtils.o: In function ` mozilla::plugins::ReplaceAll(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&)': WRKSRC/dom/plugins/ipc/PluginMessageUtils.cpp:92: undefined reference to `std::__1::basic_string, std::__1::allocator >::find(std::__1::basic_string, std::__1::allocator > const&, unsigned long) const' /usr/bin/ld: ../../dom/plugins/ipc/PluginMessageUtils.o: relocation R_X86_64_PC32 against `_ZNKSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4findERKS5_m' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value