The following reply was made to PR ports/163454; it has been noted by GNATS.
From: Jan Beich <[email protected]> To: [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
