* [DPDK/meson Bug 1858] [dpdk23.11.5] Meson build failed on Fedora 43
@ 2025-12-23 20:14 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2025-12-23 20:14 UTC (permalink / raw)
To: dev
http://bugs.dpdk.org/show_bug.cgi?id=1858
Bug ID: 1858
Summary: [dpdk23.11.5] Meson build failed on Fedora 43
Product: DPDK
Version: 23.11
Hardware: All
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: meson
Assignee: dev@dpdk.org
Reporter: mlabrecque@iol.unh.edu
Target Milestone: ---
[DPDK Version]
dpdk 23.11.5 LTS
[OS version]
Fedora Linux 43 (Container Image)/6.17.12-300.fc43.x86_64 run via Podman
GCC15.2.1
[Test Setup]
# meson setup build
# ninja
# meson install
[Error log]
09:10:22 FAILED: [code=1]
drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o
09:10:22 ccache cc -Idrivers/a715181@@tmp_rte_net_dpaa2@sta -Idrivers
-I../drivers -Idrivers/net/dpaa2 -I../drivers/net/dpaa2
-I../drivers/net/dpaa2/base -I../drivers/net/dpaa2/mc -Ilib/ethdev
-I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include
-I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include
-Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common
-I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs
-Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics
-Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf
-I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring
-Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci
-I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev
-I../drivers/bus/vdev -Idrivers/mempool/dpaa2 -I../drivers/mempool/dpaa2
-Idrivers/bus/fslmc -I../drivers/bus/fslmc -I../drivers/bus/fslmc/mc
-I../drivers/bus/fslmc/qbman/include -I../drivers/bus/fslmc/portal
-Idrivers/common/dpaax -I../drivers/common/dpaax
-I../drivers/common/dpaax/caamflib -Ilib/eventdev -I../lib/eventdev -Ilib/hash
-I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev
-I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always
-pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
-include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral
-Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
-Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes
-Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned
-Wno-missing-field-initializers -fzero-init-padding-bits=all
-Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm
-DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation
-DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.dpaa2 -MD -MQ
'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o' -MF
'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o.d' -o
'drivers/a715181@@tmp_rte_net_dpaa2@sta/net_dpaa2_dpaa2_flow.c.o' -c
../drivers/net/dpaa2/dpaa2_flow.c
09:10:22 ../drivers/net/dpaa2/dpaa2_flow.c:103:36: error: initializer-string
for array of 'unsigned char' truncates NUL terminator but destination lacks
'nonstring' attribute (7 chars into 6 available)
[-Werror=unterminated-string-initialization]
09:10:22 103 | .hdr.dst_addr.addr_bytes =
"\xff\xff\xff\xff\xff\xff",
09:10:22 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:10:22 ../drivers/net/dpaa2/dpaa2_flow.c:104:36: error: initializer-string
for array of 'unsigned char' truncates NUL terminator but destination lacks
'nonstring' attribute (7 chars into 6 available)
[-Werror=unterminated-string-initialization]
09:10:22 104 | .hdr.src_addr.addr_bytes =
"\xff\xff\xff\xff\xff\xff",
09:10:22 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
09:10:22 ../drivers/net/dpaa2/dpaa2_flow.c:121:25: error: initializer-string
for array of 'unsigned char' truncates NUL terminator but destination lacks
'nonstring' attribute (17 chars into 16 available)
[-Werror=unterminated-string-initialization]
09:10:22 121 | "\xff\xff\xff\xff\xff\xff\xff\xff"
09:10:22 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:10:22 ../drivers/net/dpaa2/dpaa2_flow.c:124:25: error: initializer-string
for array of 'unsigned char' truncates NUL terminator but destination lacks
'nonstring' attribute (17 chars into 16 available)
[-Werror=unterminated-string-initialization]
09:10:22 124 | "\xff\xff\xff\xff\xff\xff\xff\xff"
09:10:22 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-23 20:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 20:14 [DPDK/meson Bug 1858] [dpdk23.11.5] Meson build failed on Fedora 43 bugzilla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.