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: 186
Popularity: 0.79
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-09-20 00:31 (UTC)

Dependencies (35)

Required by (1)

Sources (7)

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

Latest Comments

« First ‹ Previous 1 .. 74 75 76 77 78 79 80 81 82 83 84 .. 101 Next › Last »

<deleted-account> commented on 2013-01-10 02:01 (UTC)

--- a/tools/debugger/gdbsx/xg/xg_main.c +++ b/tools/debugger/gdbsx/xg/xg_main.c @@ -34,6 +34,7 @@ * XGTRC(): generic trace utility */ +#include <sys/types.h> #include <stdio.h> #include <stddef.h> #include <stdarg.h>

luolimao commented on 2013-01-10 00:23 (UTC)

There's a new error [1] now, but I added the patch at least. [1] https://gist.github.com/4498279

<deleted-account> commented on 2013-01-09 18:06 (UTC)

this patch works for me https://github.com/slacks42/alpine-apk/blob/master/xen-git/timer-add-lrt-lm.patch

itsizzy commented on 2013-01-08 13:30 (UTC)

I've tried every combination I could think of, CFLAGS, LIBS, PREPEND_* with librt and lrt, with and without the dash before the word. And it seems I can't get it running. Please someone with more experience with gcc/ld fix this..

luolimao commented on 2013-01-08 10:37 (UTC)

Hmm, yeah. I tried using export, and xen's configure told me to use PREPEND_LIB, PREPEND_INCLUDES, etc. but none of those worked with += -librt or += -lrt. I don't really understand gcc's build process at all (even post-googling), so unless someone else has a solution...

<deleted-account> commented on 2013-01-08 02:58 (UTC)

Still no luck. ==> Starting build()... patching file tools/Makefile configure: error: invalid variable name: `LIBS+' ==> ERROR: A failure occurred in build(). Aborting...

luolimao commented on 2013-01-07 22:13 (UTC)

Don't use spaces after LIBS, i.e. try ./configure LIBS+="-librt" PYTHON=/usr/bin/python2

<deleted-account> commented on 2013-01-07 16:04 (UTC)

Now it gives the error: ==> Starting build()... patching file tools/Makefile /tmp/xen/PKGBUILD: line 61: LIBS: command not found ==> ERROR: A failure occurred in build(). Aborting...