From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 14 19:07:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF6C9393 for ; Thu, 14 May 2015 19:07:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8D481562 for ; Thu, 14 May 2015 19:07:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4EJ7jPk081169 for ; Thu, 14 May 2015 19:07:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199905] PCH bustage when building with GCC on -CURRENT kernel: fatal error: had to relocate PCH (7 ports) Date: Thu, 14 May 2015 19:07:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bdrewery@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 19:07:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199905 --- Comment #18 from Bryan Drewery --- (In reply to Dmitry Marakasov from comment #13) > (In reply to Jan Beich from comment #12) > As far as I remember, gcc from ports has some problems with precompiled > headers by itself. I've ran into it in games/redeclipse. > > Also, what are OSVERSION in which gcc was fixed? Actually I don't see > relevant commits to contrib/gcc even in HEAD. Am I looking in a wrong place? It hasn't been fixed. It needs to be, but doesn't change this PR at all as noted before. Sure an EN would be great if there was a fix for gcc and re@ cared enough to release it. I doubt they would deem it worth the effort. Even then I would still want the changes in this PR since it's not reasonable to expect people to have the latest EN installed to avoid a build error that is easily avoided and only was there for a slight build optimization. Also note that while this issue is appearing on 11, it has been a bug in GCC for over a decade IIRC. Just google for the issue and you'll find references to it for other systems as well. The GCC PCH errors did occur with FreeBSD <11 with boost quite often for me as well. The changes in 11 just make it more consistently obviously broken. -- You are receiving this mail because: You are the assignee for the bug.