From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Cook Subject: Re: linux-next: Tree for Jun 9 Date: Thu, 9 Jun 2016 15:14:50 -0700 Message-ID: References: <20160609163408.37fb77b9@canb.auug.org.au> <5759E871.3040706@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-wm0-f47.google.com ([74.125.82.47]:38072 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752410AbcFIWOx (ORCPT ); Thu, 9 Jun 2016 18:14:53 -0400 Received: by mail-wm0-f47.google.com with SMTP id m124so78471114wme.1 for ; Thu, 09 Jun 2016 15:14:52 -0700 (PDT) In-Reply-To: <5759E871.3040706@gmail.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Sudip Mukherjee Cc: Stephen Rothwell , Linux-Next , LKML , Emese Revfy , "kernel-hardening@lists.openwall.com" On Thu, Jun 9, 2016 at 3:06 PM, Sudip Mukherjee wrote: > On Thursday 09 June 2016 07:34 AM, Stephen Rothwell wrote: >> >> Hi all, >> >> News: there will be no linux-next releases on Friday (tomorrow) or >> Monday, so the next release will be next-20160614 on Tuesday. >> >> Changes since 20160608: > > > While trying to build x86_64 allmodconfig I am getting: > ++ dirname ../scripts/gcc-plugin.sh > + srctree=../scripts > ++ gcc -print-file-name=plugin > + gccplugins_dir=plugin > ++ g++ -E -x c++ - -o /dev/null -I../scripts/gcc-plugins -Iplugin/include > + plugincc='In file included from :1:0: > ../scripts/gcc-plugins/gcc-common.h:4:22: fatal error: bversion.h: No such > file or directory > #include "bversion.h" > ^ > compilation terminated.' > + '[' 1 -ne 0 ']' > + exit 1 > > build log is at: > https://travis-ci.org/sudipm-mukherjee/parport/jobs/136350824 > > Looks like 6b90bd4ba40b ("GCC plugin infrastructure") is the problem. Hi, yes, if you want to be testing the GCC plugins, you'll need the gcc plugin headers installed. On Debian and Ubuntu, they can be found like this: $ apt-cache search gcc | grep plugin-dev gcc-5-plugin-dev - Files for GNU GCC plugin development. gcc-4.7-plugin-dev - Files for GNU GCC plugin development. gcc-4.8-plugin-dev - Files for GNU GCC plugin development. gcc-4.9-plugin-dev - Files for GNU GCC plugin development. -Kees -- Kees Cook Chrome OS & Brillo Security