Package Details: xen-docs 4.21.2pre-1

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Package Base: xen
Description: Xen hypervisor documentation and man pages
Upstream URL: https://xenproject.org/
Keywords: hypervisor virtualization xen
Licenses: GPL2
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 182
Popularity: 0.000012
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2026-05-06 02:59 (UTC)

Required by (3)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 86 87 88 89 90 91 92 93 94 95 96 .. 102 Next › Last »

workdowg commented on 2012-08-05 02:53 (UTC)

i8259.c:66:9: error: initialization from incompatible pointer type [-Werror] (MANY lines in between...) i8259.c:70:5: error: (near initialization for 'interrupt[255]') [-Werror] cc1: all warnings being treated as errors make[4]: *** [i8259.o] Error 1 make[4]: Leaving directory `/tmp/packerbuild-0/xen/xen/src/xen-4.1.2/xen/arch/x86' make[3]: *** [/tmp/packerbuild-0/xen/xen/src/xen-4.1.2/xen/arch/x86/built_in.o] Error 2 make[3]: Leaving directory `/tmp/packerbuild-0/xen/xen/src/xen-4.1.2/xen/arch/x86' make[2]: *** [/tmp/packerbuild-0/xen/xen/src/xen-4.1.2/xen/xen] Error 2 make[2]: Leaving directory `/tmp/packerbuild-0/xen/xen/src/xen-4.1.2/xen' make[1]: *** [install] Error 2 make[1]: Leaving directory `/tmp/packerbuild-0/xen/xen/src/xen-4.1.2/xen' make: *** [install-xen] Error 2 ==> ERROR: A failure occurred in build(). Aborting... The build failed. Anyone else...

miffe commented on 2012-07-31 11:52 (UTC)

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

<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.

<deleted-account> 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.

<deleted-account> 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 :)