@luolimao
many thanks!
I was able to install the new package version
now, on to setting up Xorg
Search Criteria
Package Details: xen-stubdom 4.20.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/xen.git (read-only, click to copy) |
---|---|
Package Base: | xen |
Description: | Xen hypervisor stubdom files |
Upstream URL: | https://xenproject.org/ |
Keywords: | hypervisor virtualization xen |
Licenses: | GPL2 |
Submitter: | sergej |
Maintainer: | Refutationalist |
Last Packager: | Refutationalist |
Votes: | 184 |
Popularity: | 0.056910 |
First Submitted: | 2009-11-09 11:22 (UTC) |
Last Updated: | 2025-03-13 08:19 (UTC) |
Dependencies (42)
- xenAUR
- acpica (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- bridge-utils (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) (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)
- pandoc (pandoc-sile-gitAUR, pandoc-static-gitAUR, pandoc-binAUR, pandoc-cli) (make)
- Show 22 more dependencies...
Required by (3)
- xen (optional)
- xen-docs (optional)
- xen-stubdom (optional)
Sources (13)
- efi-xen.cfg
- git+https://xenbits.xen.org/git-http/xen.git#branch=stable-4.20
- http://xenbits.xen.org/xen-extfiles/grub-0.97.tar.gz
- http://xenbits.xen.org/xen-extfiles/lwip-1.3.0.tar.gz
- http://xenbits.xen.org/xen-extfiles/newlib-1.16.0.tar.gz
- http://xenbits.xen.org/xen-extfiles/pciutils-2.2.9.tar.bz2
- http://xenbits.xen.org/xen-extfiles/polarssl-1.1.4-gpl.tgz
- http://xenbits.xen.org/xen-extfiles/zlib-1.2.3.tar.gz
- tmpfiles.conf
- xen-amd-ucode.hook
- xen-intel-ucode.hook
- xen-ucode-extract.sh
- xen.conf
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 18:16 (UTC)
luolimao commented on 2013-03-01 05:47 (UTC)
I'll check out the patch that @Anty posted earlier and see if that actually fixes it, but I'm just disabling the qemu docs in the meantime.
luolimao commented on 2013-03-01 05:34 (UTC)
@tritron thanks for the tip
@thunderforce I'm adding it to the PKGBUILD and I'll upload as soon as I test it out.
thunderforce commented on 2013-03-01 00:34 (UTC)
@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.
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.
Pinned Comments
Refutationalist commented on 2025-03-12 12:06 (UTC) (edited on 2025-03-13 08:23 (UTC) by Refutationalist)
We've moved to the newly-stable 4.20.0 branch. There are also other changes:
If you're still using pygrub note that it is deprecated. The solution is to build PV grub instead, which used to be in AUR but is now missing. I am asking a couple questions on the mailing list, and I intend to put my current build of xen-grub (which supersedes xen-pvhgrub) on AUR as soon as possible. If you need to build it before that occurs, you can find it in my PKGBUILD repo.
EDIT: 4.20.0-2 adds support for the xen-edk2 package, which has a fixed UEFI for xen