cmake docs target corrupts others (html_docs inclusively) (Bug #2294)
Description
docs target (pdf manuals compilation) corrupts other targets. Possible TeX influence.
How to reproduce:
git clone git://code.opencv.org/opencv.git
mkdir build
cd build
cmake -DBUILD_DOCS=ON ../opencv
make -C doc docs # OK
make -C doc html_docs # all targets are corrupted on this step
Associated revisions
Merge pull request #2294 from jet47:fix-gpu-issues
History
Updated by Oleg Sklyarov over 12 years ago
Vadim, please reassign to appropriate person.
- Assignee changed from Oleg Sklyarov to Vadim Pisarevsky
Updated by Andrey Kamaev over 12 years ago
- Target version changed from 2.4.3 to 3.0
Updated by Steven Puttemans over 10 years ago
As you can see below
I succeeded in building the latest 3.0 html docs without any error.
Can you start from a clean pull of master and contrib repo?
The first part of generating the pdf part fails however on the tex to pdf part.
Reopen if you don't succeed in fixing this.
- HW Platform set to x64
- Operating System set to Linux
- Affected version set to branch 'master' (3.0-dev)
- Assignee changed from Vadim Pisarevsky to Oleg Sklyarov
- Status changed from Open to Incomplete
Updated by Steven Puttemans over 10 years ago
And after updating my latex package using
sudo apt-get install texlive-full
also the pdf documentation went fine.
I will close this one down, since it isn't a bug, rather a misconfiguration at your system I am guessing.
- Status changed from Incomplete to Cancelled