[Bug 193610] www/chromium 37.0.2062.120_1 Bus error (core dumped)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 4 04:40:08 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193610
--- Comment #26 from Craig Wiesen <ctyz1999+bugzilla at gmail.com> ---
I updated to the latest/recent www/chromium
head Makefile
# Created by: Florent Thoumie <flz at FreeBSD.org>
# $FreeBSD: head/www/chromium/Makefile 371649 2014-10-28 21:03:30Z rene $
PORTNAME= chromium
PORTVERSION= 38.0.2125.111
and changed the
Makefile to add -fno-omit-frame-pointer to CFLAGS
diff -u ../chromium.372094/Makefile Makefile
--- ../chromium.372094/Makefile 2014-11-03 00:30:00.023797054 -0600
+++ Makefile 2014-11-03 22:28:28.743818562 -0600
@@ -13,7 +13,7 @@
LICENSE= BSD3CLAUSE LGPL21 MPL
LICENSE_COMB= multi
-CFLAGS+= -fno-stack-protector -isystem${LOCALBASE}/include
+CFLAGS+= -fno-omit-frame-pointer -fno-stack-protector
-isystem${LOCALBASE}/include
BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
bash:${PORTSDIR}/shells/bash \
compiled chromium with gcc4.8 (default) in poudriere.
and it appears to start.
I found this message
https://lists.freebsd.org/pipermail/freebsd-chromium/2014-November/001737.html
referencing a bug in execinfo compile flags, and just tried doing the same.
Any others care to try and see if it helps them?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-chromium
mailing list