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)

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 .. 47 48 49 50 51 52 53 54 55 56 57 .. 101 Next › Last »

trixpan commented on 2014-07-08 13:06 (UTC)

Kantras, Thanks for the update. Working like a charm. Any chances of adding Spice support to the PKG? Cheers

fatal-error commented on 2014-07-06 07:28 (UTC)

Errors when building @kantras: make[2]: Leaving directory '/[...]/AUR/xen/src/xen-4.4.0/xen' make[1]: Leaving directory '/[...]/AUR/xen/src/xen-4.4.0/xen' fatal: unable to connect to xenbits.xen.org: xenbits.xen.org[0: 50.57.170.242]: errno=Connection timed out Makefile:25: recipe for target 'seabios-dir' failed make[3]: *** [seabios-dir] Error 128 make[3]: Leaving directory '/[...]/AUR/xen/src/xen-4.4.0/tools/firmware' /[...]/AUR/xen/src/xen-4.4.0/tools/../tools/Rules.mk:105: recipe for target 'subdir-install-firmware' failed make[2]: *** [subdir-install-firmware] Error 2 make[2]: Leaving directory '/[...]/AUR/xen/src/xen-4.4.0/tools' /[...]/AUR/xen/src/xen-4.4.0/tools/../tools/Rules.mk:100: recipe for target 'subdirs-install' failed make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory '/[...]/AUR/xen/src/xen-4.4.0/tools' Makefile:96: recipe for target 'install-tools' failed make: *** [install-tools] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

tritron commented on 2014-07-02 15:01 (UTC)

Did anyone compile efi xen and set EFI VENDOR ?

isiachi commented on 2014-07-02 14:59 (UTC)

Hello! If you try to create an HVM guest with usb=1 you get this message: libxl: error: libxl_dm.c:1371:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3) libxl: error: libxl_create.c:1186:domcreate_devmodel_started: device model did not start: -3 libxl: error: libxl_dm.c:1475:kill_device_model: Device Model already exited I solved installing usbredir. It's not a dependecy but an optional one for sure!

kantras commented on 2014-06-20 16:21 (UTC)

Uploading an update - key changes are the addition of two security patches and some initial work to clean up the PKGBUILD and the compiling process.

kantras commented on 2014-06-18 00:15 (UTC)

@ironicbadger: unfortunately I've not been able to reproduce this error yet - can you try building it again, capturing all output to a file, then send me a copy of that file, please? "makepkg >& build.log" should work if you're using a bash shell. Also, have you made any other changes to the PKGBUILD file? Added any other patches? are you up to date with all recent package updates? I will be uploading a new package sometime soon, but its only cleanup of the PKGBUILD and one of the patches at this point

ironicbadger commented on 2014-06-17 10:41 (UTC)

Having some errors when building @kantras. Makefile:74: recipe for target 'newlib-1.16.0' failed make[1]: *** [newlib-1.16.0] Error 1 make[1]: Leaving directory '/root/xen/src/xen-4.4.0/stubdom' Makefile:104: recipe for target 'install-stubdom' failed make: *** [install-stubdom] Error 2 ==> ERROR: A failure occurred in package(). Aborting...

kantras commented on 2014-06-14 20:35 (UTC)

@atondwal: I just tried rebuilding the package on my build machine and am unable to reproduce the issue you saw. Have you made any other changes to the source (such as adding additional patches)? Have you tried rebuilding from scratch (make sure to delete the src and pkg directories from where you are building the PKGBUILD file)? I'll continue to try some things but without being able to reproduce, its harder to fix.

atondwal commented on 2014-06-14 20:02 (UTC)

I'm getting some problems with the vhd libs during compilation... https://gist.github.com/atondwal/53dd5fe2bc954c2642b8