Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev_compile_script.sh is failing while building the zrpcd_qbgp #30

Open
maheshloni opened this issue Jul 3, 2018 · 1 comment
Open
Assignees

Comments

@maheshloni
Copy link
Contributor

zrpc_bgp_configurator.c: At top level:
zrpc_bgp_configurator.c:4525:77: error: unknown type name ‘peer_status_type’
instance_bgp_configurator_handler_get_peer_status(BgpConfiguratorIf iface, peer_status_type _return,
^
zrpc_bgp_configurator.c: In function ‘instance_bgp_configurator_handler_class_init’:
zrpc_bgp_configurator.c:4672:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘enable_b_f_d_failover’
bgp_configurator_handler_class->enable_b_f_d_failover =
^
zrpc_bgp_configurator.c:4675:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘disable_b_f_d_failover’
bgp_configurator_handler_class->disable_b_f_d_failover =
^
zrpc_bgp_configurator.c:4678:32: error: ‘BgpConfiguratorHandlerClass’ has no member named ‘get_peer_status’
bgp_configurator_handler_class->get_peer_status =
^
zrpc_bgp_configurator.c:4679:4: error: ‘instance_bgp_configurator_handler_get_peer_status’ undeclared (first use in this function)
instance_bgp_configurator_handler_get_peer_status;
^
zrpc_bgp_configurator.c:4679:4: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [zrpc_bgp_configurator.o] Error 1
make[3]: Leaving directory /tmp/zrpcd/zrpcd' make[2]: *** [all] Error 2 make[2]: Leaving directory /tmp/zrpcd/zrpcd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/zrpcd'
make: *** [all] Error 2
[root@localhost zrpcd]#

@xiaofeng6WIND
Copy link
Contributor

Hi @maheshloni ,

Now bfd is only available when thrift version is 5. This is an issue.
./pkgsrc/dev_compile_script.sh -p -d -b -v 5

Regards,
Xiaofeng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants