| 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@dpdk.org |
| Reporter | alialnu@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)