Closed SeanTAllen closed 6 months ago
So the compilation is that our LLVM can't find lseek64.
Discussed in today's sync call.
We think the right next step is to try upgrading to the latest LLVM version (currently 17.0.1).
Alpine has gotten rid of their lseek64 shim which previously was just an alias for lseek, and now is no longer there. So we need a newer version of the LLVM source code which no longer uses lseek64, at least on alpine. It looks like the current main branch of LLVM is not using lseek64 anymore, so I suspect upgrading LLVM will solve this.
The latest LLVM release is 18.1.4: https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.4
Closing for now
We appear to have a compilation error to look into