Freescale / Documentation

This project hosts the documentation of Freescale Community BSP and related repositories
http://freescale.github.io
Creative Commons Attribution Share Alike 4.0 International
25 stars 18 forks source link

install fails #22

Closed interfaith closed 8 years ago

interfaith commented 8 years ago

some python modules needed ?

/Documentation/user-guide$ make latexpdf sphinx-build -b latex -d build/doctrees source build/latex Error: The babel.messages.pofile module cannot be found. Did you install Sphinx and its dependencies correctly? Makefile:106: recipe for target 'latexpdf' failed make: *\ [latexpdf] Error 1

angolini commented 8 years ago

Let me test it over here

otavio commented 8 years ago

@ldnunes please take a look at this issue; @angolini reproduced the issue and seems we are lacking a dependency or so.

@angolini which OS did you use to reproduce it?

angolini commented 8 years ago

@otavio Ubuntu 15.10

~/Documentation/release-notes$ sphinx-build 
Error: The babel.messages.pofile module cannot be found. Did you install Sphinx and its dependencies correctly?
ldnunes commented 8 years ago

@interfaith, @angolini, I tried installing with the README instructions on Ubuntu 15.10 in a virtual machine and it indeed failed. But I managed to make it work by installing the following libraries and Python packages:

sudo apt-get install libfreetype6-dev libjpeg8-dev python-dev python-pip python-sphinx texlive-fonts-recommended texlive-latex-extra zlib1g-dev
sudo pip install reportlab sphinxcontrib-blockdiag

@otavio, @angolini I've sent a patch to the meta-freescale list updating the README instructions.

ldnunes commented 8 years ago

@interfaith, I'll close the issue. If you are still having problems after trying those commands feel free to re-open it.