[Bug 214450] www/chromium: Segfault when visiting kickstarter.com

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 12 22:02:43 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214450

--- Comment #2 from Ori Bernstein <ori at eigenstate.org> ---
Currently that's failing for me: 

[4/15486] python
"/usr/home/ori/src/ports/freebsd-chromium/www/chromium/work/chromium-54.0.2840.100/build/toolchain/gcc_solink_wrapper.py"
--readelf="readelf" --nm="llvm-nm39"  --sofile="./libwtf.so"
--tocfile="./libwtf.so.TOC" --output="./libwtf.so" -- clang++39 -shared
-Wl,--fatal-warnings -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro
-Wl,-z,defs -fuse-ld=lld -Wl,--icf=all -pthread -m64 -Wl,--export-dynamic
-L/usr/local/lib -o "./libwtf.so" -Wl,-soname="libwtf.so" @"./libwtf.so.rsp"
FAILED: libwtf.so libwtf.so.TOC
python
"/usr/home/ori/src/ports/freebsd-chromium/www/chromium/work/chromium-54.0.2840.100/build/toolchain/gcc_solink_wrapper.py"
--readelf="readelf" --nm="llvm-nm39"  --sofile="./libwtf.so"
--tocfile="./libwtf.so.TOC" --output="./libwtf.so" -- clang++39 -shared
-Wl,--fatal-warnings -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro
-Wl,-z,defs -fuse-ld=lld -Wl,--icf=all -pthread -m64 -Wl,--export-dynamic
-L/usr/local/lib -o "./libwtf.so" -Wl,-soname="libwtf.so" @"./libwtf.so.rsp"
undefined symbol: backtrace in
obj/third_party/WebKit/Source/wtf/wtf/Assertions.o

It seems we may be missing an `-lexecinfo` flag somewhere?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-chromium mailing list