Date: Tue, 29 May 2012 00:50:09 GMT From: Jan Beich <jbeich@tormail.org> To: gecko@FreeBSD.org Subject: Re: ports/163454: [patch] www/firefox-beta: unbreak with libc++ Message-ID: <201205290050.q4T0o9vU035742@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/163454; it has been noted by GNATS. From: Jan Beich <jbeich@tormail.org> 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<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)': WRKSRC/dom/plugins/ipc/PluginMessageUtils.cpp:92: undefined reference to `std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::find(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205290050.q4T0o9vU035742>