[DPDK/meson Bug 1721] failed to compile DPDK
bugzilla at dpdk.org
bugzilla at dpdk.org
Wed Jun 11 08:49:34 CEST 2025
https://bugs.dpdk.org/show_bug.cgi?id=1721
Bug ID: 1721
Summary: failed to compile DPDK
Product: DPDK
Version: 24.07
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: critical
Priority: Normal
Component: meson
Assignee: dev at dpdk.org
Reporter: pdamouny at nvidia.com
Target Milestone: ---
commit 57c194d142d927f2f5dd757e36777910b5d77d41
Author: David Marchand <david.marchand at redhat.com>
Date: Fri Mar 7 20:06:51 2025 +0100
build: use dynamically generated version maps
Switch to dynamically generated version maps.
As the map files get generated, tooling around checking, converting,
updating etc.. static version maps can be removed.
Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Aaron Conole <aconole at redhat.com>
broke compilation
FAILED: lib/cmdline_exports.map
"C:\Python38\python.exe" "../buildtools/gen-version-map.py" "--linker"
"mslinker" "--abi-version" "../ABI_VERSION" "--output"
"lib/cmdline_exports.map" "--source" "../lib/cmdline/cmdline.c"
"../lib/cmdline/cmdline_cirbuf.c" "../lib/cmdline/cmdline_parse.c"
"../lib/cmdline/cmdline_parse_etheraddr.c"
"../lib/cmdline/cmdline_parse_ipaddr.c" "../lib/cmdline/cmdline_parse_num.c"
"../lib/cmdline/cmdline_parse_bool.c" "../lib/cmdline/cmdline_parse_portlist.c"
"../lib/cmdline/cmdline_parse_string.c" "../lib/cmdline/cmdline_rdline.c"
"../lib/cmdline/cmdline_socket.c" "../lib/cmdline/cmdline_vt100.c"
"../lib/cmdline/cmdline_os_windows.c"
Traceback (most recent call last):
File "../buildtools/gen-version-map.py", line 30, in <module>
type=argparse.FileType("r", encoding="utf-8"),
TypeError: __init__() got an unexpected keyword argument 'encoding'
--
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/20250611/c62fad64/attachment.htm>
More information about the dev
mailing list