[DPDK/meson Bug 1396] Meson fails to run buildtools/get-test-suites.py (unicode decode error)
bugzilla at dpdk.org
bugzilla at dpdk.org
Tue Mar 5 07:43:18 CET 2024
https://bugs.dpdk.org/show_bug.cgi?id=1396
Bug ID: 1396
Summary: Meson fails to run buildtools/get-test-suites.py
(unicode decode error)
Product: DPDK
Version: 23.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: meson
Assignee: dev at dpdk.org
Reporter: alialnu at nvidia.com
Target Milestone: ---
$ meson --werror --buildtype=debugoptimized build
"""
[..]
app/test/suites/meson.build:17:0: ERROR: Command "/usr/bin/python3
/root/dpdk/buildtools/get-test-suites.py [..] failed with status 1.
"""
Actual error:
"""
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4028:
ordinal not in range(128)
"""
Removing app/test/test_cryptodev.c from list of files resolves it.
Meson: 0.61.5 (Python 3.6)
OS: Ubuntu 18.04 (Note: reached EOL)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240305/85a57bb9/attachment-0001.htm>
More information about the dev
mailing list