[Bug 1300940] Re: vtysh fails to compile in quagga 0.99.22.4

2014-10-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: quagga (Ubuntu)
   Status: New => Confirmed

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300940] Re: vtysh fails to compile in quagga 0.99.22.4

2014-10-01 Thread Jeff Loughridge
I was able to correct the issue by applying the patch at
https://bugs.archlinux.org/task/39495.

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300940] Re: vtysh fails to compile in quagga 0.99.22.4

2014-04-21 Thread Paula Atchison
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1300940] Re: vtysh fails to compile in quagga 0.99.22.4

2014-04-01 Thread Phil Wiggins
Please close.  It's a configure flag:
./configure --enable-user=root --enable-group=root --enable-vty-group=root 
--sysconfdir=/usr/local/etc/quagga --localstatedir=/var/run/quagga 
--enable-vtysh --with-libpam

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs