[Bug 230789] graphics/mesa-dri: switch to devel/llvm80
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230789 John Hein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #24 from John Hein <[email protected]> --- One issue: if llvm80 was not built with the BE_STANDARD option (e.g., BE_FREEBSD instead), then you get this error in graphics/mesa-dri at configure time: . . checking for XLIB_RANDR... yes checking for EXPAT... yes checking for RADEON... yes checking for RADEON... yes checking for I915... yes checking for AMDGPU... yes configure: error: LLVM target 'amdgpu' not enabled in your LLVM build. Required by radv. ===> Script "configure" failed unexpectedly. The fix is to build llvm80 with BE_STANDARD of course, but the failure is a bit ungraceful. If nothing else, it's documented here for the unaware to find. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"