O2 Build error: Building arrow@v9.0.0-alice1 on MacOS 12.5.1

Dear experts,

I would like to build O2 on MacOS12.5.1 with M1 chip and Xcode v-13.4.1, but it stops at Building arrow.
I followed all steps on the tutorial.
In the log, it says:

CMake Error at /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find LLVMAlt (missing: LLVM_PACKAGE_VERSION LLVM_FOUND LLVM_LINK_EXECUTABLE) Call Stack (most recent call first): /opt/homebrew/Cellar/cmake/3.24.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) cmake_modules/FindLLVMAlt.cmake:89 (find_package_handle_standard_args) src/gandiva/CMakeLists.txt:28 (find_package)

but I don’t know what I do.
What is the best way to do that? The logfile is attached.

Best,
Koki
log.txt (14.8 KB)

Dear all,

It was solved by installing llvm (not reinstall llvm@13)
I run the below script.
‘brew install llvm’

Best,
Koki