Build error when doing full build
Ian Lynagh
ian at well-typed.com
Wed Jan 16 18:56:06 CET 2013
On Wed, Jan 16, 2013 at 09:56:12AM +0100, Jan Stolarek wrote:
>
> XSLT stylesheets DocBook - LaTeX 2e (0.2.7)
> ===================================================
> Pixel unit not handled (replaced by pt)
> Pixel unit not handled (replaced by pt)
> Found eps for 'prof_scc'
> Missing character Λ
> Build users_guide.ps
> This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
> restricted \write18 enabled.
> entering extended mode
> processing index /tmp/tmp_1vN_S/users_guide_tmp.idx...
>
> makeindex: Not writing to /tmp/tmp_1vN_S/users_guide_tmp.ind (openout_any = p).
> Can't create output index file /tmp/tmp_1vN_S/users_guide_tmp.ind.
> Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
> could not make index /tmp/tmp_1vN_S/users_guide_tmp.ind
> Error: latex compilation failed
> make[1]: *** [docs/users_guide/users_guide.ps] Błąd 1
> make: *** [all] Błąd 2
I assume you can reproduce this by running
"/usr/bin/dblatex" -P 'filename.as.url=0' docs/users_guide/users_guide.xml --ps -o docs/users_guide/users_guide.ps
It looks like your dblatex is telling tex to write under /tmp, but tex
doesn't think that it is allowed to write there. FWIW, I get:
[...]
entering extended mode
processing index /tmp/tmpLmFBxm/users_guide.idx...
This is makeindex, version 2.15 [TeX Live 2009] (kpathsea + Thai support).
Scanning style file /usr/share/dblatex/latex/scripts/doc.ist....done (4 attributes redefined, 0 ignored).
Scanning input file /tmp/tmpLmFBxm/users_guide.idx....done (848 entries accepted, 12 rejected).
Sorting entries..........done (9055 comparisons).
Generating output file /tmp/tmpLmFBxm/users_guide.ind....done (960 lines written, 0 warnings).
[...]
Thanks
Ian
More information about the ghc-devs
mailing list