Follow-up: RTEMS Project Documentation repository available.

Gene Smith gds at chartertn.net
Fri Sep 9 22:31:05 UTC 2016


On 09/09/2016 02:24 AM, Gene Smith wrote:

> However, I get the same crash error as before if I do
> $ waf --pdf
>

In rtems-docs/common/py.waf: doc_pdf(),changed ctx.path.abspath(), to 
ctx.path, that got rid of the previous crash on "waf --pdf"

Installed fedora package texlive-xetex-bin to provide xelatex.
Installed fedora package texlive-glossaries-bin to provide makeglossaries.
Installed fedora package npm to install inliner:
sudo npm install -g inliner

But even with these installed and waf configure saying all programs are 
present, I see this crash:

[gene at hplt eclipse]$ waf --pdf
Waf: Entering directory `/home/gene/rtems/rtems-docs/eclipse/build'
[2/2] Compiling build/latex/eclipse.tex
first pass on pdflatex
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) 
(preloaded format=pdflatex)
  \write18 enabled.
entering extended mode
Waf: Leaving directory `/home/gene/rtems/rtems-docs/eclipse/build'
Build failed
Traceback (most recent call last):
   File 
"/home/gene/bin/.waf-1.9.3-81a83addbb9dd6b696b76d32d6fa8a8e/waflib/Task.py", 
line 138, in process
     ret=self.run()
   File 
"/home/gene/bin/.waf-1.9.3-81a83addbb9dd6b696b76d32d6fa8a8e/waflib/Tools/tex.py", 
line 194, in run
     self.call_latex()
   File 
"/home/gene/bin/.waf-1.9.3-81a83addbb9dd6b696b76d32d6fa8a8e/waflib/Tools/tex.py", 
line 224, in call_latex
     self.check_status('error when calling latex',self.texfun())
   File 
"/home/gene/bin/.waf-1.9.3-81a83addbb9dd6b696b76d32d6fa8a8e/waflib/Tools/tex.py", 
line 115, in check_status
     raise Errors.WafError('%r command exit status %r'%(msg,retcode))
WafError: 'error when calling latex' command exit status 1

I tried reverting to older waf (1.8.10) that I still had and see the 
same error.

-gene






More information about the users mailing list