rtems-docs : Build failure
Chris Johns
chrisj at rtems.org
Mon Nov 12 05:56:01 UTC 2018
On 12/11/2018 16:50, Vijay Kumar Banerjee wrote:
> I'm getting a waf failure, trying to build the documentation with Fedora 28.
> pdfTex version --> pdfTeX 3.14159265-2.6-1.40.19 (TeX Live 2018)
>
> I'm pasting the error below.
I cannot tell which manual the build is failing. Can you see which manual?
> =======================
> Build failed
> Traceback (most recent call last):
> File
> "/home/lunatic/development/rtems/docs/rtems-docs/.waf-1.9.7-d27222240ebc8bcbca7fcd8f4ae914fb/waflib/Task.py",
> line 145, in process
> ret=self.run()
> File
> "/home/lunatic/development/rtems/docs/rtems-docs/.waf-1.9.7-d27222240ebc8bcbca7fcd8f4ae914fb/waflib/Tools/tex.py",
> line 216, in run
> self.call_latex()
> File
> "/home/lunatic/development/rtems/docs/rtems-docs/.waf-1.9.7-d27222240ebc8bcbca7fcd8f4ae914fb/waflib/Tools/tex.py",
> line 231, in call_latex
> self.check_status('error when calling latex',self.texfun())
> File
> "/home/lunatic/development/rtems/docs/rtems-docs/.waf-1.9.7-d27222240ebc8bcbca7fcd8f4ae914fb/waflib/Tools/tex.py",
> line 116, in check_status
> raise Errors.WafError('%r command exit status %r'%(msg,retcode))
> WafError: 'error when calling latex' command exit status 1
Is latex installed? Try:
$ type latex
If this is OK there will be a latex log file in the manual's build directory,
for example for the User manual it is build/user/latex/user.log and the actual
error should be in it.
Chris
More information about the devel
mailing list