http://buildbot.wireshark.org/trunk/builders/Clang%20Code%20Analysis/builds/2911/steps/check-abi/logs/stdio
I took a quick look at the recent check-abi buildbot failure, which
appears to be manpage related:
wireshark.pod around line 3525: Non-ASCII character seen before
=encoding in 'KovE<aacute>ř'. Assuming UTF-8
POD document had syntax errors at /usr/bin/pod2man line 71.
Which is curious, because wireshark.pod.template *does* have an
=encoding line...
Also of note is that we appear to be passing --title="The Wireshark
Network Analyzer 1.8.2" to the generator on trunk, which is just
wrong.
Anybody know what's going on?
Evan