"Daniel P. Berrange" <berra...@redhat.com> writes: > On Fri, Jan 20, 2017 at 04:46:05PM +0100, Markus Armbruster wrote: >> Peter Maydell <peter.mayd...@linaro.org> writes: >> >> > On 17 January 2017 at 16:43, Peter Maydell <peter.mayd...@linaro.org> >> > wrote: >> >> In any case, applied this pullreq to master. >> > >> > Although it works fine on my OSX box (with warnings) it seems >> > to have broken the Travis OSX builds: >> > https://travis-ci.org/qemu/qemu/jobs/192750574 >> > >> > GEN qemu-options.texi >> > GEN qemu-monitor.texi >> > GEN qemu-img-cmds.texi >> > GEN qemu-monitor-info.texi >> > GEN qemu-doc.txt >> > qemu-doc.texi:7: warning: unrecognized encoding name `UTF-8'. >> > GEN qemu-img.1 >> > /Users/travis/build/qemu/qemu//qemu-options.texi:60: warning: unlikely >> > character [ in @var. >> > /Users/travis/build/qemu/qemu//qemu-options.texi:60: warning: unlikely >> > character ] in @var. >> > /Users/travis/build/qemu/qemu//qemu-options.texi:61: warning: unlikely >> > character [ in @var. >> > /Users/travis/build/qemu/qemu//qemu-options.texi:61: warning: unlikely >> > character ] in @var. >> > /Users/travis/build/qemu/qemu//qemu-options.texi:630: No matching `@end >> > table'. >> > /Users/travis/build/qemu/qemu//qemu-doc.texi:1419: Cross reference to >> > nonexistent node `bt-hcis' (perhaps incorrect sectioning?). >> > makeinfo: Removing output file `qemu-doc.txt' due to errors; use >> > --force to preserve. >> > make: *** [qemu-doc.txt] Error 1 >> >> @table and @end table are nested correctly in my generated >> qemu-options.texi, and @anchor{bt-hcis} is present. Can you grab the >> offending qemu-options.texi for me? > > I hacked the travis.yml to add "|| cat qemu-options.texi" after the > build fails. The output is here: > > https://travis-ci.org/berrange/qemu/jobs/194471961
I fetched your branch (it's much more than just current master + the hack), and my local build generates the exact same qemu-options.texi, modulo line endings (I think; diff -w comes up empty).