If bug is related ro readline (readline6 library) vtysh.c may need a fix as
shown in Diff below:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741774
2214,2215c2214
< /* rl_bind_key ('?', (Function *) vtysh_rl_describe); FIX cast to match
readline.h */
< rl_bind_key ('?', (rl_command_func_t *) vtysh_rl_describe);
---
> rl_bind_key ('?', (Function *) vtysh_rl_describe);
2217,2218c2216
< /* rl_attempted_completion_function = (CPPFunction *)new_completion; FIX:
cast to match readline.h */
< rl_attempted_completion_function = (rl_completion_func_t *)new_completion;
---
> rl_attempted_completion_function = (CPPFunction *)new_completion;
** Bug watch added: Debian Bug tracker #741774
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741774
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga in Ubuntu.
https://bugs.launchpad.net/bugs/1300940
Title:
vtysh fails to compile in quagga 0.99.22.4
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quagga/+bug/1300940/+subscriptions
--
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs