Search Criteria
Package Details: xen-4.4 4.4.2-3
Git Clone URL: | https://aur.archlinux.org/xen-4.4.git (read-only) |
---|---|
Package Base: | xen-4.4 |
Description: | Virtual Machine Hypervisor & Tools |
Upstream URL: | http://www.xenproject.org/ |
Licenses: | |
Conflicts: | |
Submitter: | kantras |
Maintainer: | None |
Last Packager: | kantras |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-03-29 21:25 |
Last Updated: | 2015-07-05 02:48 |
Dependencies (29)
- bin86
- bridge-utils
- curl (curl-http2-git, curl-git)
- gnutls (gnutls-openssl, gnutls-tiny-git, gnutls-next, gnutls-git)
- iproute2 (iproute2-git, iproute-mptcp, iproute2-selinux)
- libaio
- libcap-ng (libcap-ng-git)
- libiscsi
- libjpeg-turbo (mozjpeg-git, mozjpeg, libjpeg-turbo-git)
- libpng (libpng-git)
- libseccomp (libseccomp-git)
- lzo2
- nss (nss-hg)
- pciutils (pciutils-git)
- pixman (pixman-git)
- python (python-dbg)
- python2 (pypy19, stackless-python2)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-hg)
- vde2 (vde2-dosemu2, vde2-svn, vdeplug4-git)
- wget (wget-git)
- yajl
- cmake (cmake-git) (make)
- dev86 (make)
- git (git-git) (make)
- iasl (acpica) (make)
- markdown (discount) (make)
- ocaml-findlib (make)
- openvswitch (openvswitch-git) (optional) – Optional Networking support
- xen-docs (optional) – Official Xen Documentation
Required by (0)
Sources (31)
- 09_xen
- ati-passthrough.patch
- conf.d-xenconsoled
- conf.d-xenstored
- disable-bluez.patch
- etherboot-gcc5.patch
- gcc5.patch
- gnutls-3.4.0.patch
- grub.conf
- http://bits.xensource.com/oss-xen/release/4.4.2/xen-4.4.2.tar.gz
- http://xenbits.xen.org/xen-extfiles/gmp-4.3.2.tar.bz2
- http://xenbits.xen.org/xen-extfiles/grub-0.97.tar.gz
- http://xenbits.xen.org/xen-extfiles/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz
- http://xenbits.xen.org/xen-extfiles/lwip-1.3.0.tar.gz
- http://xenbits.xen.org/xen-extfiles/newlib-1.16.0.tar.gz
- http://xenbits.xen.org/xen-extfiles/pciutils-2.2.9.tar.bz2
- http://xenbits.xen.org/xen-extfiles/polarssl-1.1.4-gpl.tgz
- http://xenbits.xen.org/xen-extfiles/tpm_emulator-0.7.4.tar.gz
- http://xenbits.xen.org/xen-extfiles/zlib-1.2.3.tar.gz
- proc-xen.mount
- seabios-gcc5.patch
- tmpfiles.d-xen.conf
- var-lib-xenstored.mount
- xen.conf
- xen.install
- xenconsoled.service
- xendomains.service
- xendomU@.service
- xenstored.service
- xsa133-qemut.patch
- xsa133-qemuu.patch
Latest Comments
cypher_zero commented on 2016-08-25 02:56
Package is currently broken; needs to be updated to support GCC 6, etc.
isiachi commented on 2016-04-29 17:49
If you can't maintain this package anymore, please disown.
kantras commented on 2015-07-05 02:50
Updated to support GCC 5
kantras commented on 2015-06-08 05:48
Being worked on, alongside xen and xen-4.3
tr0llalert commented on 2015-06-08 02:02
guys, is this working with gcc5? i have been meaning to upgrade from 4.9 but wondering if it might break vms.
cptG commented on 2015-05-28 10:47
The line:
First line in build():
export CFLAGS+='-Wall -Wstrict-prototypes -Wno-unused-local-typedefs -Wno-sizeof-pointer-memaccess'
should be:
export CFLAGS+=' -Wall -Wstrict-prototypes -Wno-unused-local-typedefs -Wno-sizeof-pointer-memaccess'
(note the space after the opening single quote)
Otherwise tools/configure will fail thinking gcc can't produce executables since gcc errors out with an error due to unrecognized open -fvar-tracking-all-Wall
kantras commented on 2015-05-08 01:16
Try this updated version - also includes the patch to compile against the newer version of gnutls
derHutschi commented on 2015-05-02 13:38
Hi kantras,
it fails building at "qemu-dm"
/tmp/yaourt-tmp-robert/aur-xen-4.4/src/xen-4.4.1/tools/qemu-xen-traditional/vnc.c:2164: undefined reference to `gnutls_kx_set_priority'
/tmp/yaourt-tmp-robert/aur-xen-4.4/src/xen-4.4.1/tools/qemu-xen-traditional/vnc.c:2171: undefined reference to `gnutls_certificate_type_set_priority'
/tmp/yaourt-tmp-robert/aur-xen-4.4/src/xen-4.4.1/tools/qemu-xen-traditional/vnc.c:2178: undefined reference to `gnutls_protocol_set_priority'
I'm not sure what I'm missing, anything I could check?
Regards,
rob