Package Base Details: xen

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Keywords: hypervisor virtualization xen
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 185
Popularity: 0.43
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-01-19 23:00 (UTC)

Latest Comments

« First ‹ Previous 1 .. 72 73 74 75 76 77 78 79 80 81 82 .. 101 Next › Last »

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.

fernando_ccs17 commented on 2013-01-25 20:28 (UTC)

Me too. I need manually create the folder

luolimao commented on 2013-01-12 22:58 (UTC)

I thought the var-lib-xenstored.mount was supposed to fix this issue...? Or does this issue still occur for anyone else?

zootboy commented on 2013-01-12 22:00 (UTC)

It seems that, at least on my system, the package does not create the /var/lib/xen folder. This causes some nasty errors (a la https://bugs.launchpad.net/ubuntu/+source/xen/+bug/949974). Simply creating the empty directory fixes the issue, though. sudo mkdir /var/lib/xen

luolimao commented on 2013-01-11 11:52 (UTC)

Sorry, forgot to post the new patch. Anyway, fixed.