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

ArthurBorsboom commented on 2015-05-06 09:07 (UTC)

Hi Kantras, AFAIK the following needs to be updated. - use of $srcdir - patch for gnutls Do you have an estimation of when you are able to publish the new PKGBUILD?

pierrec commented on 2015-05-06 08:48 (UTC)

Thanks for this package. But why do you --disable-docs? I suppose you do that to avoid extra deps? xen-docs is 4.4 so not that useful :p

alaricljs commented on 2015-05-05 01:38 (UTC)

Any news on that updated package? For some reason I can't get sheep_42's edits to work.

mks commented on 2015-05-02 03:15 (UTC)

Thanks guys. Both Xen 4.5 and 4.4.1 were installed successfully with the patch.

kantras commented on 2015-04-30 14:18 (UTC)

Updated package coming later today

tony_42 commented on 2015-04-30 13:38 (UTC)

sorry writing a patch in a comment was not a good idee ... The patch is simple, add this two lines at the end of the PKGBUILD: source+=('gnutls-3.4.0.patch::http://git.alpinelinux.org/cgit/aports/plain/main/xen/gnutls-3.4.0.patch?id=628f27939412a7d6fb67734bd644119a1f49463a') sha256sums+=('e25d38376e22f6f935d2c0ce1b9d6e6b47ff261b5e6056bc3b47168739d7a992') And in the prepare() function add this line (just after # Compile Patches): patch -p1 -i $srcdir/gnutls-3.4.0.patch

mks commented on 2015-04-30 12:25 (UTC)

Sorry sheep_42, patching fails with malformed error at this line: '3f0af16958c3e057b9baa5afc47050d9adf7dd553274dd97ae4f35938fefb568' I could try editing PKGBUILD myself if I knew what goes where. Thanks for helping!

tony_42 commented on 2015-04-30 10:53 (UTC)

tr0llalert, the gnutls fix patch looks correct (and one similair have been sent upstream) so I would use it instead of disable-qemu-traditional. To do that, just modify the PKGBUILD with this patch: --- a/PKGBUILD +++ b/PKGBUILD @@ -71,6 +71,9 @@ '3f0af16958c3e057b9baa5afc47050d9adf7dd553274dd97ae4f35938fefb568' '50a9b7fd19e8beb1dea09755f07318f36be0b7ec53d3c9e74f3266a63e682c0c') +source+=('gnutls-3.4.0.patch::http://git.alpinelinux.org/cgit/aports/plain/main/xen/gnutls-3.4.0.patch?id=628f27939412a7d6fb67734bd644119a1f49463a') +sha256sums+=('e25d38376e22f6f935d2c0ce1b9d6e6b47ff261b5e6056bc3b47168739d7a992') + prepare() { cd $pkgname-$pkgver/ @@ -79,6 +82,7 @@ prepare() { # Security Patches # Compile Patches + patch -p1 -i $srcdir/gnutls-3.4.0.patch # OVMF Compile support (Pulls from GIT repo, so patching to patch after pull request) echo "Patching OVMF..."

mks commented on 2015-04-30 01:41 (UTC)

ps: Any help/procedure in applying libgnutls patch would be great as well. Thanks!

mks commented on 2015-04-30 00:38 (UTC)

Hi Guys, I'm fairly new to this but having the same problem as some of you having. I'm unable to start DomUs (PV and HVM) with following error; /usr/lib/xen/bin/qemu-system-i386: error while loading shared libraries: libgnutls.so.28: cannot open shared object file: No such file or directory. I have tried upgrading Xen 4.4 to 4.5 but it's failing even with sheep_42's suggestion; 'For that, remove from the ./configure line : "--enable-stubdom --enable-qemu-traditional --enable-rombios" and add "--disable-qemu-traditional".' rm: cannot remove usr/share/xen/qemu/openbios-*: Not a directory ERROR: A failure occured in package(). Aborting... I tried downgrading libgnutls but the package suggested by zir_blazer is not being recognized by pacman as a valid archive. Any help with either upgrading Xen to 4.5 or making gnutls work with 4.4 would be appreciated. Thanks!