Summary: | [patch] www/firefox-beta: unbreak with libc++ | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-gecko (Nobody) <gecko> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | ||||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Jan Beich
2011-12-19 18:20:03 UTC
_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 unbreak with /head@r236444 State Changed From-To: open->closed Committed. Thanks! |