DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Update minimum required meson version
@ 2022-09-12 17:07 Bruce Richardson
  2022-09-12 17:07 ` [PATCH 1/1] build: increase minimum meson version to 0.53 Bruce Richardson
  2022-10-07 16:24 ` [PATCH v2] build: increase minimum meson version to 0.53.2 Bruce Richardson
  0 siblings, 2 replies; 13+ messages in thread
From: Bruce Richardson @ 2022-09-12 17:07 UTC (permalink / raw)
  To: dev; +Cc: Lincoln Lavoie, techboard, Bruce Richardson

Following some brief discussion on the dev list[1], here is a patch
to update the minimum meson version for DPDK to 0.53. The update
itself is fairly smooth, but, at least in my testing, it exposes some
issues with objdump not recognising the debug symbols from some clang
binaries. When building, one may see warnings like:

objdump: Warning: Unrecognized form: 0x22

These warnings were not previously visible with the 0.49 meson version
as the symbol checks were only run in "developer_mode" and auto-
detection of developer mode was limited to version 0.53 or later, due
to use of the "fs" meson module.

[1] http://inbox.dpdk.org/dev/CAOE1vsNoDP0oOLkj2J4LRttXxTL7F4w1sd=KHGOWSvu+onZGFw@mail.gmail.com/

Bruce Richardson (1):
  build: increase minimum meson version to 0.53

 .ci/linux-setup.sh                        | 2 +-
 doc/guides/linux_gsg/sys_reqs.rst         | 2 +-
 doc/guides/prog_guide/build-sdk-meson.rst | 2 +-
 drivers/common/mlx5/linux/meson.build     | 2 +-
 meson.build                               | 8 +++-----
 5 files changed, 7 insertions(+), 9 deletions(-)

--
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-10-13 12:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12 17:07 [PATCH 0/1] Update minimum required meson version Bruce Richardson
2022-09-12 17:07 ` [PATCH 1/1] build: increase minimum meson version to 0.53 Bruce Richardson
2022-10-07 13:17   ` David Marchand
2022-10-07 14:11     ` Bruce Richardson
2022-10-07 15:26       ` David Marchand
2022-10-07 15:34         ` Bruce Richardson
2022-10-07 15:49           ` David Marchand
2022-10-07 16:24 ` [PATCH v2] build: increase minimum meson version to 0.53.2 Bruce Richardson
2022-10-07 19:13   ` David Marchand
2022-10-10  5:23     ` Tu, Lijuan
2022-10-10  7:48       ` David Marchand
2022-10-13 12:51         ` Tu, Lijuan
2022-10-10 14:53     ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).