Issue #564

0 up
0 down
Closed
softwarepublico/softwarepublico#564
Created by Joenio Costa (Edited )

Erro ao convergir receitas da reverseproxy

Não encontra o comando sphinx-build, ver trace completo abaixo:

reverseproxy: Installed:
reverseproxy: chef.x86_64 0:12.5.1-1.el7             rsync.x86_64 0:3.0.9-15.el7
reverseproxy: 
reverseproxy: Complete!
mkdir -p tmp/chake.local
make -C docs/ html
make: Entering directory '/home/joenio/src/spb/softwarepublico/docs'
false)
mkdir -p _build/local
ruby -p build.rb firewall.rst.in > _build/local/firewall.rst || (rm -f _build/local/firewall.rst; false)
mkdir -p _build/local
ruby -p build.rb conf.py.in > _build/local/conf.py || (rm -f _build/local/conf.py; false)
../Makefile:12: *** The 'sphinx-build' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the 'sphinx-build' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/.  Pare.
make[1]: Leaving directory '/home/joenio/src/spb/softwarepublico/docs/_build/local'
Makefile:33: recipe for target 'html' failed
make: *** [html] Error 2
make: Leaving directory '/home/joenio/src/spb/softwarepublico/docs'
rake aborted!
Command failed with status (2): [make -C docs/ html...]
tasks/doc.rake:3:in `block in <top (required)>'
Tasks: TOP => converge => converge:reverseproxy => upload:reverseproxy => doc

Este problema é na rake doc, a solução é instalar o pacote python-sphinx.noarch localmente:

yum install python-sphinx.noarch
Assignee: None
Milestone: None
4 participants