Package Details: xen-stubdom 4.20.0-2

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.069676
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2025-03-13 08:19 (UTC)

Dependencies (42)

Required by (3)

Sources (13)

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:

  • stubdom is fixed by disabling the vtmp and vtpmmgr components. This gets rid of a few source files and our remaining patches.
  • Debug files are only removed if the debug option is not set in makepkg.cfg (or the PKGBUILD itself)
  • pygrub has been removed
  • optdepends are adjusted for the upcoming xen-grub split package for the various Xen flavored builds.

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

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 41 42 43 44 .. 101 Next › Last »

cptG commented on 2015-05-27 10:27 (UTC)

The patch touching seabios-dir-remote can not be applied from within PKGBUILD since that dir does not exist before make is being called. There should be a patch changing ./tools/firmware/Makefile to apply the patch I think. I just went ahead and patched manually and did "makepkg -ei", still waiting for the build to finish though...

kantras commented on 2015-05-26 04:23 (UTC)

It will be once I've finished testing this, and any other changes that I might want to bring in for the next version

jackb commented on 2015-05-26 04:20 (UTC)

Thank you so much! I built it successfully. I'm assuming the AUR package will be updated? Is there a repo attached to this AUR?

maximevince commented on 2015-05-25 10:31 (UTC)

Yeah, I noticed. Now it finally builds. Needed these patches as well: http://pastebin.com/19tb2esC http://pastebin.com/WwxugrRi http://pastebin.com/7742EHd1 http://pastebin.com/aNWdhEH0

jackb commented on 2015-05-24 23:31 (UTC)

(sorry, I should have added that I tried the 4.4 AUR package to see if that solved any issues; it didn't. I'm getting the same error in both packages.)

jackb commented on 2015-05-24 23:30 (UTC)

Thanks @djvinz. That successfully resolved the array-bounds issue, but I'm now encountering another: builds/xen-4.4/src/xen-4.4.2/tools/firmware/seabios-dir-remote/src/kbd.c:117: undefined reference to `usb_kbd_command' out/code16.o: In function `mouse_command': builds/xen-4.4/src/xen-4.4.2/tools/firmware/seabios-dir-remote/src/mouse.c:28: undefined reference to `usb_mouse_command' Makefile:158: recipe for target 'out/rom16.o' failed make[6]: *** [out/rom16.o] Error 1 Any ideas what's up with that? I'm new to xen, and new-ish to Arch, so I apologize if I'm wasting your time, but I don't understand how everyone's managing to get this stuff going without issues. Lots of searches have yielded me nothing.

maximevince commented on 2015-05-24 16:58 (UTC)

Since gcc5.x you'll need this patch: http://pastebin.com/Z5BnzFwc

jackb commented on 2015-05-24 07:12 (UTC)

Hey all. I'm having problems running makepkg. I'm getting an error about 'array subscript is above array bounds [-Werror=array-bounds]'. It's being caused by a macro, 'symbols_address'. Is anyone else having this problem? This is on a fresh install; nothing out of the ordinary.

ArthurBorsboom commented on 2015-05-19 09:02 (UTC)

xen-4.2.0 ?