Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933087Ab0BPRDf (ORCPT ); Tue, 16 Feb 2010 12:03:35 -0500 Received: from g1t0027.austin.hp.com ([15.216.28.34]:33303 "EHLO g1t0027.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932918Ab0BPRDd (ORCPT ); Tue, 16 Feb 2010 12:03:33 -0500 From: Bjorn Helgaas To: Stephen Rothwell Subject: Re: linux-next: build failure after merge final merge Date: Tue, 16 Feb 2010 10:03:29 -0700 User-Agent: KMail/1.9.10 Cc: Jesse Barnes , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, David Miller References: <20100216183650.e82c0f8e.sfr@canb.auug.org.au> In-Reply-To: <20100216183650.e82c0f8e.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201002161003.29713.bjorn.helgaas@hp.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1243 Lines: 31 On Tuesday 16 February 2010 12:36:50 am Stephen Rothwell wrote: > After merging, today's linux-next build (sparc64 defconfig) failed like > this: > > arch/sparc/kernel/pci.c: In function 'pci_cfg_fake_ranges': > arch/sparc/kernel/pci.c:404: error: 'struct pci_bus' has no member named 'resource' Huh. I built sparc64 defconfig (and alpha, arm, i686, ia64, mips, powerpc, sh, and sparc) in Jesse's linux-next branch, but obviously that's not doing the right thing for some reason. > OK, I just checked the build results for last night > (http://kisskb.ellerman.id.au/kisskb/head/2579/) and there are quite a few > more (alpha, some arm, parisc and more ...) ... please fix them up as > well. Try something like: > > git grep -l -w resource $(git grep -l -w 'struct pci_bus') > > for a starting list of files to check. Thanks for the specifics about all the failures. That will help me a lot. And thanks for the git grep magic. I've clearly been missing out on a very useful tool. Bjorn -- 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/