https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685
--- Comment #31 from [email protected] --- Problem with missing type names in the v8 namespace solved. To the maintainers: The chromium port incorrectly picks up the include files in /usr/local/include from any v8 package installation present on the system during build. At the moment, the version of v8 installed by the FreeBSD port/package is different than (older than, one presumes?) the version of v8 included in the chromium 37 sources. After removing my v8 package, I was able to do a "stock" build of the current chromium 37 port on my 10.0-RELEASE p7 box. The fix would seem to be to tweak the -I arguments to the chromium port build to prefer the v8 include files within the chromium build tree to those installed in /usr/local (and analogous changes for libraries?). FWIW, I'd imagine this build breakage may affect others who have v8 installed. So a fix might save others from needing to build chromium in poudriere... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
