From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D6C82A04B7 for ; Wed, 14 Oct 2020 17:40:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CFFCF1DE80; Wed, 14 Oct 2020 17:40:24 +0200 (CEST) Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) by dpdk.org (Postfix) with ESMTP id 5327F1DE6A; Wed, 14 Oct 2020 17:40:22 +0200 (CEST) Received: by mail-lf1-f66.google.com with SMTP id c141so4214911lfg.5; Wed, 14 Oct 2020 08:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=hJGDgp+3fIyRkZTjnmxfwxNCShRPtqzAZl7lmIFKozM=; b=q+5+iIOMCJUhAB+e3LBcH+2+Gz/oORoE9EAz6141bx56rG42TTjl8qHwHJkk04+VwV MiFwQit34E5UNyf8cU+kA00tFJnfCrAQkYw2sTEB5TJ4f+Qf7gk/TkFV85zJ6zDIs/PO RHcZTVykB2AydfEtmMYhVH8a1yLGMIomqGWJck75S+qr3lP62Yb018U5MMOaipvVpRLI 1nC/p+CWW7fWPFtVgaDnalCxDdf+gwo8QP5Fv6O817a3GwXzedDaikJNCfhlkMfWl9Ia RdktGhV0z1jJNpJB4MBQ0anumpHAq4eUi7mG7WIFWUYjVUFTu3+OpeYcR5hNZBFiilP+ DX7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=hJGDgp+3fIyRkZTjnmxfwxNCShRPtqzAZl7lmIFKozM=; b=mwpOSdxbT0MiuZaGpfd5ai5v1r4UZ+V4SMc6MQ+lAUFKu7ASV98JggQ5TO2MPwoFjz oDZrTaY3e7nb83XtkuuGWSEzdsA4ifOj5G4L/YS/P35GT2WNXhJJEdiJzag3yll3M2JI 2ubO5c1Zbl1DBCc7FmtypOsKkfpOIH5c/K5yTCMUuX8BXJoNgcd5NmaGlENJR9jVdAq/ 8cdNLebtBOqUckTs42uXh1On7WLihfO1wpAr6cga34zyRF+5+F+qJXqNwIwQKC6yI+28 Dza7a9IUPsQqLK9F7/NFnmFcZHEnXiRDTmyyCZ1pq2BKB4g3/obCdnf3thAY3p0FkZmr Vy8w== X-Gm-Message-State: AOAM530r+L4ZgL84KgyuKGNCdyuQdxpI9JitgeFeNaJS5g14xKGmVLr/ gI1jDStYO0jmKvqbIkENCxU= X-Google-Smtp-Source: ABdhPJx7hWSX4n3oGP90ZwZigSN09tv/c/ODvmJjeQCUmAn3SQ3AHK8Esob1ZkyqbhJPYUzHsmLiiA== X-Received: by 2002:a19:8c0b:: with SMTP id o11mr1599255lfd.479.1602690020179; Wed, 14 Oct 2020 08:40:20 -0700 (PDT) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id l25sm1262930lfc.152.2020.10.14.08.40.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Oct 2020 08:40:19 -0700 (PDT) Date: Wed, 14 Oct 2020 18:40:18 +0300 From: Dmitry Kozlyuk To: Maxime Coquelin Cc: dev@dpdk.org, ci@dpdk.org, Stephen Hemminger , David Marchand , Thomas Monjalon , Neil Horman Message-ID: <20201014184018.06ca2035@sovereign> In-Reply-To: References: <20200927214732.12783-1-dmitry.kozliuk@gmail.com> <20201004015947.9012-1-dmitry.kozliuk@gmail.com> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-ci] [dpdk-dev] [PATCH v6 0/3] pmdinfogen: rewrite in Python X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Hi Maxime, > Ninja fails when pyelftools is not installed. > Shouldn't meson detect and report it before build time? Will add in v7. Meson 0.51 introduced a terse way to check for Python dependencies, but it's not hard even with Meson 0.47.1. https://github.com/mesonbuild/meson/issues/3551#issuecomment-518320640