https://bugzilla.redhat.com/show_bug.cgi?id=1752139
--- Comment #4 from J. Scheurich mufti11@web.de --- BTW, there are warnings while using
$ rpmbuild -ba ucblogo.spec ... n make-comint: comint-logo.el:642:26:Warning: Use `with-current-buffer' rather than save-excursion+set-buffer
In comint-exec: comint-logo.el:659:51:Warning: Use `with-current-buffer' rather than save-excursion+set-buffer ... ... dvipdf usermanual.dvi for d akehelp.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int] 9 | main() { | ^~~~ makehelp.c: In function 'main': makehelp.c:20:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 20 | exit(1); | ^~~~ makehelp.c:20:2: warning: incompatible implicit declaration of built-in function 'exit' makehelp.c:3:1: note: include '<stdlib.h>' or provide a declaration of 'exit' 2 | #include <ctype.h> +++ |+#include <stdlib.h> 3 | ... in html; do [ -d $d ] || mkdir -p $d || exit 1; done texi2html --expand tex --split chapter --no-iftex usermanual.texi Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([^\s{}@]+)({ <-- HERE })?\s*/ at /usr/bin/texi2html line 33105. usermanual.texi:9: Unknown command `vsize' usermanual.texi:10: Unknown command `parskip' usermanual.texi:11: Unknown command `parindent'