The log shows: | LaTeX Warning: There were undefined references. | | LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
As warnings, they could be innocuous (although the 1st one remains even if we force the latex runs, and probably should not be there anyway), but there loads of other strange things starting with: | ! Missing number, treated as zero. | <to be read again> | \relax | l.104 \begin{center} | % | A number should have been here; I inserted `0'. | (If you can't figure out why I needed to see a number, | look up `weird error' in the index to The TeXbook.) ... and latex inserts lots of "Ocm" and similar texts as printable in the pdf, the first of which seems to occur within the "\begin{center}" expansion in refman.tex: | %===== C O N T E N T S ===== | | \begin{document} | | % Titlepage & ToC | \pagenumbering{roman} | \begin{titlepage} | \vspace*{7cm} | \begin{center}% | {\Large F\-T\-G\-L \\[1ex]\large 2.\-1.\-3$\sim$rc5 }\\ In fact the problem seems to stem with a strange processing done on doxygen output before feeding it to latex: mv latex/refman.tex latex/ftgl.tex sed 's/setlength{/renewcommand{/' latex/ftgl.tex > latex/refman.tex Getting rid of those lines allows the build to proceed, but that requires autoreconfiguration. Will push a fix to svn if I can get something clean. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org