From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: linux-next: build failure after merge final merge Date: Tue, 16 Feb 2010 10:03:29 -0700 Message-ID: <201002161003.29713.bjorn.helgaas@hp.com> References: <20100216183650.e82c0f8e.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: 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 In-Reply-To: <20100216183650.e82c0f8e.sfr@canb.auug.org.au> Content-Disposition: inline Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Jesse Barnes , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, David Miller 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