
I'm trying to build GHC from commit def97b82b3c5f2787e6eea5ddb52d69b8e86fc82 (it's from Monday). This is for validation so I'm making a full build to run the test suite. When doing 'make -j2' I got en error like this: ------------------------------------------------------------------------ Build haddock.ps Build haddock.pdf This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) restricted \write18 enabled. restricted \write18 enabled. entering extended mode entering extended mode processing index /tmp/tmpi1K_Jj/haddock_tmp.idx... makeindex: Not writing to /tmp/tmpi1K_Jj/haddock_tmp.ind (openout_any = p). Can't create output index file /tmp/tmpi1K_Jj/haddock_tmp.ind. Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...] could not make index /tmp/tmpi1K_Jj/haddock_tmp.ind Error: latex compilation failed make[1]: *** [utils/haddock/doc/haddock.ps] Błąd 1 make[1]: *** Oczekiwanie na niezakończone zadania.... processing index /tmp/tmpGEJ104/haddock_tmp.idx... makeindex: Not writing to /tmp/tmpGEJ104/haddock_tmp.ind (openout_any = p). Can't create output index file /tmp/tmpGEJ104/haddock_tmp.ind. Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...] could not make index /tmp/tmpGEJ104/haddock_tmp.ind Error: pdflatex compilation failed make[1]: *** [utils/haddock/doc/haddock.pdf] Błąd 1 make: *** [all] Błąd 2 ------------------------------------------------------------------------ I tried to continue by typing 'make' and the build did resume, but at some point I ended up with the same problem (or a very similar one): ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ Now when I type 'make' I just end up with this error. This happens when compiling stage 2, but only with full build. Quick build goes fine. Is there anything I'm missing on my system? Janek