Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 22:02:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 214450] www/chromium: Segfault when visiting kickstarter.com
Message-ID:  <bug-214450-28929-j3bC3pdj02@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214450-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214450-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #2 from Ori Bernstein <ori@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214450-28929-j3bC3pdj02>