From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932791AbcFIWG5 (ORCPT ); Thu, 9 Jun 2016 18:06:57 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:35088 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932493AbcFIWGy (ORCPT ); Thu, 9 Jun 2016 18:06:54 -0400 Message-ID: <5759E871.3040706@gmail.com> Date: Thu, 09 Jun 2016 23:06:41 +0100 From: Sudip Mukherjee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Stephen Rothwell , linux-next@vger.kernel.org CC: linux-kernel@vger.kernel.org, Kees Cook , Emese Revfy , kernel-hardening@lists.openwall.com Subject: Re: linux-next: Tree for Jun 9 References: <20160609163408.37fb77b9@canb.auug.org.au> In-Reply-To: <20160609163408.37fb77b9@canb.auug.org.au> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Regards Sudip