[libvirt] [jenkins-ci PATCH 1/2] guests: Install ncurses for libvirt

Andrea Bolognani abologna at redhat.com
Fri Apr 12 14:51:36 UTC 2019


On Fri, 2019-04-12 at 15:36 +0100, Daniel P. Berrangé wrote:
> On Fri, Apr 12, 2019 at 04:31:35PM +0200, Andrea Bolognani wrote:
> > As of libvirt commit c98de2173e95, we use pkg-config to obtain
> > CFLAGS and LIBS for readline whenever possible. However, since
> > the readline.pc file contains a Requires.private for a module
> > that's shipped with ncurses (the actual module varies based on
> > the platform) we will end up falling back to the old library
> > detection if said library is not installed on the system.
> 
> Wow, this looks like a packaging dep bug on every platform :-(

Either that or the readline.pc file is not entirely accurate,
which would not surprise me seeing how wrong they got include path
handling so far O:-)

When you think about it, so far we have been able to link against
readline on all platforms using -lreadline only; plus FreeBSD folks
are commenting out the Requires.private line entirely anyway.

So it looks to me like readline.pc is being extremely conservative
and they could get away with not having a Requires.private in the
first place - but then again it might be needed on platforms that
are outside of our support list but not theirs...

Whatever it is, including ncurses among our requirements is safe
enough (in fact, our .spec file already does so) and doesn't
significantly impact the size of our guest / container images, so
I'm perfectly happy handling it this way.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list