xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH OSSTEST] Install GnuTLS for libvirt builds
@ 2018-09-05 21:43 Jim Fehlig
  2018-09-06  8:18 ` Wei Liu
  2018-09-11 10:43 ` Ian Jackson
  0 siblings, 2 replies; 4+ messages in thread
From: Jim Fehlig @ 2018-09-05 21:43 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, Jim Fehlig, wei.liu2

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 Fehlig <jfehlig@suse.com>
---

Rebase and repost of

https://lists.xenproject.org/archives/html/xen-devel/2018-07/msg02584.html

 Osstest/Toolstack/libvirt.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Osstest/Toolstack/libvirt.pm b/Osstest/Toolstack/libvirt.pm
index 45df173..d5cda77 100644
--- a/Osstest/Toolstack/libvirt.pm
+++ b/Osstest/Toolstack/libvirt.pm
@@ -26,7 +26,7 @@ use XML::LibXML;
 
 sub new {
     my ($class, $ho, $methname,$asset) = @_;
-    my @extra_packages = qw(libavahi-client3);
+    my @extra_packages = qw(libavahi-client3 libgnutls28-dev);
     my $nl_lib = "libnl-3-200";
     $nl_lib = "libnl1" if ($ho->{Suite} =~ m/wheezy/);
     push(@extra_packages, $nl_lib);
-- 
2.18.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH OSSTEST] Install GnuTLS for libvirt builds
  2018-09-05 21:43 [PATCH OSSTEST] Install GnuTLS for libvirt builds Jim Fehlig
@ 2018-09-06  8:18 ` Wei Liu
  2018-09-11 10:43 ` Ian Jackson
  1 sibling, 0 replies; 4+ messages in thread
From: Wei Liu @ 2018-09-06  8:18 UTC (permalink / raw)
  To: Jim Fehlig; +Cc: xen-devel, wei.liu2, ian.jackson

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 libvirt will fix the currently broken builds.
> 
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>

Reviewed-by: Wei Liu <wei.liu2@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH OSSTEST] Install GnuTLS for libvirt builds
  2018-09-05 21:43 [PATCH OSSTEST] Install GnuTLS for libvirt builds Jim Fehlig
  2018-09-06  8:18 ` Wei Liu
@ 2018-09-11 10:43 ` Ian Jackson
  2018-09-17  8:21   ` Ian Jackson
  1 sibling, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2018-09-11 10:43 UTC (permalink / raw)
  To: Jim Fehlig; +Cc: xen-devel, wei.liu2

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 to build libvirt will fix the currently broken builds.
> 
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
> 
> Rebase and repost of
> 
> https://lists.xenproject.org/archives/html/xen-devel/2018-07/msg02584.html

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Thanks, and pushed to pretest.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH OSSTEST] Install GnuTLS for libvirt builds
  2018-09-11 10:43 ` Ian Jackson
@ 2018-09-17  8:21   ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2018-09-17  8:21 UTC (permalink / raw)
  To: Jim Fehlig, xen-devel, wei.liu2

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 hope.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-17  8:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-05 21:43 [PATCH OSSTEST] Install GnuTLS for libvirt builds Jim Fehlig
2018-09-06  8:18 ` Wei Liu
2018-09-11 10:43 ` Ian Jackson
2018-09-17  8:21   ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).