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: [email protected]
Reporter: [email protected]
Target Milestone: ---
commit 57c194d142d927f2f5dd757e36777910b5d77d41
Author: David Marchand <[email protected]>
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 <[email protected]>
Acked-by: Aaron Conole <[email protected]>
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.