From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVy2R-0006Cm-Ec for qemu-devel@nongnu.org; Tue, 24 Jan 2017 05:09:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVy2O-0001S9-5u for qemu-devel@nongnu.org; Tue, 24 Jan 2017 05:09:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55396) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVy2N-0001Rv-Ts for qemu-devel@nongnu.org; Tue, 24 Jan 2017 05:09:16 -0500 From: Markus Armbruster References: <1484559200-2301-1-git-send-email-armbru@redhat.com> <87pojmjdep.fsf@dusky.pond.sub.org> <87h94x99e4.fsf@dusky.pond.sub.org> <874m0x7ra2.fsf@dusky.pond.sub.org> <878tq93guz.fsf@dusky.pond.sub.org> <87mvegu6m4.fsf@dusky.pond.sub.org> Date: Tue, 24 Jan 2017 11:09:13 +0100 In-Reply-To: <87mvegu6m4.fsf@dusky.pond.sub.org> (Markus Armbruster's message of "Tue, 24 Jan 2017 10:53:07 +0100") Message-ID: <87fuk8hira.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL v2 000/180] QAPI patches for 2017-01-16 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , QEMU Developers , Alex =?utf-8?Q?Benn=C3=A9e?= , Paolo Bonzini Markus Armbruster writes: > Peter Maydell writes: > >> On 17 January 2017 at 16:43, Peter Maydell 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 > > Are you *sure* this series causes the failure? > > I generated qemu-options.texi for every merge commit since v2.8.0, and > the only one that changes it is commit 598cf1c "Merge remote-tracking > branch 'remotes/bonzini/tags/for-upstream' into staging". I then > examined the commits in that merge, and the ones that affect > qemu-options.texi are: > > * commit 43f187a hxtool: emit Texinfo headings as @subsection > * commit b0cb0a6 Plumb the HAXM-based hardware acceleration support > > Could you kick off Travis builds to confirm or deny these commits cause > the OS X trouble? Different tack: perhaps it's the way we run makeinfo. Commits touching that: * commit 56e8bdd build-sys: add qapi doc generation targets * commit f8bab10 build-sys: add txt documentation rules * commit e9ee06b build-sys: use --no-split for info Travis builds, please? Of course, if you got a Mac outside Travis that also fails, trying there would be quicker.