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.
Search Criteria
Package Details: xen-docs 4.19.1pre-1
Package Actions
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: | 186 |
Popularity: | 0.77 |
First Submitted: | 2009-11-09 11:22 (UTC) |
Last Updated: | 2024-09-20 00:31 (UTC) |
Dependencies (35)
- acpica (make)
- bin86AUR (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- bridge-utils (make)
- dev86AUR (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, lib32-glibc-eac-rocoAUR) (make)
- libaio (libaio-gitAUR) (make)
- libuuid.so (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, 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)
- pciutils (pciutils-gitAUR) (make)
- pixman (pixman-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR) (make)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR) (make)
- valgrind (valgrind-gitAUR) (make)
- vde2 (vdeplug4-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- yajl (yajl-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat) (make)
- xen-pvhgrubAUR (optional) – bootloader for PVH domains
- xen-qemuAUR (xen-qemuAUR) (optional) – needed for PV and HVM domUs
Required by (1)
- xen (optional)
Sources (7)
Latest Comments
« First ‹ Previous 1 .. 47 48 49 50 51 52 53 54 55 56 57 .. 101 Next › Last »
kantras commented on 2014-06-20 16:21 (UTC)
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
lucaoli commented on 2014-06-12 21:52 (UTC)
I've solved KVM issue patching xen-4.4.0/stubdom/Makefile:
*** xen-4.4.0/stubdom/Makefile Mon Mar 10 11:43:57 2014
--- xen-4.4.0/stubdom/Makefile Thu Jun 5 20:10:11 2014
*************** gmp-$(XEN_TARGET_ARCH): gmp-$(GMP_VERSIO
*** 165,171 ****
rm $@ -rf || :
mv gmp-$(GMP_VERSION) $@
#patch -d $@ -p0 < gmp.patch
! cd $@; CPPFLAGS="-isystem $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/include $(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" CC=$(CC) $(GMPEXT) ./configure --disable-shared --enable-static --disable-fft --without-readline --prefix=$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf
sed -i 's/#define HAVE_OBSTACK_VPRINTF 1/\/\/#define HAVE_OBSTACK_VPRINTF 1/' $@/config.h
touch $@
--- 165,171 ----
rm $@ -rf || :
mv gmp-$(GMP_VERSION) $@
#patch -d $@ -p0 < gmp.patch
! cd $@; CPPFLAGS="-isystem $(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/include $(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" CC=$(CC) $(GMPEXT) ./configure --disable-shared --enable-static --disable-fft --without-readline --prefix=$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf --host $(XEN_TARGET_ARCH)
sed -i 's/#define HAVE_OBSTACK_VPRINTF 1/\/\/#define HAVE_OBSTACK_VPRINTF 1/' $@/config.h
touch $@
lucaoli commented on 2014-06-03 21:55 (UTC)
I'm trying to compile xen on a KVM Host, but I receive the following error:
checking compiler gcc -mno-red-zone -O1 -fno-omit-frame-pointer -m64 -mno-red-zone -fno-reorder-blocks -fno-asynchronous-unwind-tables -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-error=maybe-uninitialized -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -fno-stack-protector -fno-exceptions has sizeof(long)==4... no
configure: error: could not find a working compiler, see config.log for details
Makefile:164: recipe for target 'gmp-x86_64' failed
make[1]: *** [gmp-x86_64] Error 1
make[1]: Leaving directory '/home/lucaoli/xen/src/xen-4.4.0/stubdom'
Makefile:104: recipe for target 'install-stubdom' failed
make: *** [install-stubdom] Error 2
In xen-4.4.0/stubdom/gmp-x86_64/config.log I've found:
configure:5631: gcc -mno-red-zone -O1 -fno-omit-frame-pointer -m64 -mno-red-zone -fno-reorder-blocks -fno-asynchronous-unwind-tables -m64 -g -fno-str
ict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-error=maybe-uninitialized -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unuse
d-local-typedefs -fno-stack-protector -fno-exceptions -c conftest.c >&5
conftest.c:2:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:4:14: error: size of array 'test_array' is negative
static int test_array [1 - 2 * (long) (sizeof (long) != 4)];
^
What does mean "could not find a working compiler"?
I think it's normal that on a x86_64 architecture sizeof(long) is 8 and than not 4.
kantras commented on 2014-05-20 00:22 (UTC)
trixpan, I probably will but haven't had a chance to play with it too much yet so want to do that first.
kantras commented on 2014-05-17 16:16 (UTC)
I found out about this patch a couple of days ago - it should be a part of the next release; I'm just checking in case theres anything else to go in, and will upload a new version later today once I've done my usual build-testing
Pinned Comments
Refutationalist commented on 2024-05-22 22:08 (UTC) (edited on 2024-05-23 00:07 (UTC) by Refutationalist)
As of now (2024-22-05) Xen with stubdom doesn't build because of a problem in the imported code. Been this way for about two weeks. Anyone else seeing this behavior?
Also, there is a lot of work happening on Xen in my development repo, thanks to @Serus. Check it out at: https://github.com/refutationalist/saur