[Bug 196770] www/chromium does not run if built with DEBUG option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 24 18:24:34 UTC 2015


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

--- Comment #7 from pete at nomadlogic.org ---
(In reply to Tony Narlock from comment #6)
Hey there - this may be helpful for you.  This is the method I currently use to
generate a chromium build with debug symbols useable by gdb.  n.b. - enabling
DEBUG in make config does not work (as I think you already know).  The
following method should work though:

> uname -ar
FreeBSD pop.rubicorp.com 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Wed May
13 06:54:13 UTC 2015    
root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

> cd /usr/ports/www/chromium
> sudo make WITH_DEBUG=yes STRIP=

I let this chug along for a day or so on my 8 core box, then I can run chromium
via gdb like so:
> work/stage/usr/local/share/chromium/chrome-wrapper --gdb

I do not do the "make install" step as I still need to have a non-debug version
on my system.

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


More information about the freebsd-chromium mailing list