[Bug 245178] graphics/mesa-dri no member named 'CGFT_ObjectFile'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 30 18:02:17 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245178

--- Comment #11 from Niclas Zeising <zeising at FreeBSD.org> ---
(In reply to Mikhail Teterin from comment #9)
This is not the case.

mesa uses llvm libraries for shaders and software rendering, as a few examples.
 The FreeBSD base system does not carry those libraries, on purpose, so mesa
requires llvm from ports.  No matter what you do, this will be the case.  There
are runtime issues when running mesa (the version we have in ports) with a llvm
version later than 8.0, so it is clamped to use llvm80.  This has nothing to do
with needing a special compiler to build, and everything to do with having a
specific runtime.

The bug here is that the check for llvm version in the mesa port is broken,
something I've provided a link to a patch for.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list