devel/spirv-llvm-translator fails to build?
Jonathan Chen <[email protected]> Fri, 8 May 2026 23:24:59 +1200
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm seeing the following error when building devel/spirv-llvm-translator
during the "configure" phase:
CMake Error at /usr/local/llvm19/lib/cmake/llvm/LLVMExports.cmake:1728
(message)
:
The imported target "LLVMMipsCodeGen" references the file
"/usr/local/llvm19/lib/libLLVMMipsCodeGen.a"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/local/llvm19/lib/cmake/llvm/LLVMExports.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/local/llvm19/lib/cmake/llvm/LLVMConfig.cmake:348 (include)
CMakeLists.txt:82 (find_package)
-- Configuring incomplete, errors occurred!
Is this possibly related to:
https://cgit.freebsd.org/ports/commit/?id=2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4a
which removed MIPS from devel/llvm19?
Cheers.
--
Jonathan Chen <[email protected]>