Package Details: xen 4.19.1pre-1

Git Clone URL: https://aur.archlinux.org/xen.git (read-only, click to copy)
Package Base: xen
Description: Open-source type-1 or baremetal hypervisor
Upstream URL: https://xenproject.org/
Keywords: hypervisor virtualization xen
Licenses: GPL2
Submitter: sergej
Maintainer: Refutationalist
Last Packager: Refutationalist
Votes: 184
Popularity: 0.26
First Submitted: 2009-11-09 11:22 (UTC)
Last Updated: 2024-09-20 00:31 (UTC)

Dependencies (63)

Sources (7)

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 .. 56 57 58 59 60 61 62 63 64 65 66 .. 101 Next › Last »

thouveng commented on 2013-12-08 17:43 (UTC)

It seems that compilation goes well but an error occurs during packaging. [thouveng:~/builds/xen] $ tail xen-4.3.1-2-x86_64-package.log ld -nostdlib -L/home/thouveng/builds/xen/src/xen-4.3.1/stubdom/cross-root-i686/i686-xen-elf/lib -m elf_i386 -T arch/x86/minios-x86_32.lds /home/thouveng/builds/xen/src/xen-4.3.1/stubdom/mini-os-x86_32-grub/mini-os.o -o /home/thouveng/builds/xen/src/xen-4.3.1/stubdom/mini-os-x86_32-grub/mini-os ld: warning: section `.bss' type changed to PROGBITS gzip -f -9 -c /home/thouveng/builds/xen/src/xen-4.3.1/stubdom/mini-os-x86_32-grub/mini-os >/home/thouveng/builds/xen/src/xen-4.3.1/stubdom/mini-os-x86_32-grub/mini-os.gz make[2]: Leaving directory '/home/thouveng/builds/xen/src/xen-4.3.1/extras/mini-os' install -d -m0755 -p "/home/thouveng/builds/xen/pkg/xen/usr/lib/xen/boot" install -m0644 -p mini-os-x86_32-grub/mini-os.gz "/home/thouveng/builds/xen/pkg/xen/usr/lib/xen/boot/pv-grub-x86_32.gz" make[1]: Leaving directory '/home/thouveng/builds/xen/src/xen-4.3.1/stubdom' mv: cannot stat ‘etc/default/xendomains’: No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

kantras commented on 2013-11-25 10:28 (UTC)

AUR packages updated, also included the three latest security patches

Sydney6 commented on 2013-11-25 03:53 (UTC)

Yes, you can.

j-lap commented on 2013-11-25 03:50 (UTC)

@zman0900 - Already installed "bluez", no dice. Build fails because it is looking for dependency "bluez4". Can I simply edit "bluez4" to "bluez" in the PKGBUILD?

zman0900 commented on 2013-11-25 03:40 (UTC)

@j-lap: Just change to bluez. Either version will work.

j-lap commented on 2013-11-25 03:00 (UTC)

Package dependency "bluez4" isn't available in repos or AUR. Can't build.

Fidelix commented on 2013-11-09 00:27 (UTC)

Never mind, I managed to do that by editing the Makefile. Thanks!

Fidelix commented on 2013-11-08 23:06 (UTC)

@Kantras, thank you very much. Do you know how to configure qemu to use the compile options --audio-drv-list="pa alsa" ? I'm needing this

Fidelix commented on 2013-11-08 21:08 (UTC)

Morfeo, please add ghostscript as a dependency. I was only able to build it after installing it.

kantras commented on 2013-11-07 21:37 (UTC)

@Fidelix: I've not tried to do this recently, however the last time I tried I noticed that one of the requirements is not currently available in Arch Linux - the issue being that binutils isn't built with support for the specific target needed (x86_64-pep). I just checked the bug reporting tool and it appears that this is still the case - https://bugs.archlinux.org/task/36713 - so, if you want to do this, you'll have to rebuild binutils-multilib with support for that target added.