[libvirt] [jenkins-ci PATCH] guests: Install libtirpc when building libvirt

Andrea Bolognani posted 1 patch 6 years, 3 months ago
Failed in applying to current master (apply log)
guests/vars/mappings.yml         | 4 ++++
guests/vars/projects/libvirt.yml | 1 +
2 files changed, 5 insertions(+)
[libvirt] [jenkins-ci PATCH] guests: Install libtirpc when building libvirt
Posted by Andrea Bolognani 6 years, 3 months ago
Recent glibc versions don't include an RPC library anymore, so
we need to make sure an alternative implementation is available
for libvirt to use.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 guests/vars/mappings.yml         | 4 ++++
 guests/vars/projects/libvirt.yml | 1 +
 2 files changed, 5 insertions(+)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index 9c194d0..e669b6c 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -279,6 +279,10 @@ mappings:
     pkg: libssh2
     rpm: libssh2-devel
 
+  libtirpc:
+    deb: libtirpc-dev
+    rpm: libtirpc-devel
+
   libtool:
     default: libtool
     Debian: libtool-bin
diff --git a/guests/vars/projects/libvirt.yml b/guests/vars/projects/libvirt.yml
index ba1e4c3..598dfc4 100644
--- a/guests/vars/projects/libvirt.yml
+++ b/guests/vars/projects/libvirt.yml
@@ -32,6 +32,7 @@ packages:
   - libselinux
   - libssh
   - libssh2
+  - libtirpc
   - libudev
   - libxml2
   - lvm2
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: Install libtirpc when building libvirt
Posted by Daniel P. Berrange 6 years, 3 months ago
On Mon, Jan 15, 2018 at 09:12:18AM +0100, Andrea Bolognani wrote:
> Recent glibc versions don't include an RPC library anymore, so
> we need to make sure an alternative implementation is available
> for libvirt to use.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  guests/vars/mappings.yml         | 4 ++++
>  guests/vars/projects/libvirt.yml | 1 +
>  2 files changed, 5 insertions(+)

Reviewed-by: Daniel P. Berrange <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list