From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0995C54FCB for ; Thu, 23 Apr 2020 12:26:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 85C002074F for ; Thu, 23 Apr 2020 12:26:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726119AbgDWM0e (ORCPT ); Thu, 23 Apr 2020 08:26:34 -0400 Received: from mga06.intel.com ([134.134.136.31]:62016 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726112AbgDWM0d (ORCPT ); Thu, 23 Apr 2020 08:26:33 -0400 IronPort-SDR: /sihSxZVvuDj6/0YsQxdBiFJ6ROFhR+PnSXIfJecDVMONCIbYSafRZ0b47QrXYUVgoChQo3WxY Dc2rsZXCcWdg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 05:26:33 -0700 IronPort-SDR: gFk0zFCNkZPm9QNMJ8rY7QXqd35COTkC6c1cVd+Rj7Ey+G/MP3RMx2ZVo6uTtEXNx+YUIz3qrA p7xGQ7cYZXkQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,307,1583222400"; d="scan'208";a="259407494" Received: from zzhang7-mobl1.amr.corp.intel.com (HELO [10.255.73.51]) ([10.255.73.51]) by orsmga006.jf.intel.com with ESMTP; 23 Apr 2020 05:26:32 -0700 Subject: Re: linux-next: build failure after merge of the sound-asoc tree To: Mark Brown , Stephen Rothwell Cc: Liam Girdwood , Linux Next Mailing List , Linux Kernel Mailing List , YueHaibing References: <20200423155539.4492a0cc@canb.auug.org.au> <20200423113041.GI4808@sirena.org.uk> From: Pierre-Louis Bossart Message-ID: <00f801fc-cf1c-8ea0-3d2a-0c8e902dd1f0@linux.intel.com> Date: Thu, 23 Apr 2020 07:26:32 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200423113041.GI4808@sirena.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 4/23/20 6:30 AM, Mark Brown wrote: > On Thu, Apr 23, 2020 at 03:55:39PM +1000, Stephen Rothwell wrote: > >> Presumably caused by (one of) commits > >> fe17e6cdc0fe ("ASoC: SOF: imx8: Fix randbuild error") >> cb0312f61c3e ("ASoC: SOF: imx: fix undefined reference issue") > >> I just removed the COMPILE_TEST from SND_SOC_SOF_IMX_TOPLEVEL for today. > > It looks like this is triggered by PowerPC not including > drivers/firmware - there are missing dependencies but it works for other > all*configs since the dependencies all get built in those. It would be > helpful if PowerPC were fixed to include the firmware directory to > improve coverage. We have a fix for this, I'll send it later today. There were still unmet dependencies and inconsistent use of select/depends.