https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264394
Dimitry Andric <d...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bro...@freebsd.org, | |d...@freebsd.org --- Comment #6 from Dimitry Andric <d...@freebsd.org> --- (In reply to VVD from comment #5) The mesa-dri port depends on devel/llvm13 for the /usr/local/llvm13/lib/libLLVM-13.so dynamic library, and not for the compiler binary (clang13). The actual compilations in the port are still done using the base compiler, and you can see that it is `/proc/32857/file -> /usr/bin/cc` which hangs. E.g. it is the base compiler which needs to be recompiled. That said, maybe brooks can pull the patch into the devel/llvm13 port. I think the problem was introduced somewhere after llvm 13.0.0, and was only solved after 14.0.4. -- You are receiving this mail because: You are the assignee for the bug.