Date: Tue, 28 Jan 2025 17:56:22 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 284297] [exp-run] update LLVM_DEFAULT to 19 Message-ID: <bug-284297-7788-ZsPrcHEUpB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284297-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-284297-7788@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=3D284297 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brooks@FreeBSD.org --- Comment #7 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Antoine Brodin from comment #3) The mesa-related failures on i386 are due to: llvm-config found: YES (/usr/local/bin/llvm-config19) 19.1.7 Run-time dependency LLVM (modules: amdgpu(missing), asmparser, bitreader, bitwriter, core, coverage, engine, executionengine, instcombine, ipo, irrea= der, libdriver, linker, lto, mcdisassembler, mcjit, native, option, scalaropts, target, transformutils, all-targets, coroutines, frontenddriver, frontendhl= sl, lto, windowsdriver) found: NO (tried config-tool) This affects at least: * graphics/mesa-dri * graphics/mesa-gallium-va * graphics/mesa-gallium-vdpau * lang/clover It is because on i386 the AMDGPU backend isn't built by default for devel/llvm19. It looks like Brooks did this to save a bit of build time, an= d it is not very likely that i386 users are going to run a full-blown X server. (Although, you can never be sure :) If we can turn on this backend again for i386, I assume that quite a few failures will go away. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284297-7788-ZsPrcHEUpB>