Re: Building Firefox from pkgsrc-2015Q1 hangs
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 05, 2015 at 04:25:26PM +0200, Helge Mühlmeier wrote: > checking for compiler with PCH support... What compiler is the pkg build using? This sounds like a few bugs I fixed some time ago for the in-tree 4.8.x gcc compiler: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58370 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58379 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58381 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58397 Adding those fixes to pkgsrc (if they are not there yet) should be easy, but I can't test them easily. Martin