Package Base Details: xen

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Keywords: hypervisor virtualization xen
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 185
Popularity: 0.30
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-01-19 23:00 (UTC)

Latest Comments

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

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 ?

ArthurBorsboom commented on 2015-05-16 21:52 (UTC)

Confirming 4.5.0-3 works fine for me. Good work, David!

kantras commented on 2015-05-16 20:56 (UTC)

FYI: the 4.5.0-3 update I pushed a couple of days ago or so does contain the patches for CVE-2015-3456 ( aka the Venom vulnerability )

mks commented on 2015-05-13 14:17 (UTC)

gnutls 3.4.1-1 works too.

ArthurBorsboom commented on 2015-05-13 14:13 (UTC)

Updated Xen package build works for me with Kernel 4.0 and GNU utils 3.4.0

aneeshusa commented on 2015-05-13 13:58 (UTC)

New XSA just came out today: http://xenbits.xen.org/xsa/advisory-133.html

mbroemme commented on 2015-05-07 21:10 (UTC)

Morfeo, below is a patch to make the PKGBUILD ready for Xen 4.5.0: --- xen-docs/PKGBUILD 2014-03-22 21:47:42.000000000 +0100 +++ xen-docs-4.5.0/PKGBUILD 2015-03-31 02:17:45.650019000 +0200 @@ -1,7 +1,7 @@ # Maintainer: M0Rf30 pkgname=xen-docs -pkgver=4.4.0 +pkgver=4.5.0 pkgrel=1 pkgdesc="Xen 4 (docs)" arch=('i686' 'x86_64') @@ -13,11 +13,9 @@ package() { cd "$srcdir/xen-$pkgver" - cd docs unset CFLAGS LDFLAGS - ./configure --prefix=/usr - cd .. + ./configure --prefix=/usr --disable-xen --disable-tools --disable-stubdom --enable-docs make DESTDIR=$pkgdir install-docs } -md5sums=('fd9031d499af38c5d04108681734027e') +md5sums=('9bac43d2419d05a647064d9253bb03fa')