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.27
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 .. 74 75 76 77 78 79 80 81 82 83 84 .. 101 Next › Last »

fernando_ccs17 commented on 2013-01-10 17:41 (UTC)

gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -D__XEN_TOOLS__ -MMD -MF .xg_main.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -Werror -Wmissing-prototypes -I/home/fernando/Desktop/xen/src/xen-4.2.1/tools/debugger/gdbsx/xg/../../../../tools/include -c -o xg_main.o xg_main.c xg_main.c: In function ‘_domctl_hcall’: xg_main.c:181:52: error: ‘ulong’ undeclared (first use in this function) xg_main.c:181:52: note: each undeclared identifier is reported only once for each function it appears in xg_main.c: In function ‘_check_hyp’: xg_main.c:221:52: error: ‘ulong’ undeclared (first use in this function) make[4]: ** [xg_main.o] Erro 1 make[4]: Saindo do diretório `/home/fernando/Desktop/xen/src/xen-4.2.1/tools/debugger/gdbsx/xg' make[3]: ** [all] Erro 2 make[3]: Saindo do diretório `/home/fernando/Desktop/xen/src/xen-4.2.1/tools/debugger/gdbsx' make[2]: ** [subdir-install-debugger/gdbsx] Erro 2 make[2]: Saindo do diretório `/home/fernando/Desktop/xen/src/xen-4.2.1/tools' make[1]: ** [subdirs-install] Erro 2 make[1]: Saindo do diretório `/home/fernando/Desktop/xen/src/xen-4.2.1/tools' make: ** [install-tools] Erro 2

<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