Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422638AbWCWSL3 (ORCPT ); Thu, 23 Mar 2006 13:11:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751446AbWCWSL3 (ORCPT ); Thu, 23 Mar 2006 13:11:29 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:16571 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1751398AbWCWSL2 (ORCPT ); Thu, 23 Mar 2006 13:11:28 -0500 Subject: Re: 2.6.16-git6: build failure: ne2k-pci: footbridge_defconfig From: Arjan van de Ven To: Russell King Cc: linux-kernel@vger.kernel.org, Jeff Garzik , Andrew Morton In-Reply-To: <20060323174014.GF25849@flint.arm.linux.org.uk> References: <20060323164109.GD25849@flint.arm.linux.org.uk> <1143132732.3147.33.camel@laptopd505.fenrus.org> <20060323165558.GE25849@flint.arm.linux.org.uk> <20060323174014.GF25849@flint.arm.linux.org.uk> Content-Type: text/plain Date: Thu, 23 Mar 2006 19:11:24 +0100 Message-Id: <1143137484.3147.38.camel@laptopd505.fenrus.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1458 Lines: 37 On Thu, 2006-03-23 at 17:40 +0000, Russell King wrote: > On Thu, Mar 23, 2006 at 04:55:58PM +0000, Russell King wrote: > > On Thu, Mar 23, 2006 at 05:52:12PM +0100, Arjan van de Ven wrote: > > > On Thu, 2006-03-23 at 16:41 +0000, Russell King wrote: > > > > Building the ARM footbridge_defconfig provokes this build error: > > > > > > > > CC drivers/net/ne2k-pci.o > > > > drivers/net/ne2k-pci.c:123: error: pci_clone_list causes a section type conflict > > > > make[2]: *** [drivers/net/ne2k-pci.o] Error 1 > > > > make[1]: *** [drivers/net] Error 2 > > > > make: *** [drivers] Error 2 > > > > make: Leaving directory `/var/tmp/kernel-orig' > > > > > > > > static const struct { > > > > char *name; > > > > int flags; > > > > } pci_clone_list[] __devinitdata = { > > > > > > > > const data can't be __devinitdata. > > > > > > > > > that's a gcc bug; probably arm specific even? > > > > It's gcc 4.01... the kautobuild folk are going to try gcc 4.04 instead. > > Actually, given that it also appears with gcc 3.3, I'd like to request > that the change (along with all the other const __devinitdata's) are > backed out. ok that's entirely reasonable and I'm perfectly ok with that. - 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/