This patch to the PKGBUILD makes it build on i686, fixes parallel make and depends on x86_64
--- PKGBUILD.old 2012-07-23 20:30:26.000000000 +0200
+++ PKGBUILD 2012-07-31 13:49:55.524274223 +0200
@@ -12 +12 @@
-[ "$CARCH" == "x86_64" ] && depends=(${depends} 'lib32-glibc')
+[ "$CARCH" == "x86_64" ] && depends=(${depends[*]} 'lib32-glibc')
@@ -18 +18 @@
-options=(!strip)
+options=(!strip !makeflags !buildflags)
@@ -28,0 +29 @@
+ fix-i8259.patch::http://lists.xen.org/archives/html/xen-devel/2012-01/txto1FW8UIpuq.txt
@@ -40,2 +41 @@
-
-unset CFLAGS LDFLAGS
+ patch -p1 -i $srcdir/fix-i8259.patch
Search Criteria
Package Details: xen 4.20.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/xen.git (read-only, click to copy) |
---|---|
Package Base: | xen |
Description: | Open-source type-1 or baremetal hypervisor |
Upstream URL: | https://xenproject.org/ |
Keywords: | hypervisor virtualization xen |
Licenses: | GPL2 |
Submitter: | sergej |
Maintainer: | Refutationalist |
Last Packager: | Refutationalist |
Votes: | 184 |
Popularity: | 0.049349 |
First Submitted: | 2009-11-09 11:22 (UTC) |
Last Updated: | 2025-03-13 08:19 (UTC) |
Dependencies (65)
- acpica
- bridge-utils
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- inetutils (inetutils-gitAUR, busybox-coreutilsAUR)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR)
- libaio (libaio-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libseccomp (libseccomp-gitAUR)
- libuuid.so (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, lib32-util-linux, util-linux-libs)
- libx11 (libx11-gitAUR)
- lzo
- ncurses (ncurses-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pciutils (pciutils-gitAUR)
- pixman (pixman-gitAUR)
- pkgconf (pkgconf-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- Show 45 more dependencies...
Required by (7)
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 .. 86 87 88 89 90 91 92 93 94 95 96 .. 101 Next › Last »
miffe commented on 2012-07-31 11:52 (UTC)
<deleted-account> commented on 2012-07-27 01:06 (UTC)
This package builds correctly for me if I set MAKEFLAGS="-j1" in /etc/makepkg.conf
Apparently it triggers some bug in GNU make when compiled with parallel make.
Mr.Smith1974 commented on 2012-07-24 18:43 (UTC)
@luceo - No problem. http://dpaste.com/774714/
<deleted-account> commented on 2012-07-24 11:33 (UTC)
@Mrs.Smith1974 - Can you show more output? That text only shows warnings.
Mr.Smith1974 commented on 2012-07-24 08:02 (UTC)
minios.c: In function ‘minios_detect’:
minios.c:15:34: warning: unused parameter ‘a’ [-Wunused-parameter]
minios.c: In function ‘minios_init’:
minios.c:21:32: warning: unused parameter ‘a’ [-Wunused-parameter]
minios.c: In function ‘minios_cleanup’:
minios.c:26:35: warning: unused parameter ‘a’ [-Wunused-parameter]
rm -f libpci.a
ar rcs libpci.a access.o generic.o dump.o names.o filter.o minios.o
ranlib libpci.a
sed <libpci.pc.in >libpci.pc -e 's,@PREFIX@,/usr/local,' \
-e 's,@INCDIR@,/usr/local/include,' \
-e 's,@LIBDIR@,/usr/local/lib64,' \
-e 's,@IDSDIR@,/usr/local/share,' \
-e 's,@VERSION@,2.2.9,' \
-e 's,@LIBZ@,-lz,'
make[3]: Leaving directory `/tmp/yaourt-tmp-user/aur-xen/src/xen-4.1.2/stubdom/pciutils-x86_64/lib'
make[2]: Leaving directory `/tmp/yaourt-tmp-user/aur-xen/src/xen-4.1.2/stubdom/pciutils-x86_64'
make[1]: Leaving directory `/tmp/yaourt-tmp-user/aur-xen/src/xen-4.1.2/stubdom'
make: *** [install-stubdom] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build xen.
==> Restart building xen ? [y/N]
<deleted-account> commented on 2012-07-23 21:08 (UTC)
I've adopted this package and uploaded a 'working' build.
Tested on x64 fresh build.
<deleted-account> commented on 2012-07-19 15:55 (UTC)
Mad_Dud: dev86 is part of [multilib] repo which you can enable in /etc/pacman.conf by uncommenting.
I have successfully compiled (but not yet tested) this just by changing 'xz-utils' to 'xz' in PKGBUILD.
Mad_Dud commented on 2012-07-15 20:31 (UTC)
Hello,
Dependency `dev86' of `xen' does not exist.
Which package should be used instead of dev86?
<deleted-account> commented on 2012-07-15 05:06 (UTC)
hello
I cannot build using gnailuy's patch. Is this true for others? seems like this package needs some love :)
nadley commented on 2012-06-09 19:00 (UTC)
Hi,
This PKGBUILD is out of date it should be updated regardings comments below.
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