Date: Fri, 12 Jan 2024 15:20:23 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 276277] net/dpdk*: fix build warnings about symbols in version map file Message-ID: <bug-276277-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276277 Bug ID: 276277 Summary: net/dpdk*: fix build warnings about symbols in version map file Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: bruce.richardson@intel.com Created attachment 247607 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247607&action= =3Dedit patch with 1-line fix to restore old linker behaviour for dpdk and dpdk-20.= 11 ports The latest versions of ld are throwing warnings/errors about entries in the linker script that don't exist in the actual build. For DPDK, there are functions in the linker script (version.map) which only exist on linux (and sometimes only on windows) but not on BSD. To avoid warnings/errors, we can restore old behaviour by adding the "-Wl,--undefined-version" flag to the build. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276277-7788>