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 .. 35 36 37 38 39 40 41 42 43 44 45 .. 102 Next › Last »

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')

kantras commented on 2015-05-06 12:48 (UTC)

@pierrec - I disabled building of documentation because of the existance of the xen-docs package and because some people want to run their hypervisors very "light", without optional extras such as documentation. If that package doesn't get updated, and is still not orphaned, what I may have to do is add in the relevant changes into my PKGBUILD and just comment them out, so someone can always enable them if needed. @AuthurBorsboom - Will be today; I had a small checklist of things that I wanted to cover, which includes the ones you've mentioned, and i'm about ready to push the updated files.