[Bug 245178] graphics/mesa-dri no member named 'CGFT_ObjectFile'
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245178 --- Comment #11 from Niclas Zeising <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"