Package Details: xen-docs 4.19.1pre-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: 185
Popularity: 0.46
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-09-20 00:31 (UTC)

Pinned Comments

Refutationalist commented on 2024-12-06 01:37 (UTC)

Please Note: Per best-practices by upstream this package follows the git stable branch. Minor releases do not require a version bump and the PKGBUILD will provide the appropriate version number.

stubdom is still broken.

Latest Comments

« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 45 46 47 .. 101 Next › Last »

trixpan commented on 2015-04-25 10:34 (UTC)

has anyone managed to complete makepkg using gcc 5? Seems to be a little bit challenging... https://bugzilla.suse.com/show_bug.cgi?id=921994

ArthurBorsboom commented on 2015-04-24 09:29 (UTC)

My Xen broke too after updating the gnutls to 3.4.0. To fix it, I had to: - edit the PKGBUILD and add a pause command (read -p "wait") at the prepare function (to manually apply the patch) - edit the PKGBUILD on the fly by replacing ../.. with $srcdir (to fix the source dir assumption) - At the moment the prepare statement is waiting, applying the gnutls-3.4.0.patch from a second terminal. - Continue the build in the first terminal. This repaired my Xen and it is working as before.

kantras commented on 2015-04-23 20:06 (UTC)

Testing and should be releasing update either tonight or tomorrow

lembang commented on 2015-04-23 19:56 (UTC)

@hugleo The patch works perfect for me. Thank you.

hugleo commented on 2015-04-22 14:58 (UTC)

Maybe this patch will workout? http://git.alpinelinux.org/cgit/aports/diff/main/xen/gnutls-3.4.0.patch?id=628f27939412a7d6fb67734bd644119a1f49463a

<deleted-account> commented on 2015-04-22 14:29 (UTC)

I recently upgraded gnutls to 3.4.0 and it's broken my HVMs. Logs showed libgnutls.so.28 not being found. General advice for these sorts of problems is to rebuild so I tried. Rebuilding fails in tools/qemu-xen-traditional/vnc.c with undefined references to gnutls_*_set_priority. AFAICS this set of functions was deprecated some years ago so I suspect they are no longer present. Downgraded gnutls for now

kantras commented on 2015-04-18 02:16 (UTC)

Already fixed in my local copy, will be uploading once I get back to that machine

daniel_shub commented on 2015-04-17 14:50 (UTC)

I am having the same problem that @ArthurBorsboom is having with makepkg not being able to find tmpfiles.d-xen.conf when I build in a clean chroot. I am pretty sure install -Dm644 ../../tmpfiles.d-$pkgname.conf usr/lib/tmpfiles.d/$pkgname.conf is making an assumption about the location of $srcdir relative to $pkgdir. I think it should be install -Dm644 $srcdir/tmpfiles.d-$pkgname.conf usr/lib/tmpfiles.d/$pkgname.conf If I am correct, there are a couple of other lines immediately afterwards that also need the change. I think to be totaly robust, $srcdir should be wrapped in quotes throughout the PKGBUILD.

tritron commented on 2015-04-08 19:07 (UTC)

How is video passing with this xen ? I tried xen efi aur and could not get this working. I had switched to kvm from xen 4.4 and kvm is so much better.