Search Criteria
Package Details: qubes-vm-xen 4.14.5-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/qubes-vm-xen.git (read-only, click to copy) |
---|---|
Package Base: | qubes-vm-xen |
Description: | QubesOS component |
Upstream URL: | https://github.com/QubesOS/qubes-vmm-xen |
Licenses: | GPL |
Provides: | xen-qubes-vm-essentials |
Submitter: | seberm |
Maintainer: | seberm |
Last Packager: | seberm |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-12-15 13:58 (UTC) |
Last Updated: | 2022-07-10 21:14 (UTC) |
Dependencies (19)
- bridge-utils
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- lzo
- python (python37AUR, python311AUR, python310AUR)
- python-lxml
- yajl (yajl-gitAUR)
- bin86AUR (make)
- dev86AUR (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- iasl (acpica) (make)
- make (make-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- patch (patch-gitAUR) (make)
- pixman (pixman-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- yajl (yajl-gitAUR) (make)
Latest Comments
dreieck commented on 2023-07-11 18:25 (UTC) (edited on 2023-07-11 18:33 (UTC) by dreieck)
Fails to build for me with
error: conflicting types for ‘xc_psr_cmt_get_data’ due to enum/integer mismatch; have ‘int(xc_interface *, uint32_t, uint32_t, xc_psr_cmt_type, uint64_t *, uint64_t *)’ {aka ‘int(struct xc_interface_core *, unsigned int, unsigned int, xc_psr_cmt_type, long unsigned int *, long unsigned int *)’} [-Werror=enum-int-mismatch]
:A workaround was to add
to
build()
.Regards!
seberm commented on 2021-02-22 21:45 (UTC)
It works with just
--install
(the --force param is not needed). It's fixed, thanks!tywyqu commented on 2021-02-21 12:34 (UTC) (edited on 2021-02-21 12:48 (UTC) by tywyqu)
adding
--install --force
toautoreconf
fixed error.autoreconf -vif
seberm commented on 2020-11-30 15:14 (UTC) (edited on 2020-11-30 15:15 (UTC) by seberm)
Hello cincinmasukmangk,
unfortunately the xen v4.8.5 still needs python2 and a python2-distlib. I have updated the PKGBUILD.
Just FYI:
There is a plan to build the arch packages automatically in the QubesOS project infrastructure:
https://github.com/QubesOS/qubes-issues/issues/5929
https://archlinux.qubes-os.org/
lepz0r commented on 2020-11-28 19:15 (UTC) (edited on 2020-11-28 19:17 (UTC) by lepz0r)
Got this when i build this
File "<string>", line 1
import distutils.sysconfig; print distutils.sysconfig.get_config_var("VERSION")