From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] ioemu: build fixes for netbsd packaging Date: Tue, 24 May 2011 11:31:15 +0100 Message-ID: References: <4DDB84DE.9080508@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4DDB84DE.9080508@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , xen-devel@lists.xensource.com, Ian Campbell , Ian Jackson List-Id: xen-devel@lists.xenproject.org On 24/05/2011 11:13, "Christoph Egger" wrote: > > Ian Campbell: There is no response from Ian Jackson at all. > Can you commit it before Xen 4.1.1 release, please? Thanks. Doesn't it belong in xen-unstable first? -- Keir > Christoph > > > On 04/15/11 14:00, Christoph Egger wrote: >> >> Hi, >> >> While I was about to package Xen 4.1.0 for NetBSD, I run over some build >> issues which the attached patch fixes. >> >> NetBSD's pkgsrc installs the packages to /usr/pkg by default. >> So the patch fixes: >> - Installation of qemu-dm into non-default directory >> - Run perl scripts where perl binary is not under /usr/bin/ >> - Fix compatibility with texi2html-5.0 [1] >> >> Please apply this also to Xen-4.1-testing. >> >> Signed-off-by: Christoph Egger >> >> >> [1] The error message is this: >> Option number is ambiguous (number-footnotes, number-sections) >> Try `texi2html --help' for more information. >> gmake[2]: *** [qemu-tech.html] Error 2 >> >> >