Re: [Xen-devel] [PATCH OSSTEST] Install GnuTLS for libvirt builds

2018-09-17 Thread Ian Jackson
Ian Jackson writes ("Re: [PATCH OSSTEST] Install GnuTLS for libvirt builds"): > Thanks, and pushed to pretest. It appears that I pushed this to the wrong branch and it didn't make it in yet. I have now corrected that mistake. Sorry about that. It will make its way into osstest production soon I

Re: [Xen-devel] [PATCH OSSTEST] Install GnuTLS for libvirt builds

2018-09-11 Thread Ian Jackson
Jim Fehlig writes ("[PATCH OSSTEST] Install GnuTLS for libvirt builds"): > Since libvirt commit 60d9ad6f GnuTLS is required to build libvirt. The > various libvirt build tests in osstest began failing after the commit > hit libvirt.git master. Adding libgnutls28-dev to the list of packages > needed

Re: [Xen-devel] [PATCH OSSTEST] Install GnuTLS for libvirt builds

2018-09-06 Thread Wei Liu
On Wed, Sep 05, 2018 at 03:43:12PM -0600, Jim Fehlig wrote: > Since libvirt commit 60d9ad6f GnuTLS is required to build libvirt. The > various libvirt build tests in osstest began failing after the commit > hit libvirt.git master. Adding libgnutls28-dev to the list of packages > needed to build lib

[Xen-devel] [PATCH OSSTEST] Install GnuTLS for libvirt builds

2018-09-05 Thread Jim Fehlig
Since libvirt commit 60d9ad6f GnuTLS is required to build libvirt. The various libvirt build tests in osstest began failing after the commit hit libvirt.git master. Adding libgnutls28-dev to the list of packages needed to build libvirt will fix the currently broken builds. Signed-off-by: Jim Fehli