From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: build failure after merge of the staging tree Date: Tue, 18 Apr 2017 13:16:18 +0200 Message-ID: <20170418111618.GA14997@kroah.com> References: <20170418153220.734e83f4@canb.auug.org.au> <20170418055440.GA31928@kroah.com> <20170418162652.556077f3@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58183 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751111AbdDRLQ1 (ORCPT ); Tue, 18 Apr 2017 07:16:27 -0400 Content-Disposition: inline In-Reply-To: <20170418162652.556077f3@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Alan Cox , Linux-Next Mailing List , Linux Kernel Mailing List On Tue, Apr 18, 2017 at 04:26:52PM +1000, Stephen Rothwell wrote: > Hi Greg, > > On Tue, 18 Apr 2017 07:54:40 +0200 Greg KH wrote: > > > > On Tue, Apr 18, 2017 at 03:32:20PM +1000, Stephen Rothwell wrote: > > > Hi Greg, > > > > > > After merging the staging tree, today's linux-next build (x86_64 > > > allmodconfig) failed like this: > > > > > > make[7]: *** No rule to make target 'drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/uds/uds_1.0/ia_css_uds.host.o', needed by 'drivers/staging/media/atomisp/pci/atomisp2/atomisp.o'. Stop. > > > > > > Caused by commit > > > > > > 7afe8f84f793 ("atomisp: remove UDS kernel code") > > > > > > I have used the staging tree from next-20170413 for today. > > > > Ok, the 0-day bot reported something odd like this, with Alan's original > > patches, but I couldn't reproduce it, and then when I applied them, the > > 0-day bot worked just fine. But now you are having the same issue. > > > > I'm totally confused, Alan, any ideas? > > Well, drivers/staging/media/atomisp/pci/atomisp2/Makefile lists > css2400/isp/kernels/uds/uds_1.0/ia_css_uds.host.o in atomisp-objs. > > The above commit deleted > drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/uds/uds_1.0/ia_css_uds.host.c {sigh} It was a long last week... My tree had a "stale" .o file laying around from the previous build, I can reproduce this now, sorry for the noise. I'll go fix it... greg k-h