Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upBuilding current core-libvirt fails #1474
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Nov 30, 2015
Member
On Mon, Nov 30, 2015 at 09:33:12AM -0800, kalkin wrote:
The package
qubes-core-dom0-3.1.4.1is pulling in the dependencylibvirt-daemon-xen >= 1.2.20-4when you try to install it. There is no up to datelibvirt-daemon-xenpackage on current-testing or unstable repositories (I checked the 3.1 and 3.0).
I tried to build the RPM package using the current HEAD of
core-libvirt, but this fails during compilation with the following error:CC libxl/libvirt_driver_libxl_impl_la-libxl_driver.lo libxl/libxl_conf.c: In function 'libxlMakePCI': libxl/libxl_conf.c:1684:15: error: 'libxl_device_pci' has no member named 'rdm_policy' pcidev->rdm_policy = LIBXL_RDM_RESERVE_POLICY_RELAXED; ^ libxl/libxl_conf.c:1684:30: error: 'LIBXL_RDM_RESERVE_POLICY_RELAXED' undeclared (first use in this function) pcidev->rdm_policy = LIBXL_RDM_RESERVE_POLICY_RELAXED; ^ libxl/libxl_conf.c:1684:30: note: each undeclared identifier is reported only once for each function it appears in CC libxl/libvirt_driver_libxl_impl_la-libxl_migration.lo
You need Xen 4.6 for that... So yes, missing BuildRequires.
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
On Mon, Nov 30, 2015 at 09:33:12AM -0800, kalkin wrote:
You need Xen 4.6 for that... So yes, missing BuildRequires. Best Regards, |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Ohh looks like i missed it. Thank you and sorry for disturbance. |
kalkin commentedNov 30, 2015
The package
qubes-core-dom0-3.1.4.1is pulling in the dependencylibvirt-daemon-xen >= 1.2.20-4when you try to install it. There is no up to datelibvirt-daemon-xenpackage on current-testing or unstable repositories (I checked the 3.1 and 3.0).I tried to build the RPM package using the current HEAD of
core-libvirt, but this fails during compilation with the following error:Building version
1.20-3works without errors.