|
[Rivet] problem building rivet 2.0Alvaro Fernandez Casani Alvaro.Fernandez at ific.uv.esFri Dec 13 12:24:04 GMT 2013
Hi, While building and installing Rivet2.0 on SLC 6.5, got a problem in doc building, and so installation fails [1] Package is the OS one: texlive-latex-2007-57.el6_2.x86_64 cheers, Alvaro [1] Installation fails: make[2]: se ingresa al directorio `/home/devel/Rivet-2.0.0/doc' make[2]: No se hace nada para `install-exec-am'. pdflatex --interaction=batchmode rivet-manual.tex; true This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode egrep "^[^%]*\\makeindex" rivet-manual.tex && (makeindex rivet-manual && cp rivet-manual.toc rivet-manual.toc.bak && pdflatex --interaction=batchmode rivet-manual.tex) > /dev/null; true egrep -c "No file.*\.bbl|Citation.*undefined" rivet-manual.log && (bibtex rivet-manual && cp rivet-manual.toc rivet-manual.toc.bak && pdflatex --interaction=batchmode rivet-manual.tex); true 169 This is BibTeX, Version 0.99c (Web2C 7.5.6) The top-level auxiliary file: rivet-manual.aux I found no \bibdata command---while reading file rivet-manual.aux I found no \bibstyle command---while reading file rivet-manual.aux (There were 2 error messages) for i in `seq 5`; do if egrep "(There were undefined references|Rerun to get (cross-references|the bars) right)" rivet-manual.log; then echo "LaTeX re-run "; cp rivet-manual.toc rivet-manual.toc.bak; pdflatex --interaction=batchmode rivet-manual.tex; else break; fi; done; true if cmp -s rivet-manual.toc rivet-manual.toc.bak; then true; else pdflatex --interaction=batchmode rivet-manual.tex; true; fi This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode rm -f rivet-manual.toc.bak; true /bin/mkdir -p '/lustre/ific.uv.es/sw/ific/sw/MCGenerators/1.0/rivet/2.0.0/x86_64-slc6-gcc44/share/Rivet' /usr/bin/install -c -m 644 analyses.html ./rivet-manual.pdf '/lustre/ific.uv.es/sw/ific/sw/MCGenerators/1.0/rivet/2.0.0/x86_64-slc6-gcc44/share/Rivet' /usr/bin/install: no se puede efectuar `stat' sobre «./rivet-manual.pdf»: No existe el fichero o el directorio make[2]: *** [install-pkgdataDATA] Error 1 make[2]: se sale del directorio `/home/devel/Rivet-2.0.0/doc' make[1]: *** [install-am] Error 2 make[1]: se sale del directorio `/home/devel/Rivet-2.0.0/doc' make: *** [install-recursive] Error 1
More information about the Rivet mailing list |