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 109DCA0534; Wed, 12 Feb 2020 16:19:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F48B1BDAE; Wed, 12 Feb 2020 16:19:05 +0100 (CET) Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) by dpdk.org (Postfix) with ESMTP id 0A73511A4 for ; Wed, 12 Feb 2020 16:19:04 +0100 (CET) Received: by mail-lj1-f193.google.com with SMTP id o15so2756701ljg.6 for ; Wed, 12 Feb 2020 07:19:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=T9x/1RmZOvD/oju7h58BjmPgeb/jVKMlqMHcFRmVzC8=; b=UVHZAlbVVMtizaoUbutz0ZRuBKy0B8YV+BlHKlpCpHx/UWtITUJe7TQwoIpKi9BTPa 3JTQvZea9E6d1U0c53Y5oiK+QtQCSwzngY7paGS7/dBXKPSV88Hr2ryozIFYhN9tJU96 0LESVaN6e0Ll08SJaxEcU32VG2kVjI+CTgV4o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=T9x/1RmZOvD/oju7h58BjmPgeb/jVKMlqMHcFRmVzC8=; b=ZHjlfNk9oowWsqHhcqJd+xzo9gT+f2LWaHYzQXlSDIrTr0d2Ji1T20crpJZeZsUz7L eveOuSo9y3xgEJW8o9dIGyl8J7kGiTvEwv0vUSfuiLoy9h3LTEZVYKAkhzRkOsgLQNa9 wtli+gqukpaL1k/hb6dg8W5EFvS/XFscYIrp6F0oVtizZmeepFSYDKwS+qR+asVc3pvM +Vmz3yR3Ow1rySMmUEccE64IcdYP8grNTc5pXED8oZ98PQbOXlVFkc2jAGLsDu9qYrXt 2LBumn2Yv31xud0oKMnhZtpOpVtWY9z7fYhS7LXftoPWFxTTt0WCO6rjKAN3BSwXFLBa stcw== X-Gm-Message-State: APjAAAVu7k6m0qn5dd1qzYawZzIsWcguH0Pg1xyrqX+hZLRJRsJyImkw fNnJjp9LBBUOwQsOscX5sl0d0aL7Pu3oEBtS85LmKA== X-Google-Smtp-Source: APXvYqyrAPyNID7x5PLuasl4yxLS1xd10QXVk7/cZOpWWYZrzSAmAUreNXWrIINLAXihdI80oWLDsVM5zbG6JdLXhpg= X-Received: by 2002:a2e:9f47:: with SMTP id v7mr8061681ljk.124.1581520743480; Wed, 12 Feb 2020 07:19:03 -0800 (PST) MIME-Version: 1.0 References: <20200116071656.1663967-1-thomas@monjalon.net> <20200212015944.3037000-2-thomas@monjalon.net> <0E78D399C70DA940A335608C6ED296D73AD4FC66@SHSMSX104.ccr.corp.intel.com> <9358948.L8ug28u51p@xps> In-Reply-To: From: Jeremy Plsek Date: Wed, 12 Feb 2020 10:18:27 -0500 Message-ID: To: Thomas Monjalon Cc: "Xu, Rosen" , "dev@dpdk.org" , "Richardson, Bruce" , Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko , "Zhang, Tianfei" , dpdklab@iol.unh.edu Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdklab] Re: [PATCH v4 1/6] drivers: cleanup meson build variable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Feb 12, 2020 at 10:04 AM Jeremy Plsek wrote: > > On Wed, Feb 12, 2020 at 4:32 AM Thomas Monjalon wrote: > > > > 12/02/2020 10:26, Xu, Rosen: > > > I find some build error in patchwork. > > > > This is a failure in the unit tests, probably unrelated: > > https://lab.dpdk.org/results/dashboard/patchsets/9573/ > > > > This is the error message: > > buildtools/meson.build:6:0: ERROR: > > Program(s) ['pkg-config', 'pkgconf'] not found or not executable > > > > I think we can ignore, this is clearly an issue in the setup. > > > > > The windows guide does not mention needing pkgconfig to build dpdk on > windows. The guide should be updated if this is the case. > https://doc.dpdk.org/guides/windows_gsg/build_dpdk.html As an update, installing pkgconfiglite does make the build pass.