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 6105CA052A; Mon, 25 Jan 2021 23:15:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44B491410F3; Mon, 25 Jan 2021 23:15:15 +0100 (CET) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com [209.85.167.50]) by mails.dpdk.org (Postfix) with ESMTP id 59E46140FF3 for ; Mon, 25 Jan 2021 23:15:13 +0100 (CET) Received: by mail-lf1-f50.google.com with SMTP id o10so20042824lfl.13 for ; Mon, 25 Jan 2021 14:15:13 -0800 (PST) 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=CHMjQLqnpFXctmTWxzqCkhxlSE5oC2K3QzrgasWdG30=; b=ekV4B2gS7PmNfTQ9uA5bt/CjJnetVK/7Zii6JwW9RFBCs3pV2sMWCBfme5kJnYU/bp ZCDshy9lAuR74p3XpCRCAyikKFoBrPPynX+bBWwDvGCHu+XJXwy1khHUwCMi1OA7yyVR l/W/N0YQcwkCNlEWtbGvfJ54rYRBaJqRIVaUlxOtbBVVuU7/N3abxOCu1ftopMunLJJN waA4pOOD2UFA7zR0QCJy0snWhKDIGkj0zoo/V60pcykkZqIM6QPmI+inhfxVvbjeJlFe 0FPw2+cCIM0zyOAEYX/uZ533YSLeMd+vWUqCCNFLlGmBvblRulu7/onKxdbpuTxzsicn YX9g== 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=CHMjQLqnpFXctmTWxzqCkhxlSE5oC2K3QzrgasWdG30=; b=s1PnuBp2Cd8hqS6wGv9fGVt2bfFYW2zvwevVzEI2iODm4z/U24jxZ8z+ELiku5cmPc J4yAuaFbju06S97F3iXdyTdu0eUZXroLZM+5e3WcAD7akaRNDMspsnkyw4qRUkFo3yWJ P14Y6uqwjbQfTSaPr6+Qy7HD64DGEEkAALQjv5RJJD6n4FlyuOsswoKn264KU0tW/0pn IeKDoSRtxV1UVP304X8jeHDgitaCL0AObrHMBl1dZQ3xCRppX8uBq40gfyXzPNe7hU2G ZPtzaoNYzMrjOeXHPGH1yUX75dfdjV3xHHBZXmibEz4xetOJ2vihIkkipK3/7DvAgQC6 omNQ== X-Gm-Message-State: AOAM532SoCBQIGYscYBlIi/CN3gxHUFSY61XKtBfLNwaY7WKLiQ5egVI aIqQRKF5pZX0qRx6VZ1TmRc= X-Google-Smtp-Source: ABdhPJxO6PU76RKoExtWHbwh7SQyTTba6aFgwdPmheoknuD5XCmq3mAHxlEBSNqTB5yBMLDIU2bcAg== X-Received: by 2002:ac2:5055:: with SMTP id a21mr1231693lfm.528.1611612912948; Mon, 25 Jan 2021 14:15:12 -0800 (PST) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id n2sm690778lfu.274.2021.01.25.14.15.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jan 2021 14:15:12 -0800 (PST) Date: Tue, 26 Jan 2021 01:15:11 +0300 From: Dmitry Kozlyuk To: Ali Alnubani Cc: "dev@dpdk.org" , Maxime Coquelin , Bruce Richardson , NBU-Contact-Thomas Monjalon , Neil Horman , Jie Zhou Message-ID: <20210126011511.1860f4d7@sovereign> In-Reply-To: References: <20210122224327.5621-1-dmitry.kozliuk@gmail.com> <20210124205157.14386-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-dev] [PATCH v10 0/3] pmdinfogen: rewrite in Python 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 Sender: "dev" Hi Ali, > Please see the following build errors: > https://github.com/DPDK/dpdk/actions/runs/509771118 > """ > FAILED: drivers/rte_common_cpt.pmd.c > /usr/bin/python3 ../buildtools/gen-pmdinfo-cfile.py ar /home/runner/work/dpdk/dpdk/build/drivers/libtmp_rte_common_cpt.a drivers/rte_common_cpt.pmd.c /usr/bin/python3 ../buildtools/pmdinfogen.py elf > Traceback (most recent call last): > File "../buildtools/gen-pmdinfo-cfile.py", line 14, in > [ar, "xv", os.path.abspath(archive)], capture_output=True, check=True, cwd=temp > File "/usr/lib/python3.6/subprocess.py", line 423, in run > with Popen(*popenargs, **kwargs) as process: > TypeError: __init__() got an unexpected keyword argument 'capture_output' > """ > > I also see the exception in Ubuntu 16.04 (Python 3.5.2, pyelftools 0.27), CentOS 7 (Python 3.6.8, pyelftools 0.27), CentOS 8 (Python 3.6.8, pyelftools 0.27) and OpenSUSE Leap 15.2 (Python 3.6.12, pyelftools 0.26). If fixed the error you encountered and also discovered a bunch of other issues, all of them hopefully fixed in the following series: http://patchwork.dpdk.org/project/dpdk/list/?series=14938