[libvirt] [PATCH] vsh-table: Fix broken build on centos and rhel

Andrea Bolognani abologna at redhat.com
Wed Aug 29 12:08:10 UTC 2018


On Wed, 2018-08-29 at 09:48 +0200, Simon Kobyda wrote:
> The reason of broken build was that centos and rhel use older version of glibc.
> These versions of glibc on these platforms cannot work with newer unicodes,
> therefore functions iswprint() and wcwidth() failed. So I replaced them with
> older unicode characters.
> 
> Signed-off-by: Simon Kobyda <skobyda at redhat.com>
> ---
>  tests/vshtabletest.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Still broken on FreeBSD 11:

  https://ci.centos.org/view/libvirt/job/libvirt-master-check/systems=libvirt-freebsd-11/1345/console

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list