Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751584AbbEZWal (ORCPT ); Tue, 26 May 2015 18:30:41 -0400 Received: from phil.doycomm.com ([66.219.128.249]:40179 "EHLO phil.doycomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751333AbbEZWaW (ORCPT ); Tue, 26 May 2015 18:30:22 -0400 X-Greylist: delayed 1119 seconds by postgrey-1.27 at vger.kernel.org; Tue, 26 May 2015 18:30:22 EDT Subject: Re: Linux 4.1-rc5 From: Donald Parsons To: linux-kernel Content-Type: text/plain; charset="UTF-8" Date: Tue, 26 May 2015 18:11:35 -0400 Message-ID: <1432678295.25425.9.camel@falcon.homelinux.org> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1941 Lines: 49 Compile fails with gcc-4.5.1 on Fedora 14. log shows... CALL scripts/checksyscalls.sh CHK include/generated/compile.h CC [M] arch/x86/kvm/mmu.o arch/x86/kvm/mmu.c: In function ���kvm_mmu_pte_write���: arch/x86/kvm/mmu.c:4219:3: error: unknown field ���cr0_wp��� specified in initializer arch/x86/kvm/mmu.c:4220:3: error: unknown field ���cr4_pae��� specified in initializer arch/x86/kvm/mmu.c:4220:3: warning: excess elements in union initializer arch/x86/kvm/mmu.c:4220:3: warning: (near initialization for ���(anonymous)���) arch/x86/kvm/mmu.c:4221:3: error: unknown field ���nxe��� specified in initializer arch/x86/kvm/mmu.c:4221:3: warning: excess elements in union initializer arch/x86/kvm/mmu.c:4221:3: warning: (near initialization for ���(anonymous)���) arch/x86/kvm/mmu.c:4222:3: error: unknown field ���smep_andnot_wp��� specified in initializer arch/x86/kvm/mmu.c:4222:3: warning: excess elements in union initializer arch/x86/kvm/mmu.c:4222:3: warning: (near initialization for ���(anonymous)���) arch/x86/kvm/mmu.c:4223:3: error: unknown field ���smap_andnot_wp��� specified in initializer arch/x86/kvm/mmu.c:4223:3: warning: excess elements in union initializer arch/x86/kvm/mmu.c:4223:3: warning: (near initialization for ���(anonymous)���) make[2]: *** [arch/x86/kvm/mmu.o] Error 1 make[1]: *** [arch/x86/kvm] Error 2 make: *** [arch/x86] Error 2 All previous versions including Linux 4.1-rc[234] compiled successfully. I cleaned cache too: ccache -C, no help. Do I need to upgrade Fedora or is gcc 4.5.1 supposed to work? Thanks, Don -- 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/