From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757904Ab0JUNJ2 (ORCPT ); Thu, 21 Oct 2010 09:09:28 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:39465 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754318Ab0JUNJ1 (ORCPT ); Thu, 21 Oct 2010 09:09:27 -0400 Date: Thu, 21 Oct 2010 09:09:25 -0400 From: Christoph Hellwig To: Stephen Rothwell Cc: linux-next@vger.kernel.org, LKML , mmarek@suse.cz Subject: Re: linux-next: Tree for October 20 Message-ID: <20101021130925.GA32548@infradead.org> References: <20101020162053.5595e1bf.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101020162053.5595e1bf.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I can't even get the required userspace code make oldconfig to compile: hch@brick:~/work/linux-2.6/obj-kvm$ make oldconfig make -C /home/hch/work/linux-2.6 O=/home/hch/work/linux-2.6/obj-kvm/. oldconfig GEN /home/hch/work/linux-2.6/obj-kvm/Makefile HOSTCC scripts/kconfig/zconf.tab.o In file included from scripts/kconfig/zconf.tab.c:2481: scripts/kconfig/lex.zconf.c:2425: error: conflicting types for 'zconf_curname' /home/hch/work/linux-2.6/scripts/kconfig/lkc.h:79: note: previous declaration of 'zconf_curname' was here scripts/kconfig/lex.zconf.c: In function 'zconf_curname': scripts/kconfig/lex.zconf.c:2427: warning: return discards qualifiers from pointer target type I'm compiling on 32-bit x86, using: gcc version 4.4.5 20100728 (prerelease) (Debian 4.4.4-8)