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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C5220C4332F for ; Fri, 23 Dec 2022 07:09:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0330185377; Fri, 23 Dec 2022 08:09:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=maquefel.me Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=maquefel.me header.i=@maquefel.me header.b="uNzlCLuQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 43F0E85387; Fri, 23 Dec 2022 08:09:06 +0100 (CET) Received: from forward501c.mail.yandex.net (forward501c.mail.yandex.net [IPv6:2a02:6b8:c03:500:1:45:d181:d501]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B5C2A85375 for ; Fri, 23 Dec 2022 08:09:02 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=maquefel.me Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=nikita.shubin@maquefel.me Received: from iva1-adaa4d2a0364.qloud-c.yandex.net (iva1-adaa4d2a0364.qloud-c.yandex.net [IPv6:2a02:6b8:c0c:a0e:0:640:adaa:4d2a]) by forward501c.mail.yandex.net (Yandex) with ESMTP id 4E69D5E766; Fri, 23 Dec 2022 10:09:00 +0300 (MSK) Received: by iva1-adaa4d2a0364.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id w8ixof6ZQ4Y1-DshbkvV5; Fri, 23 Dec 2022 10:08:59 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maquefel.me; s=mail; t=1671779339; bh=e4IWsCzwO4dlDIP/CBvYuahcH556ZjqH8/g9+AlbkT0=; h=Cc:Message-ID:Subject:Date:References:To:From:In-Reply-To; b=uNzlCLuQURsiFkTl/lCYBXjczXJiBqtygmL7T1od8lnFXyGSX7t3KDFxZ8Slod1QC trFraXmUYTcT0Jepy31OqH2+kfElsyAyPLEElnc4CCdWO4efm4GohcyLXWXoyLwtAN dT4aGu2veg9hq/2VLXX04KeEEaYizYIzWEmrH8To= Authentication-Results: iva1-adaa4d2a0364.qloud-c.yandex.net; dkim=pass header.i=@maquefel.me Date: Fri, 23 Dec 2022 10:08:58 +0300 From: Nikita Shubin To: Tom Rini Cc: Simon Glass , linux@yadro.com, Nikita Shubin , Pali =?UTF-8?B?Um9ow6Fy?= , Heinrich Schuchardt , Marek =?UTF-8?B?QmVow7pu?= , Quentin Schulz , u-boot@lists.denx.de Subject: Re: [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING Message-ID: <20221223100858.4f0239ac@redslave.neermore.group> In-Reply-To: <20221222141459.GI3787616@bill-the-cat> References: <20221216092745.31266-1-nikita.shubin@maquefel.me> <20221219112145.0708131d@redslave.neermore.group> <20221219133630.GL3787616@bill-the-cat> <20221222100116.5cc8a248@redslave.neermore.group> <20221222141459.GI3787616@bill-the-cat> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hello Tom! On Thu, 22 Dec 2022 09:14:59 -0500 Tom Rini wrote: > Yes, that's what BINMAN_ALLOW_MISSING=1 does. If top of tree master > doesn't work for you, can you please post a patch so that the rest of > us can replicate the failure and see what to do next? Thanks. > You are right - i accidentally got stuck right between "global: Do not default to faking missing binaries for buildman" (which broke build) and "Makefile: With BINMAN_ALLOW_MISSING=1 don't error on missing" (which i didn't have on my branch). Everything is just perfect on the top of latest master! Thank you for your patience and sorry for the noise. Yours, Nikita Shubin