[libvirt] [PATCH 2/2] travis: Install gettext

Andrea Bolognani abologna at redhat.com
Wed Sep 6 13:13:30 UTC 2017


msgmerge(1) and friends are required to build libvirt, so the
corresponding package should be installed in the Travis worker.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
I'm honestly baffled it ever worked at all.

Pushed as a CI build fix.

 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 4c9f94573..f59bd19c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ addons:
       - autopoint
       - dnsmasq-base
 #     - dwarves
+      - gettext
       - libapparmor-dev
       - libaudit-dev
       - libavahi-client-dev
-- 
2.13.5




More information about the libvir-list mailing list