Continous Integration Result: FAILED
See below for issues.
This is an EXPERIMENTAL automated CI system.
For questions and feedback, feel free to email
Martin Winter <[email protected]>.
Patches applied :
Patchwork 1600: http://patchwork.quagga.net/patch/1600
[quagga-dev,14001,1/4] bgpd: OPEN parse errors should send OPEN_ERR and
UNSPECIFIC subcode.
Patchwork 1601: http://patchwork.quagga.net/patch/1601
[quagga-dev,14002,2/4] bgpd: Check capability falls on right multiple of
size, where possible.
Patchwork 1602: http://patchwork.quagga.net/patch/1602
[quagga-dev,14003,3/4] tests: add more AS4 capability tests + little
fixes for couple of GR test cases.
Patchwork 1603: http://patchwork.quagga.net/patch/1603
[quagga-dev,14004,4/4] bgpd: make bgp_info_cmp and multiple-path
decision logic more regular
Tested on top of Git : ffe7944 (as of 20151029.142413 UTC)
CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-QPWORK-187/
Get source and apply patch from patchwork: Successful
----------------
Building Stage: Failed
----------------
Make failed for NetBSD6 amd64 build: (see full log in attachment
netbsd6_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460:4: error: 'CAPABILITY_CODE_SELECT_ORDER' undeclared here (not
> in a function)
> bgp_open.c:460:3: error: array index in initializer not of integer type
> bgp_open.c:460:3: error: (near initialization for 'cap_modsizes')
> *** Error code 1
> Stop.
> make: stopped in /home/ci/cibuild.187/quagga-source/bgpd
> *** Error code 1
Make failed for Debian8 amd64 build: (see full log in attachment
debian8_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not
> in a function)
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: array index in initializer not of integer type
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
Make failed for FreeBSD10 amd64 build: (see full log in attachment
freebsd10_amd64_make.log)
> 1 warning generated.
> CC bgp_open.o
> bgp_open.c:460:4: error: use of undeclared identifier
> 'CAPABILITY_CODE_SELECT_ORDER'
> *** Error code 1
> Stop.
> make[2]: stopped in /usr/home/ci/cibuild.187/quagga-source/bgpd
> *** Error code 1
> Stop.
> make[1]: stopped in /usr/home/ci/cibuild.187/quagga-source
Make failed for Ubuntu1204 amd64 build: (see full log in attachment
ubuntu1204_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not
> in a function)
> bgp_open.c:460:3: error: array index in initializer not of integer type
> bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
> make[2]: *** [bgp_open.o] Error 1
> make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/bgpd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ci/cibuild.187/quagga-source'
Make failed for Ubuntu1404 amd64 build: (see full log in attachment
ubuntu1404_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not
> in a function)
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: array index in initializer not of integer type
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
Make failed for FreeBSD9 amd64 build: (see full log in attachment
freebsd9_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460: error: 'CAPABILITY_CODE_SELECT_ORDER' undeclared here (not in
> a function)
> bgp_open.c:460: error: array index in initializer not of integer type
> bgp_open.c:460: error: (near initialization for 'cap_modsizes')
> *** [bgp_open.o] Error code 1
> Stop in /usr/home/ci/cibuild.187/quagga-source/bgpd.
> *** [all-recursive] Error code 1
> Stop in /usr/home/ci/cibuild.187/quagga-source.
Make failed for FreeBSD8 amd64 build: (see full log in attachment
freebsd8_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460: error: 'CAPABILITY_CODE_SELECT_ORDER' undeclared here (not in
> a function)
> bgp_open.c:460: error: array index in initializer not of integer type
> bgp_open.c:460: error: (near initialization for 'cap_modsizes')
> *** Error code 1
> Stop in /usr/home/ci/cibuild.187/quagga-source/bgpd.
> *** Error code 1
> Stop in /usr/home/ci/cibuild.187/quagga-source.
Make failed for CentOS6 amd64 build: (see full log in attachment
centos6_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not in
> a function)
> bgp_open.c:460: error: array index in initializer not of integer type
> bgp_open.c:460: error: (near initialization for ‘cap_modsizes’)
> cc1: warning: unrecognized command line option "-Wno-unused-result"
> make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/bgpd'
> make[2]: *** [bgp_open.o] Error 1
> make[1]: Leaving directory `/home/ci/cibuild.187/quagga-source'
Make failed for NetBSD7 amd64 build: (see full log in attachment
netbsd7_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460:4: error: 'CAPABILITY_CODE_SELECT_ORDER' undeclared here (not
> in a function)
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: array index in initializer not of integer type
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: (near initialization for 'cap_modsizes')
Make failed for OmniOS amd64 build: (see full log in attachment
omnios_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not
> in a function)
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: array index in initializer not of integer type
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
Make failed for CentOS7 amd64 build: (see full log in attachment
centos7_amd64_make.log)
> CC bgp_zebra.o
> CC bgp_open.o
> bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not
> in a function)
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: array index in initializer not of integer type
> [CAPABILITY_CODE_SELECT_ORDER] = 2,
> ^
> bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
Regards,
NetDEF/OpenSourceRouting Continous Integration (CI) System
---
OpenSourceRouting.org is a project of the Network Device Education Foundation,
For more information, see www.netdef.org and www.opensourcerouting.org
For questions in regards to this CI System, contact Martin Winter,
[email protected]
make all-recursive
Making all in lib
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/pkg/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
Making all in zebra
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC ioctl.o
CC ipforward_sysctl.o
CC if_sysctl.o
CC rt_socket.o
CC rtread_sysctl.o
CC kernel_socket.o
CCLD zebra
Making all in bgpd
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function 'bgp_best_selection':
bgp_route.c:1383:41: warning: 'ri' may be used uninitialized in this function
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460:4: error: 'CAPABILITY_CODE_SELECT_ORDER' undeclared here (not in
a function)
bgp_open.c:460:3: error: array index in initializer not of integer type
bgp_open.c:460:3: error: (near initialization for 'cap_modsizes')
*** Error code 1
Stop.
make: stopped in /home/ci/cibuild.187/quagga-source/bgpd
*** Error code 1
Stop.
make: stopped in /home/ci/cibuild.187/quagga-source
*** Error code 1
Stop.
make: stopped in /home/ci/cibuild.187/quagga-source
make all-recursive
make[1]: Entering directory '/home/ci/cibuild.187/quagga-source'
Making all in lib
make[2]: Entering directory '/home/ci/cibuild.187/quagga-source/lib'
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
make[3]: Entering directory '/home/ci/cibuild.187/quagga-source/lib'
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
make[3]: Leaving directory '/home/ci/cibuild.187/quagga-source/lib'
make[2]: Leaving directory '/home/ci/cibuild.187/quagga-source/lib'
Making all in zebra
make[2]: Entering directory '/home/ci/cibuild.187/quagga-source/zebra'
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC zebra_fpm_netlink.o
CC ioctl.o
CC ipforward_proc.o
CC if_netlink.o
CC rt_netlink.o
CC rtread_netlink.o
CCLD zebra
make[2]: Leaving directory '/home/ci/cibuild.187/quagga-source/zebra'
Making all in bgpd
make[2]: Entering directory '/home/ci/cibuild.187/quagga-source/bgpd'
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function ‘bgp_best_selection’:
bgp_route.c:1383:25: warning: ‘ri’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
bgp_mp_list_add (&mp_list, ri);
^
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not in
a function)
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: array index in initializer not of integer type
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
Makefile:539: recipe for target 'bgp_open.o' failed
make[2]: Leaving directory '/home/ci/cibuild.187/quagga-source/bgpd'
make[2]: *** [bgp_open.o] Error 1
Makefile:452: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/home/ci/cibuild.187/quagga-source'
Makefile:383: recipe for target 'all' failed
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make all-recursive
Making all in lib
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/local/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
Making all in zebra
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC ioctl.o
CC ipforward_sysctl.o
CC if_sysctl.o
CC rt_socket.o
CC rtread_sysctl.o
CC kernel_socket.o
CCLD zebra
Making all in bgpd
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c:1383:52: warning: variable 'ri' is uninitialized when used here
[-Wuninitialized]
bgp_mp_list_add (&mp_list, ri);
^~
bgp_route.c:1324:22: note: initialize the variable 'ri' to silence this warning
struct bgp_info *ri;
^
= NULL
CC bgp_zebra.o
1 warning generated.
CC bgp_open.o
bgp_open.c:460:4: error: use of undeclared identifier
'CAPABILITY_CODE_SELECT_ORDER'
*** Error code 1
Stop.
make[2]: stopped in /usr/home/ci/cibuild.187/quagga-source/bgpd
*** Error code 1
Stop.
make[1]: stopped in /usr/home/ci/cibuild.187/quagga-source
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
1 error generated.
*** Error code 1
Stop.
make: stopped in /usr/home/ci/cibuild.187/quagga-source
make all-recursive
make[1]: Entering directory `/home/ci/cibuild.187/quagga-source'
Making all in lib
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/lib'
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
make[3]: Entering directory `/home/ci/cibuild.187/quagga-source/lib'
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
make[3]: Leaving directory `/home/ci/cibuild.187/quagga-source/lib'
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/lib'
Making all in zebra
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/zebra'
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC zebra_fpm_netlink.o
CC ioctl.o
CC ipforward_proc.o
CC if_netlink.o
CC rt_netlink.o
CC rtread_netlink.o
CCLD zebra
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/zebra'
Making all in bgpd
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/bgpd'
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function ‘bgp_best_selection’:
bgp_route.c:1383:41: warning: ‘ri’ may be used uninitialized in this function
[-Wuninitialized]
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not in
a function)
bgp_open.c:460:3: error: array index in initializer not of integer type
bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
make[2]: *** [bgp_open.o] Error 1
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/bgpd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ci/cibuild.187/quagga-source'
make: *** [all] Error 2
make all-recursive
make[1]: Entering directory `/home/ci/cibuild.187/quagga-source'
Making all in lib
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/lib'
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
make[3]: Entering directory `/home/ci/cibuild.187/quagga-source/lib'
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
make[3]: Leaving directory `/home/ci/cibuild.187/quagga-source/lib'
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/lib'
Making all in zebra
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/zebra'
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC zebra_fpm_netlink.o
CC ioctl.o
CC ipforward_proc.o
CC if_netlink.o
CC rt_netlink.o
CC rtread_netlink.o
CCLD zebra
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/zebra'
Making all in bgpd
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/bgpd'
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function ‘bgp_best_selection’:
bgp_route.c:1383:41: warning: ‘ri’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
bgp_mp_list_add (&mp_list, ri);
^
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not in
a function)
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: array index in initializer not of integer type
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
make[2]: *** [bgp_open.o] Error 1
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/bgpd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ci/cibuild.187/quagga-source'
make: *** [all] Error 2
make all-recursive
Making all in lib
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/local/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
Making all in zebra
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC ioctl.o
CC ipforward_sysctl.o
CC if_sysctl.o
CC rt_socket.o
CC rtread_sysctl.o
CC kernel_socket.o
CCLD zebra
Making all in bgpd
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function 'bgp_best_selection':
bgp_route.c:1383: warning: 'ri' is used uninitialized in this function
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460: error: 'CAPABILITY_CODE_SELECT_ORDER' undeclared here (not in a
function)
bgp_open.c:460: error: array index in initializer not of integer type
bgp_open.c:460: error: (near initialization for 'cap_modsizes')
*** [bgp_open.o] Error code 1
Stop in /usr/home/ci/cibuild.187/quagga-source/bgpd.
*** [all-recursive] Error code 1
Stop in /usr/home/ci/cibuild.187/quagga-source.
*** [all] Error code 1
Stop in /usr/home/ci/cibuild.187/quagga-source.
make all-recursive
Making all in lib
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/local/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
Making all in zebra
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC ioctl.o
CC ipforward_sysctl.o
CC if_sysctl.o
CC rt_socket.o
CC rtread_sysctl.o
CC kernel_socket.o
CCLD zebra
Making all in bgpd
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function 'bgp_best_selection':
bgp_route.c:1383: warning: 'ri' is used uninitialized in this function
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460: error: 'CAPABILITY_CODE_SELECT_ORDER' undeclared here (not in a
function)
bgp_open.c:460: error: array index in initializer not of integer type
bgp_open.c:460: error: (near initialization for 'cap_modsizes')
*** Error code 1
Stop in /usr/home/ci/cibuild.187/quagga-source/bgpd.
*** Error code 1
Stop in /usr/home/ci/cibuild.187/quagga-source.
*** Error code 1
Stop in /usr/home/ci/cibuild.187/quagga-source.
make all-recursive
make[1]: Entering directory `/home/ci/cibuild.187/quagga-source'
Making all in lib
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/lib'
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
make[3]: Entering directory `/home/ci/cibuild.187/quagga-source/lib'
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
sockopt.c: In function ‘setsockopt_ipv4_multicast’:
sockopt.c:236: warning: dereferencing pointer ‘si’ does break strict-aliasing
rules
sockopt.c:232: warning: dereferencing pointer ‘si’ does break strict-aliasing
rules
sockopt.c:230: note: initialized from here
At top level:
cc1: warning: unrecognized command line option "-Wno-unused-result"
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
make[3]: Leaving directory `/home/ci/cibuild.187/quagga-source/lib'
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/lib'
Making all in zebra
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/zebra'
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC zebra_fpm_netlink.o
CC ioctl.o
CC ipforward_proc.o
CC if_netlink.o
CC rt_netlink.o
CC rtread_netlink.o
CCLD zebra
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/zebra'
Making all in bgpd
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/bgpd'
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function ‘bgp_best_selection’:
bgp_route.c:1383: warning: ‘ri’ may be used uninitialized in this function
At top level:
cc1: warning: unrecognized command line option "-Wno-unused-result"
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not in a
function)
bgp_open.c:460: error: array index in initializer not of integer type
bgp_open.c:460: error: (near initialization for ‘cap_modsizes’)
cc1: warning: unrecognized command line option "-Wno-unused-result"
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/bgpd'
make[2]: *** [bgp_open.o] Error 1
make[1]: Leaving directory `/home/ci/cibuild.187/quagga-source'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make all-recursive
Making all in lib
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/pkg/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
Making all in zebra
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC ioctl.o
CC ipforward_sysctl.o
CC if_sysctl.o
CC rt_socket.o
CC rtread_sysctl.o
CC kernel_socket.o
CCLD zebra
Making all in bgpd
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function 'bgp_best_selection':
bgp_route.c:1383:41: warning: 'ri' may be used uninitialized in this function
[-Wmaybe-uninitialized]
bgp_mp_list_add (&mp_list, ri);
^
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460:4: error: 'CAPABILITY_CODE_SELECT_ORDER' undeclared here (not in
a function)
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: array index in initializer not of integer type
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: (near initialization for 'cap_modsizes')
*** Error code 1
Stop.
make[2]: stopped in /home/ci/cibuild.187/quagga-source/bgpd
*** Error code 1
Stop.
make[1]: stopped in /home/ci/cibuild.187/quagga-source
*** Error code 1
Stop.
make: stopped in /home/ci/cibuild.187/quagga-source
make all-recursive
make[1]: Entering directory `/export/home/ci/cibuild.187/quagga-source'
Making all in lib
make[2]: Entering directory `/export/home/ci/cibuild.187/quagga-source/lib'
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
make[3]: Entering directory `/export/home/ci/cibuild.187/quagga-source/lib'
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
make[3]: Leaving directory `/export/home/ci/cibuild.187/quagga-source/lib'
make[2]: Leaving directory `/export/home/ci/cibuild.187/quagga-source/lib'
Making all in zebra
make[2]: Entering directory `/export/home/ci/cibuild.187/quagga-source/zebra'
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC ioctl_solaris.o
CC ipforward_solaris.o
CC if_ioctl_solaris.o
CC rt_socket.o
CC rtread_getmsg.o
CC kernel_socket.o
CCLD zebra
make[2]: Leaving directory `/export/home/ci/cibuild.187/quagga-source/zebra'
Making all in bgpd
make[2]: Entering directory `/export/home/ci/cibuild.187/quagga-source/bgpd'
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function ‘bgp_best_selection’:
bgp_route.c:1383:41: warning: ‘ri’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
bgp_mp_list_add (&mp_list, ri);
^
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not in
a function)
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: array index in initializer not of integer type
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
make[2]: Leaving directory `/export/home/ci/cibuild.187/quagga-source/bgpd'
make[2]: *** [bgp_open.o] Error 1
make[1]: Leaving directory `/export/home/ci/cibuild.187/quagga-source'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
make all-recursive
make[1]: Entering directory `/home/ci/cibuild.187/quagga-source'
Making all in lib
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/lib'
(gawk -f ./memtypes.awk ./memtypes.c > memtypes.h)
/usr/bin/perl ./route_types.pl < ./route_types.txt > route_types.h
true
make all-am
make[3]: Entering directory `/home/ci/cibuild.187/quagga-source/lib'
CC network.lo
CC pid_output.lo
CC getopt.lo
CC getopt1.lo
CC daemon.lo
CC checksum.lo
CC vector.lo
CC linklist.lo
CC vty.lo
CC command.lo
CC sockunion.lo
CC prefix.lo
CC thread.lo
CC if.lo
CC memory.lo
CC buffer.lo
CC table.lo
CC hash.lo
CC filter.lo
CC routemap.lo
CC distribute.lo
CC stream.lo
CC str.lo
CC log.lo
CC plist.lo
CC zclient.lo
CC sockopt.lo
CC smux.lo
CC agentx.lo
CC snmp.lo
CC md5.lo
CC if_rmap.lo
CC keychain.lo
CC privs.lo
CC sigevent.lo
CC pqueue.lo
CC jhash.lo
CC memtypes.lo
CC workqueue.lo
CC vrf.lo
CCLD libzebra.la
make[3]: Leaving directory `/home/ci/cibuild.187/quagga-source/lib'
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/lib'
Making all in zebra
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/zebra'
CC test_main.o
CC zebra_rib.o
CC interface.o
CC connected.o
CC debug.o
CC zebra_vty.o
CC kernel_null.o
CC redistribute_null.o
CC ioctl_null.o
CC misc_null.o
CCLD testzebra
CC zserv.o
CC main.o
CC zebra_routemap.o
CC redistribute.o
CC rtadv.o
CC zebra_snmp.o
CC irdp_main.o
CC irdp_interface.o
CC irdp_packet.o
CC router-id.o
CC zebra_fpm.o
CC zebra_fpm_netlink.o
CC ioctl.o
CC ipforward_proc.o
CC if_netlink.o
CC rt_netlink.o
CC rtread_netlink.o
CCLD zebra
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/zebra'
Making all in bgpd
make[2]: Entering directory `/home/ci/cibuild.187/quagga-source/bgpd'
CC bgpd.o
CC bgp_fsm.o
CC bgp_aspath.o
CC bgp_community.o
CC bgp_attr.o
CC bgp_debug.o
CC bgp_route.o
bgp_route.c: In function ‘bgp_best_selection’:
bgp_route.c:1383:41: warning: ‘ri’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
bgp_mp_list_add (&mp_list, ri);
^
CC bgp_zebra.o
CC bgp_open.o
bgp_open.c:460:4: error: ‘CAPABILITY_CODE_SELECT_ORDER’ undeclared here (not in
a function)
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: array index in initializer not of integer type
[CAPABILITY_CODE_SELECT_ORDER] = 2,
^
bgp_open.c:460:3: error: (near initialization for ‘cap_modsizes’)
make[2]: Leaving directory `/home/ci/cibuild.187/quagga-source/bgpd'
make[2]: *** [bgp_open.o] Error 1
make[1]: Leaving directory `/home/ci/cibuild.187/quagga-source'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev