Trying to rebuild scute 1.7 using the Debian packaging, I ran across a few issues. I could fix them locally but for the sake of users I think it's prudent to adjust the sources.
- Error message when making all in doc/
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' `test -f 'firefox-cm.png' || echo './'`firefox-cm.png firefox-cm.eps `test -f 'firefox-cm-view-detail.png' || echo './'`firefox-cm-view-detail.png firefox-cm-view-detail.eps `test -f 'firefox-cm-view.png' || echo './'`firefox-cm-view.png firefox-cm-view.eps `test -f 'firefox-dm-load-after.png' || echo './'`firefox-dm-load-after.png firefox-dm-load-after.eps /bin/bash: firefox-cm.png: command not found
Root cause: $(CONVERT) is empty.
Suggested fix: Abort ./configure if no convert program could be found.
- Another error message when making all in doc/
(Lost the log, it's about the program yat2m not being found.)
Suggested fix: Probe for that program in ./configure.
Note: That problem might be specific to Debian, in that case of course no action required upstream.