+ make -C docs SPHINXBUILD=/usr/bin/sphinx-build-3 html make: Entering directory '/builddir/build/BUILD/python-x2go-0.6.1.4-build/python-x2go-0.6.1.4/docs' /usr/bin/sphinx-build-3 -b html -d build/doctrees source build/html Running Sphinx v7.2.6 Configuration error: There is a programmable error in your configuration file: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/sphinx/config.py", line 358, in eval_config_file exec(code, namespace) # NoQA: S102 ~~~~^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-x2go-0.6.1.4-build/python-x2go-0.6.1.4/docs/source/conf.py", line 22, in <module> import x2go File "/builddir/build/BUILD/python-x2go-0.6.1.4-build/python-x2go-0.6.1.4/x2go/__init__.py", line 42, in <module> monkey.patch_all() ~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/site-packages/gevent/monkey.py", line 1219, in patch_all patch_thread(Event=Event, _warnings=_warnings) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/site-packages/gevent/monkey.py", line 187, in ignores return func(*args, **kwargs) File "/usr/lib64/python3.13/site-packages/gevent/monkey.py", line 826, in patch_thread main_thread.__real_tstate_lock = main_thread._tstate_lock ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: '_MainThread' object has no attribute '_tstate_lock' make: *** [Makefile:53: html] Error 2 make: Leaving directory '/builddir/build/BUILD/python-x2go-0.6.1.4-build/python-x2go-0.6.1.4/docs' Reproducible: Always
*** This bug has been marked as a duplicate of bug 2301218 ***