Hi,
I have an issue building LLVM 11, at some point I have this python error:
-- Looking for compression_encode_buffer in compression
-- Looking for compression_encode_buffer in compression - not found
-- Symbols (liblldb): exporting all symbols from the lldb namespace
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.9.1") found components: doxygen dot
-- Found epydoc - /usr/bin/epydoc
-- Found dot - /usr/bin/dot
-- Registering Bye as a pass plugin (static build: OFF)
Traceback (most recent call last):
File "<string>", line 22, in <module>
IndexError: list index out of range
-- Configuring incomplete, errors occurred!
See also "/tmp/aki/llvm-11.0.0/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/aki/llvm-11.0.0/build/CMakeFiles/CMakeError.log".
I have no idea which python file triggered the error so I don’t know where to look.