Date: Wed, 06 Dec 2023 06:56:15 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 275388] graphics/mesa-dri: 23.1.8 breaks some radeon cards Message-ID: <bug-275388-7141-FbAuzSHtvx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275388-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-275388-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275388 --- Comment #26 from Emmanuel Vadot <manu@freebsd.org> --- (In reply to gnikl from comment #25) Yes and no. Mesa needs libelf, what -Dlibelf=3Ddisabled do is not trying to use pkgconf= ig to get libelf info but in meson.build if it's not found (or disabled) it will fallback to cc.find_library (see https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/meson.build?ref_type= =3Dheads#L1849). And since others deps adds ${LOCALBASE}/include in the cflags the libelf headers from elfutils resulting in a confused mesa trying to use libelf from base iwth struct/funcs definition from elfutils. --=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-275388-7141-FbAuzSHtvx>