[lldb-dev] lldb-sphinx-docs builder is failing

Raphael “Teemperor” Isemann via lldb-dev lldb-dev at lists.llvm.org
Tue May 11 02:58:10 PDT 2021


Hi Tom,

yes, the bot has been failing since a long time but I couldn't reach Dmitri (who is I think maintaining it).

For the record, the required dependencies for the LLDB docs are:
* Python 3 development headers (Something like python3-dev should be enough)
* SWIG (at least version 3).
* the sphinx-automodapi Python package (` pip3 install sphinx-automodapi ` should be enough)

If someone has access to the worker machine and could update it, that would be great. I don't think it's sending out build error messages to my knowledge so it's not very urgent.

Also the docs are built and published by this bot which is green: lab.llvm.org:8011/#/builders/89

Cheers,
- Raphael

> On 11 May 2021, at 07:37, Tom Stellard via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> Hi,
> 
> The lldb-sphinx-docs builder has been failing for a while: https://lab.llvm.org/buildbot/#/builders/80
> 
> I think the problem is that python is not installed on the worker, which causes the
> docs-lldb-html target to not be created.
> 
> -Tom
> 
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev



More information about the lldb-dev mailing list