Control: reassign -1 doxygen 1.9.4-1 Control: reassign 1015865 doxygen 1.9.4-1 Control: forcemerge -1 1015865 Control: retitle -1 doxygen creates broken Makefiles Control: affects -1 src:gr-radar src:log4c Control: forwarded -1 https://github.com/doxygen/doxygen/pull/9475
On Fri, Jul 22, 2022 at 06:14:48PM +0200, Paolo Greppi wrote: >... > The errors were: > > Output written on refman.dvi (479 pages, 4549236 bytes). > Transcript written on refman.log. > latex_count=%(LATEX_COUNT) ; \ > while egrep -s 'Rerun (LaTeX|to get cross-references right|to get > bibliographical references right)' refman.log && [ $latex_count -gt 0 ] ;\ > do \ > echo "Rerunning latex...." ;\ > latex refman.tex ; \ > latex_count=`expr $latex_count - 1` ;\ > done > /bin/sh: 1: Syntax error: "(" unexpected > make[4]: *** [Makefile:30: refman.dvi] Error 2 > > The errors do not occur with the current version of doxygen (1.9.1). I > attach the build logs. This is a bug in doxygen, see the pull request above. > Paolo cu Adrian