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.77
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 .. 30 31 32 33 34 35 36 37 38 39 40 .. 101 Next › Last »

risk commented on 2015-08-10 08:31 (UTC)

There are 2 issues I ran into 1) It couldn't find spice-protocol-devel. workaround: disabled spice protocol in PKGBUILD 2) configure on stubdom failed, due to GCC being too new. "unrecognized command line option -V" "unrecognized command line option -qversion"

alaviss commented on 2015-08-06 14:33 (UTC)

Compile checking out/src/stacks.o src/stacks.c:226:5: warning: 'call16big' is static but used in inline function 'farcall16big' which is not static call16big((u32)callregs - StackSeg * 16, StackSeg, _cfunc16__farcall16); ^ src/stacks.c:219:5: warning: 'call16' is static but used in inline function 'farcall16' which is not static call16((u32)callregs - StackSeg * 16, StackSeg, _cfunc16__farcall16); ^ src/stacks.c: In function 'run_thread': src/stacks.c:342:5: error: 'asm' operand has impossible constraints asm volatile( ^ Makefile:128: recipe for target 'out/src/stacks.o' failed make[6]: *** [out/src/stacks.o] Error 1 make[6]: Leaving directory '/tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools/firmware/seabios-dir-remote' /tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools/firmware/../../tools/Rules.mk:116: recipe for target 'subdir-all-seabios-dir' failed make[5]: *** [subdir-all-seabios-dir] Error 2 make[5]: Leaving directory '/tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools/firmware' /tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools/firmware/../../tools/Rules.mk:111: recipe for target 'subdirs-all' failed make[4]: *** [subdirs-all] Error 2 make[4]: Leaving directory '/tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools/firmware' Makefile:38: recipe for target 'all' failed make[3]: *** [all] Error 2 make[3]: Leaving directory '/tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools/firmware' /tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools/../tools/Rules.mk:116: recipe for target 'subdir-install-firmware' failed make[2]: *** [subdir-install-firmware] Error 2 make[2]: Leaving directory '/tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools' /tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools/../tools/Rules.mk:111: recipe for target 'subdirs-install' failed make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory '/tmp/yaourt-tmp-lrz/aur-xen/src/xen-4.5.1/tools' Makefile:69: recipe for target 'install-tools' failed make: *** [install-tools] Error 2 I hit this error while compiling Xen on Arch Linux x86_64 with [testing] enabled

nocko commented on 2015-08-04 16:59 (UTC)

Updated spice-protocol 0.12.9 PKGBUILD: # $Id$ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws> pkgname=spice-protocol pkgver=0.12.9 pkgrel=1 pkgdesc="Headers for SPICE protocol" arch=(any) url="http://spice-space.org" license=('BSD' 'LGPL2.1') source=(http://spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2) build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } md5sums=('893d9940cd34428f92997f4b634484d3')

nocko commented on 2015-08-04 15:58 (UTC)

New spice-protocol released that fixes spice problem (http://www.spice-space.org/download/releases/spice-protocol-0.12.9.tar.bz2)... the package has been flagged out-of-date. With any luck, the packager will get to repackaging soon.

kantras commented on 2015-08-01 20:43 (UTC)

@polyzium: Known issue with the most recent version of spice-protocol - disable for now

ArthurBorsboom commented on 2015-08-01 16:33 (UTC)

Read below...

polyzium commented on 2015-08-01 14:59 (UTC)

After solving "i have no idea" problem, the compiling still fails. "ERROR: User requested feature spice configure was not able to find it. Install spice-server and spice-protocol devel" I have spice and spice-protocol installed

polyzium commented on 2015-08-01 14:33 (UTC)

Xen fails to compile. I have no idea why. http://pastebin.com/r4Rmrjah

ArthurBorsboom commented on 2015-07-23 08:50 (UTC)

@piwwo, I did the same.