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

cptG commented on 2015-05-28 10:51 (UTC)

maelask: you'll need to apply the patches posted by djvinz. Download them and change PKGBUILD to apply them. The patch called seabios-gcc5.patch won't apply from whithin makepkg since the directory seabios-dir-remote does not exist yet at that moment. Apply this one manually after compilation errors out and issue "makepkg -ei". See my comment below.

maelask commented on 2015-05-27 16:56 (UTC)

Getting this while trying to compile. symbols.c: In function 'symbols_lookup': symbols.c:23:61: error: array subscript is above array bounds [-Werror=array-bounds] #define symbols_address(n) (SYMBOLS_ORIGIN + symbols_offsets[n]) ^ symbols.c:128:47: note: in expansion of macro 'symbols_address' while (low && symbols_address(low - 1) == symbols_address(low)) ^ symbols.c:23:61: error: array subscript is above array bounds [-Werror=array-bounds] #define symbols_address(n) (SYMBOLS_ORIGIN + symbols_offsets[n]) ^ symbols.c:136:13: note: in expansion of macro 'symbols_address' if (symbols_address(i) > symbols_address(low)) { ^ cc1: all warnings being treated as errors /tmp/yaourt-tmp-maelask/aur-xen/src/xen-4.5.0/xen/Rules.mk:168: recipe for target 'symbols.o' failed

cptG commented on 2015-05-27 10:27 (UTC)

The patch touching seabios-dir-remote can not be applied from within PKGBUILD since that dir does not exist before make is being called. There should be a patch changing ./tools/firmware/Makefile to apply the patch I think. I just went ahead and patched manually and did "makepkg -ei", still waiting for the build to finish though...

kantras commented on 2015-05-26 04:23 (UTC)

It will be once I've finished testing this, and any other changes that I might want to bring in for the next version

jackb commented on 2015-05-26 04:20 (UTC)

Thank you so much! I built it successfully. I'm assuming the AUR package will be updated? Is there a repo attached to this AUR?

maximevince commented on 2015-05-25 10:31 (UTC)

Yeah, I noticed. Now it finally builds. Needed these patches as well: http://pastebin.com/19tb2esC http://pastebin.com/WwxugrRi http://pastebin.com/7742EHd1 http://pastebin.com/aNWdhEH0

jackb commented on 2015-05-24 23:31 (UTC)

(sorry, I should have added that I tried the 4.4 AUR package to see if that solved any issues; it didn't. I'm getting the same error in both packages.)

jackb commented on 2015-05-24 23:30 (UTC)

Thanks @djvinz. That successfully resolved the array-bounds issue, but I'm now encountering another: builds/xen-4.4/src/xen-4.4.2/tools/firmware/seabios-dir-remote/src/kbd.c:117: undefined reference to `usb_kbd_command' out/code16.o: In function `mouse_command': builds/xen-4.4/src/xen-4.4.2/tools/firmware/seabios-dir-remote/src/mouse.c:28: undefined reference to `usb_mouse_command' Makefile:158: recipe for target 'out/rom16.o' failed make[6]: *** [out/rom16.o] Error 1 Any ideas what's up with that? I'm new to xen, and new-ish to Arch, so I apologize if I'm wasting your time, but I don't understand how everyone's managing to get this stuff going without issues. Lots of searches have yielded me nothing.

maximevince commented on 2015-05-24 16:58 (UTC)

Since gcc5.x you'll need this patch: http://pastebin.com/Z5BnzFwc