From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16821 invoked by alias); 30 Mar 2013 05:26:43 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16770 invoked by uid 48); 30 Mar 2013 05:26:33 -0000 From: "nemykal at mercurylampe dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8 Date: Sat, 30 Mar 2013 05:26:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: plugins X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nemykal at mercurylampe dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-03/txt/msg02240.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56754 Michael Davies changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nemykal at mercurylampe dot | |org --- Comment #3 from Michael Davies 2013-03-30 05:26:32 UTC --- I get this same error when trying to compile kernel 3.8.5 with the hardened grsecurity patch, and selecting CONFIG_PAX_CONSTIFY_PLUGIN: scripts/kconfig/conf --silentoldconfig Kconfig HOSTCXX -fPIC tools/gcc/colorize_plugin.o HOSTCXX -fPIC tools/gcc/constify_plugin.o tools/gcc/constify_plugin.c:35:20: fatal error: target.h: No such file or directory #include "target.h" ^ compilation terminated. make[1]: *** [tools/gcc/constify_plugin.o] Error 1 make: *** [gcc-plugins] Error 2 Worked fine in 4.7.2, doesn't work with 4.8.0