[libvirt] [PATCHv3 0/6] virsh: More intelligent auto-completion

Eric Blake eblake at redhat.com
Fri Aug 30 12:01:46 UTC 2013


On 08/26/2013 06:36 AM, Tomas Meszaros wrote:
> Hi, this patch series is a prototype for my GSoC project (Michal Privoznik
> is my mentor).
> 
> I'm working on virsh auto-completion, trying to make it more "intelligent".
> At this stage, prototype is capable of command and option completion. Three
> completer functions are currently implemented so you can test it. If it turns
> out that this prototype is good enough, I will implement more completer functions.

As we just discovered on IRC, the formula for building without readline
is to either uninstall readline-devel, or to build with:

./configure ac_cv_lib_readline_readline=no \
   ac_cv_search_tgetent=no ac_cv_lib_readline_rl_initialize=no

(Yes, I need to add a patch that adds './configure --disable-readline';
I started a patch on my local tree when we were trying to resolve the
incompatible vbox (LGPLv2-only) vs. readline (GPLv3+) issue a while
back, but since we solved it via moving vbox, I didn't have to castrate
readline at that time)

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130830/fc628143/attachment-0001.sig>


More information about the libvir-list mailing list