Summary: | app-emulation/xen-tools-4.2.2-r1 USE="hvm qemu" - ./qemu-options.texi:1294: unknown command `list' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tomáš Mózes <hydrapolic> |
Component: | Current packages | Assignee: | Ian Delaney (RETIRED) <idella4> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | papercrane, xen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Tomáš Mózes
2013-05-16 08:35:13 UTC
Well I've been working on fixing it all day already. It seems it's not a bug but occurs on a version incompatability since it builds perfectly on my year old gentoo but fails with this in the up to date gentoo. I still think it must be new tex package that's doing it. Hello Ian, thank you for your time. I have found a patch: http://patchwork.ozlabs.org/patch/222131/ It seems to compile fine. --- xen-tools-4.2.2-r1.ebuild 2013-05-17 14:34:18.419585098 +0200 +++ xen-tools-4.2.2-r2.ebuild 2013-05-17 14:25:23.067241418 +0200 @@ -167,6 +167,7 @@ # Fix texi2html build error with new texi2html epatch "${FILESDIR}"/${PN}-4-docfix.patch + epatch "${FILESDIR}"/${PN}-4-qemu-xen-doc.patch #470048 # Fix network broadcast on bridged networks epatch "${FILESDIR}/${PN}-3.4.0-network-bridge-broadcast.patch" xen-tools-4-qemu-xen-doc.patch: --- ./xen-4.2.2/tools/qemu-xen/qemu-options.hx.orig 2013-04-06 01:39:54.000000000 +0200 +++ ./xen-4.2.2/tools/qemu-xen/qemu-options.hx 2013-05-17 14:29:05.489890967 +0200 @@ -1799,18 +1799,13 @@ devices. Syntax for specifying a sheepdog device -@table @list -``sheepdog:<vdiname>'' - -``sheepdog:<vdiname>:<snapid>'' - -``sheepdog:<vdiname>:<tag>'' - -``sheepdog:<host>:<port>:<vdiname>'' - -``sheepdog:<host>:<port>:<vdiname>:<snapid>'' - -``sheepdog:<host>:<port>:<vdiname>:<tag>'' +@table @code +@item sheepdog:<vdiname> +@item sheepdog:<vdiname>:<snapid> +@item sheepdog:<vdiname>:<tag> +@item sheepdog:<host>:<port>:<vdiname> +@item sheepdog:<host>:<port>:<vdiname>:<snapid> +@item sheepdog:<host>:<port>:<vdiname>:<tag> @end table Example that's the way to fix it. Good pick up thx Tomas. Help from supporters like this makes for a healthy xen. It was indeed a version incompatibility, texinfo 5 17 May 2013; Ian Delaney <idella4@gentoo.org> +files/xen-tools-4-qemu-xen-doc.patch, xen-tools-4.2.1-r3.ebuild, xen-tools-4.2.2-r1.ebuild: patch to fix build issue with qemu.doc.html, fixes Bug #70048 by Tomas Mozes who sourced the patch, re-add ocaml in IUSE for now *** Bug 471746 has been marked as a duplicate of this bug. *** |