Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754672AbaDOTcB (ORCPT ); Tue, 15 Apr 2014 15:32:01 -0400 Received: from gw-1.arm.linux.org.uk ([78.32.30.217]:35587 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751748AbaDOTb7 (ORCPT ); Tue, 15 Apr 2014 15:31:59 -0400 Date: Tue, 15 Apr 2014 20:31:17 +0100 From: Russell King - ARM Linux To: Vince Weaver Cc: Christoph Lameter , Michal Marek , linux-kernel@vger.kernel.org, Jason Cooper , Grant Likely , Rob Herring Subject: Re: [bisected] broken make-kpkg kernel build in 3.15-rc1 Message-ID: <20140415193116.GU24070@n2100.arm.linux.org.uk> References: <534D4A59.6080401@suse.cz> <534D6510.3070509@suse.cz> <20140415182653.GR24070@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 15, 2014 at 03:30:15PM -0400, Vince Weaver wrote: > ifeq ($(strip $(HAVE_INST_PATH)),) > test ! -f System.map || cp System.map \ > $(TMPTOP)/$(IMAGEDIR)/System.map-$(KERNELRELEASE); > test ! -f System.map || chmod 644 \ > $(TMPTOP)/$(IMAGEDIR)/System.map-$(KERNELRELEASE); > cp $(kimagesrc) $(kimagedest) > else > $(restore_upstream_debianization) > $(MAKE) $(EXTRAV_ARG) INSTALL_MOD_PATH=$(INSTALL_MOD_PATH) \ > INSTALL_FW_PATH=$(INSTALL_MOD_PATH)/lib/firmware/$(KERNELRELEASE) \ > INSTALL_PATH=$(INT_IMAGE_DESTDIR) $(CROSS_ARG) $(KPKG_KBUILD_INSTALL_TARGET) > endif > > > So in the good case it goes down the if, in the bad case down the else. > > > I'm assuming that the ($(strip $(HAVE_INST_PATH)),) is being confused by > the INSTALL_DTBS_PATH introduced by the changeset. > > So I guess that makes this a debian bug? Hmm, any ideas what HAVE_INST_PATH is set to? It would be good to have the complete picture on this bug. :) Thanks. -- FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly improving, and getting towards what was expected from it. -- 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/