[dpdk-dev] [PATCH v10 0/3] pmdinfogen: rewrite in Python
Dmitry Kozlyuk
dmitry.kozliuk at gmail.com
Mon Jan 25 23:15:11 CET 2021
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 <module>
> [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
More information about the dev
mailing list