Make is quitting with errors.

I'm still trying to troubleshoot this. Must be a missing package on my system, but the configure script seems to be not noticing.

At git rev b524a58

Install Geany in                   : /usr/local
Compiling Git revision             : b524a58e
Using GTK version                  : 3.24.5
Enable binary relocation           : no
Build with plugin support          : yes
Use (UNIX domain) socket support   : yes
Use virtual terminal support (VTE) : yes
Build HTML documentation           : yes
Build PDF documentation            : no
Build API documentation            : yes
Generate GtkDoc header             : no

Configuration is done OK.

config.log

Making all in po
make[2]: Entering directory '/home/andy/src/Geany/geany/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/andy/src/Geany/geany/po'
Making all in doc
make[2]: Entering directory '/home/andy/src/Geany/geany/doc'
  GEN      geany.html
  GEN      hacking.html
  GEN      Doxyfile.stamp
Traceback (most recent call last):
  File "/usr/bin/rst2html", line 17, in <module>
    from docutils.core import publish_cmdline, default_description
[config.log](https://github.com/geany/geany/files/6588376/config.log)
Traceback (most recent call last):
  File "/usr/bin/rst2html", line 17, in <module>
    from docutils.core import publish_cmdline, default_description
ModuleNotFoundError: No module named 'docutils'
make[2]: *** [Makefile:832: geany.html] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:835: hacking.html] Error 1
make[2]: Leaving directory '/home/andy/src/Geany/geany/doc'
make[1]: *** [Makefile:599: all-recursive] Error 1
make[1]: Leaving directory '/home/andy/src/Geany/geany'
make: *** [Makefile:483: all] Error 2


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.