Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758705Ab2EDPJO (ORCPT ); Fri, 4 May 2012 11:09:14 -0400 Received: from mail-pz0-f42.google.com ([209.85.210.42]:35372 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750974Ab2EDPJN (ORCPT ); Fri, 4 May 2012 11:09:13 -0400 Date: Fri, 4 May 2012 08:09:08 -0700 From: Greg KH To: Namhyung Kim Cc: Arnaud Lacombe , Ingo Molnar , David Miller , namhyung.kim@lge.com, a.p.zijlstra@chello.nl, paulus@samba.org, mingo@redhat.com, acme@ghostprotocols.net, jolsa@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [patch] perf: Fix build failure on OpenSuse userspace Message-ID: <20120504150908.GB23511@kroah.com> References: <20120503.215020.954262287222794218.davem@davemloft.net> <20120504024706.GA10461@kroah.com> <20120504031614.GA12048@kroah.com> <20120504070928.GA18351@gmail.com> <877gwsxafj.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877gwsxafj.fsf@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1055 Lines: 31 On Fri, May 04, 2012 at 11:55:44PM +0900, Namhyung Kim wrote: > Hi, > > On Fri, 4 May 2012 10:44:28 -0400, Arnaud Lacombe wrote: > > How about my solution, pre-generating the lexer/tokenizer ? It has > > been used without trouble in other place of the tree for years. I > > don't really see the point of micro-managing flex/bison issue here. > > > > There was a discussion: > > https://lkml.org/lkml/2012/3/27/263 Yes, and I agree with Ingo on this, you can require flex and bison to build this code, I have no problem with that. It's the "you must build with this specific version that is not possible for your distro otherwise the build will break" side affect of this that I do have a problem with :) Why can't we turn off "build error on warning" for just these generated files? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/