@triton
sorry for the dummy question, but how exactly do I add "--disable-docs" to the Makefile. When I edit it, it keeps getting overwritten.
Search Criteria
Package Details: xen-docs 4.19.1pre-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xen.git (read-only, click to copy) |
---|---|
Package Base: | xen |
Description: | Xen hypervisor documentation and man pages |
Upstream URL: | https://xenproject.org/ |
Keywords: | hypervisor virtualization xen |
Licenses: | GPL2 |
Submitter: | sergej |
Maintainer: | Refutationalist |
Last Packager: | Refutationalist |
Votes: | 185 |
Popularity: | 0.27 |
First Submitted: | 2009-11-09 11:22 (UTC) |
Last Updated: | 2024-09-20 00:31 (UTC) |
Dependencies (35)
- acpica (make)
- bin86AUR (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- bridge-utils (make)
- dev86AUR (make)
- fig2dev (fig2dev-gitAUR) (make)
- flex (flex-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- gnutls (gnutls-gitAUR) (make)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR) (make)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR) (make)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR) (make)
- libaio (libaio-gitAUR) (make)
- libuuid.so (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, lib32-util-linux, util-linux-libs) (make)
- libx11 (libx11-gitAUR) (make)
- lzo (make)
- ncurses (ncurses-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- Show 15 more dependencies...
Required by (1)
- xen (optional)
Sources (7)
Latest Comments
« First ‹ Previous 1 .. 72 73 74 75 76 77 78 79 80 81 82 .. 101 Next › Last »
thunderforce commented on 2013-03-01 00:34 (UTC)
tritron commented on 2013-02-26 05:16 (UTC)
Couple does this package creates /etc/xen/conf/%i.cfg ? My config files are in /etc/xen I don't see config anywere.
I also have strange error with 4.3
libxl: error: libxl_dom.c:612:libxl__build_hvm: hvm building failed
libxl: error: libxl_create.c:885:domcreate_rebuild_done: cannot (re-)build domai n: -3
libxl: error: libxl_dm.c:1238:libxl__destroy_device_model: could not find device -model's pid for dom 7
libxl: error: libxl.c:1414:libxl__destroy_domid: libxl__destroy_device_model fai led for 7
I get this does anyone knows what is causing it ?
Anty commented on 2013-02-25 19:39 (UTC)
@tritron
Hi,
Thanks, disable qemu-doc works perflectly.
Regards,
anty
tritron commented on 2013-02-25 14:49 (UTC)
Couple does this package creates /etc/xen/conf/%i.cfg ? My config files are in /etc/xen I don't see config anywere.
I also have strange error with 4.3
libxl: error: libxl_dom.c:612:libxl__build_hvm: hvm building failed
libxl: error: libxl_create.c:885:domcreate_rebuild_done: cannot (re-)build domai n: -3
libxl: error: libxl_dm.c:1238:libxl__destroy_device_model: could not find device -model's pid for dom 7
libxl: error: libxl.c:1414:libxl__destroy_domid: libxl__destroy_device_model fai led for 7
I get this does anyone knows what is causing it ?
tritron commented on 2013-02-25 14:45 (UTC)
The easiest way to work around this issue is to disable docs creation under Makefile in tools
So if we add this we can work around the issue.
--datadir=$(SHAREDIR)/qemu-xen \
--disable-kvm \
+ --disable-docs \
Anty commented on 2013-02-24 02:27 (UTC)
hi,
when compiling an error occurs :
./qemu-options.texi:1294: unknown command `list'
./qemu-options.texi:1294: table requires an argument: the formatter for @item
./qemu-options.texi:1294: warning: @table has text but no @item
make[3]: *** [qemu-doc.html] Error 1
I think this patch should solve the problem, but i'm not trying.
http://patchwork.ozlabs.org/patch/222131/
Thanks.
luolimao commented on 2013-02-17 06:45 (UTC)
That's not xen's fault; that's the fault of whatever package put those files there. However, if you were installing xen and iasl at the same time, then this error would appear, even though it has to do with iasl, not xen. Can you post the output of
yaourt -Qo /usr/bin/iasl
?
<deleted-account> commented on 2013-02-15 17:57 (UTC)
hi,
xen failure report,
(10/10) checking package integrity [##########################] 100%
(10/10) loading package files [##########################] 100%
(10/10) checking for file conflicts [##########################] 100%
error: failed to commit transaction (conflicting files)
iasl: /usr/bin/acpibin exists in filesystem
iasl: /usr/bin/acpiexec exists in filesystem
iasl: /usr/bin/acpihelp exists in filesystem
iasl: /usr/bin/acpinames exists in filesystem
iasl: /usr/bin/acpisrc exists in filesystem
iasl: /usr/bin/acpixtract exists in filesystem
iasl: /usr/bin/iasl exists in filesystem
Errors occurred, no packages were upgraded.
Installation failed.
luolimao commented on 2013-02-09 18:06 (UTC)
Updated.
revellion commented on 2013-02-04 09:15 (UTC)
@deviousway,
After googling around and sourcing some info from gentoo's bug i've managed to find the problem or atleast a workaround/solution to compiling Xen.
Just like you i have a non-english system locale. sv_SE.UTF-8 to be exact.
but by doing LANG=C makepkg
I'm able to compile it successfully. Maybe the maintainer of this PKGBUILD should add LANG=C to the package() part that initiates the build to avoid this problem.
The big problem however seems to reside in python2 which pukes on non-english locales. But python2 afaik is not maintained anymore with python3 being the replacement, so might be hard to get it fixed.
Pinned Comments
Refutationalist commented on 2024-12-06 01:37 (UTC)
Please Note: Per best-practices by upstream this package follows the git stable branch. Minor releases do not require a version bump and the PKGBUILD will provide the appropriate version number.
stubdom is still broken.