Date: Thu, 09 Nov 2017 17:22:48 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 223563] www/firefox fails to build Message-ID: <bug-223563-21738-xRB37KJSBt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223563-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-223563-21738@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=223563 --- Comment #2 from Jan Beich <jbeich@FreeBSD.org> --- Try disabling PGO option. I only remember PGO working when Firefox could be built with base GCC 4.2. Later GCC versions from ports had some issues with libgcov symbols. After FreeBSD switched to Clang *and* libc++ the latter made using GCC hard because GCC defaults to libstdc++ which is dangerous[1] to use with dependencies built against libc++ (e.g., hunspell). Clang supports PGO (in FreeBSD 11.0+) but the flags are a bit different[2]. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221288#c4 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1064049 -- 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-223563-21738-xRB37KJSBt>
