Euan Harris

Results 27 comments of Euan Harris

For example, linux-guest-loader requires xcp-python-libs at runtime, but not a build time. xcp-python-libs will still be built because it is a dependency of the 'all 'target, but some other packages...

Partly fixed by #593. We now use the Xen 4 repository from CentOS, but it would be neater to install the centos-release-xen package instead of setting up the repo configuration...

@jonludlam

@Carlosgrr: Your problem is that we don't have [Planex](https://github.com/xenserver/planex) binary packages for Ubuntu vivid. @jonludlam runs a PPA which is currently the source for Ubuntu packages, so I've asked him...

No, I think @jonludlam is referring to the ocaml-core package, which seems to be the package failing to build in the output you posted above: ``` Makefile:69: recipe for target...

Candidates may include libvirt, js-of-ocaml, ocaml-camomile.

If we are building these packages because they don't exist in CentOS, we should add them to a separate repository similar to epel. Maybe call it `xs-baggage`? :)

It turns out that dh_pysupport is now also deprecated, having been replaced by dh_python2: https://wiki.debian.org/Python/TransitionToDHPython2

I fixed the hard coded paths in xapi.spec in pull request #201. This is the only package that installs files to the Python site-packages directory; the others install them to...

See https://fedoraproject.org/wiki/Common_Rpmlint_issues for common problems and their resolutions.