From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4F7BD4549D; Wed, 19 Jun 2024 02:13:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E4994021D; Wed, 19 Jun 2024 02:13:11 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 1A0C04014F for ; Wed, 19 Jun 2024 02:13:10 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 4768720B7004; Tue, 18 Jun 2024 17:13:09 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4768720B7004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1718755989; bh=PZuEjmzH3boEhnRicB+zfRARmD3w/ickDIo2NHYK5+o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XtVVQPj/5rZXkqWGLheoGACmkR11kLyqd5POU5PpbwXMf7s0/36bnTAZBeWBHArzm +fUgo8WEoi5Nm0oQlnBwYw2N1eaENlCeHCNrh4yHUFKMTvVfRD+tJ+psjBvQw6oMFr ac1yw3Y6jM0e0ddNnplerEzVwQ3/CWNOub8cXbD8= Date: Tue, 18 Jun 2024 17:13:09 -0700 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org Subject: Re: [PATCH] build: raise error if requested application is unbuildable Message-ID: <20240619001309.GB13189@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240618125113.1591405-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240618125113.1591405-1-david.marchand@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, Jun 18, 2024 at 02:51:12PM +0200, David Marchand wrote: > Similarly to libraries, when setting a list of desired applications, > report if some application cannot be built because of a missing > dependency. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff