DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75 CC=i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fstack-protector-strong -Os -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot KERNEL_INCLUDE=TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include DOCDIR=/usr/share/doc/iproute2 SUBDIRS=lib tc ip bridge misc genl devlink tipc SBINDIR=/sbin CONF_USR_DIR=/usr/lib/iproute2 LIBDIR=/usr/lib CCOPTS= -Os -fcanon-prefix-map -ffile-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/sources/iproute2-6.19.0=/usr/src/debug/iproute2/6.19.0 -ffile-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/sources/iproute2-6.19.0=/usr/src/debug/iproute2/6.19.0 -ffile-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot= -ffile-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot-native= -pipe -Wno-error=incompatible-pointer-types -ffunction-sections -fdata-sections
lib
CC libgenl.o
CC libnetlink.o
CC mnl_utils.o
CC mnlg.o
CC utils.o
CC utils_math.o
CC rt_names.o
CC ll_map.o
CC ll_types.o
CC ll_addr.o
CC ll_proto.o
CC inet_proto.o
CC namespace.o
CC json_writer.o
CC json_print.o
CC json_print_math.o
utils.c: In function 'print_timestamp':
utils.c:1287:38: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=]
1287 | fprintf(fp, "[%s.%06ld] ", tshort, tv.tv_usec);
| ~~~~^ ~~~~~~~~~~
| | |
| long int suseconds_t {aka long long int}
| %06lld
utils.c:1292:46: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' {aka 'long long int'} [-Wformat=]
1292 | fprintf(fp, "Timestamp: %s %ld usec\n",
| ~~^
| |
| long int
| %lld
1293 | tstr, tv.tv_usec);
| ~~~~~~~~~~
| |
| suseconds_t {aka long long int}
In file included from ll_proto.c:21:
../include/uapi/linux/sockios.h:45:9: warning: 'SIOCGSTAMP' redefined
45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
| ^~~~~~~~~~
In file included from ll_types.c:20:
../include/uapi/linux/sockios.h:45:9: warning: 'SIOCGSTAMP' redefined
45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/sys/ioctl.h:10,
from ll_proto.c:13:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:108:9: note: this is the location of the previous definition
108 | #define SIOCGSTAMP _IOR(0x89, 6, char[16])
| ^~~~~~~~~~
../include/uapi/linux/sockios.h:47:9: warning: 'SIOCGSTAMPNS' redefined
47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \
| ^~~~~~~~~~~~
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:109:9: note: this is the location of the previous definition
109 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])
| ^~~~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/sys/ioctl.h:10,
from ll_types.c:12:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:108:9: note: this is the location of the previous definition
108 | #define SIOCGSTAMP _IOR(0x89, 6, char[16])
| ^~~~~~~~~~
../include/uapi/linux/sockios.h:47:9: warning: 'SIOCGSTAMPNS' redefined
47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \
| ^~~~~~~~~~~~
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:109:9: note: this is the location of the previous definition
109 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])
| ^~~~~~~~~~~~
In file included from ll_addr.c:20:
../include/uapi/linux/sockios.h:45:9: warning: 'SIOCGSTAMP' redefined
45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/sys/ioctl.h:10,
from ll_addr.c:12:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:108:9: note: this is the location of the previous definition
108 | #define SIOCGSTAMP _IOR(0x89, 6, char[16])
| ^~~~~~~~~~
../include/uapi/linux/sockios.h:47:9: warning: 'SIOCGSTAMPNS' redefined
47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \
| ^~~~~~~~~~~~
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:109:9: note: this is the location of the previous definition
109 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])
| ^~~~~~~~~~~~
CC names.o
CC color.o
CC bpf_legacy.o
CC bpf_glue.o
CC exec.o
bpf_legacy.c: In function 'bpf_obj_hash':
bpf_legacy.c:1356:64: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
1356 | fprintf(stderr, "Error from sendfile (%zd vs %zu bytes): %s\n",
| ~~^
| |
| unsigned int
| %llu
1357 | size, stbuff.st_size, strerror(errno));
| ~~~~~~~~~~~~~~
| |
| off_t {aka long long int}
CC rose_ntop.o
CC mpls_pton.o
CC ax25_ntop.o
CC selinux.o
In file included from rose_ntop.c:16:
../include/uapi/linux/sockios.h:45:9: warning: 'SIOCGSTAMP' redefined
45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/sys/ioctl.h:10,
from rose_ntop.c:7:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:108:9: note: this is the location of the previous definition
108 | #define SIOCGSTAMP _IOR(0x89, 6, char[16])
| ^~~~~~~~~~
../include/uapi/linux/sockios.h:47:9: warning: 'SIOCGSTAMPNS' redefined
47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \
| ^~~~~~~~~~~~
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:109:9: note: this is the location of the previous definition
109 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])
| ^~~~~~~~~~~~
CC netrom_ntop.o
CC mpls_ntop.o
CC ppp_proto.o
CC bridge.o
CC cg_map.o
CC fs.o
AR libnetlink.a
AR libutil.a
tc
CC tc.o
CC tc_qdisc.o
CC tc_class.o
CC tc_filter.o
CC tc_exec.o
CC m_police.o
CC tc_monitor.o
CC m_estimator.o
CC tc_util.o
CC m_action.o
CC m_ematch.o
YACC emp_ematch.tab.c
LEX emp_ematch.lex.c
CC q_dualpi2.o
CC q_fifo.o
CC q_sfq.o
CC q_red.o
CC q_prio.o
CC q_skbprio.o
CC q_tbf.o
CC q_multiq.o
CC q_netem.o
CC q_choke.o
CC q_sfb.o
CC f_u32.o
CC f_route.o
CC f_fw.o
CC f_basic.o
CC f_bpf.o
CC f_flow.o
CC f_cgroup.o
CC f_flower.o
CC q_gred.o
CC q_ingress.o
CC q_hfsc.o
CC q_htb.o
In file included from ../include/uapi/linux/netdevice.h:29,
from ../include/uapi/linux/if_arp.h:27,
from f_flower.c:14:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from f_flower.c:12:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
CC q_drr.o
CC q_qfq.o
CC m_gact.o
CC m_mirred.o
CC m_mpls.o
CC m_nat.o
CC m_pedit.o
CC m_ife.o
CC m_skbedit.o
CC m_skbmod.o
CC m_csum.o
CC m_simple.o
CC m_vlan.o
CC m_connmark.o
CC m_ctinfo.o
CC m_bpf.o
CC m_tunnel_key.o
CC m_sample.o
CC m_ct.o
CC m_gate.o
CC p_ip.o
CC p_ip6.o
CC p_icmp.o
CC p_eth.o
CC p_tcp.o
CC p_udp.o
CC em_nbyte.o
CC em_cmp.o
CC em_u32.o
CC em_canid.o
CC em_meta.o
CC q_mqprio.o
CC q_codel.o
CC q_fq_codel.o
CC q_fq.o
CC q_pie.o
CC q_fq_pie.o
CC q_cake.o
CC q_hhf.o
CC q_clsact.o
CC e_bpf.o
CC f_matchall.o
CC q_cbs.o
CC q_etf.o
CC q_taprio.o
CC q_plug.o
CC q_ets.o
CC em_ipt.o
CC em_ipset.o
CC tc_core.o
CC tc_red.o
CC tc_estimator.o
CC tc_stab.o
In file included from tc_util.h:7,
from m_ematch.h:11,
from em_ipt.c:13:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from ../include/xtables.h:17,
from em_ipt.c:12:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
CC tc_qevent.o
In file included from tc_util.h:7,
from m_ematch.h:11,
from em_ipset.c:39:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from ../include/xtables.h:17,
from em_ipset.c:23:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
CC emp_ematch.tab.o
CC emp_ematch.lex.o
AR libtc.a
LINK tc
rm emp_ematch.lex.c
ip
CC ip.o
CC ipaddress.o
CC ipaddrlabel.o
CC iproute.o
CC iprule.o
CC ipnetns.o
CC rtm_map.o
CC iptunnel.o
CC ip6tunnel.o
CC tunnel.o
CC ipneigh.o
CC ipntable.o
CC ipmaddr.o
CC ipmonitor.o
CC ipmroute.o
CC iplink.o
In file included from ../include/uapi/linux/if_tunnel.h:6,
from iptunnel.c:19:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from iptunnel.c:16:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
In file included from ipaddress.c:26:
../include/uapi/linux/sockios.h:45:9: warning: 'SIOCGSTAMP' redefined
45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/sys/ioctl.h:10,
from ipaddress.c:14:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:108:9: note: this is the location of the previous definition
108 | #define SIOCGSTAMP _IOR(0x89, 6, char[16])
| ^~~~~~~~~~
../include/uapi/linux/sockios.h:47:9: warning: 'SIOCGSTAMPNS' redefined
47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \
| ^~~~~~~~~~~~
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:109:9: note: this is the location of the previous definition
109 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])
| ^~~~~~~~~~~~
In file included from ipmroute.c:22:
../include/uapi/linux/sockios.h:45:9: warning: 'SIOCGSTAMP' redefined
45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/sys/ioctl.h:10,
from ipmroute.c:13:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:108:9: note: this is the location of the previous definition
108 | #define SIOCGSTAMP _IOR(0x89, 6, char[16])
| ^~~~~~~~~~
../include/uapi/linux/sockios.h:47:9: warning: 'SIOCGSTAMPNS' redefined
47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \
| ^~~~~~~~~~~~
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:109:9: note: this is the location of the previous definition
109 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])
| ^~~~~~~~~~~~
In file included from ipmaddr.c:21:
../include/uapi/linux/sockios.h:45:9: warning: 'SIOCGSTAMP' redefined
45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/sys/ioctl.h:10,
from ipmaddr.c:12:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:108:9: note: this is the location of the previous definition
108 | #define SIOCGSTAMP _IOR(0x89, 6, char[16])
| ^~~~~~~~~~
../include/uapi/linux/sockios.h:47:9: warning: 'SIOCGSTAMPNS' redefined
47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \
| ^~~~~~~~~~~~
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:109:9: note: this is the location of the previous definition
109 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])
| ^~~~~~~~~~~~
CC ipprefix.o
CC iptuntap.o
CC iptoken.o
CC ipxfrm.o
CC xfrm_state.o
CC xfrm_policy.o
CC xfrm_monitor.o
CC iplink_dummy.o
CC iplink_ifb.o
CC iplink_nlmon.o
CC iplink_team.o
CC iplink_vcan.o
xfrm_policy.c: In function 'xfrm_policy_default_print':
xfrm_policy.c:1226:60: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
1226 | "BUG: short nlmsg len %u (expect %lu) for XFRM_MSG_GETDEFAULT\n",
| ~~^
| |
| long unsigned int
| %u
CC iplink_vxcan.o
CC iplink_vlan.o
CC link_veth.o
CC link_gre.o
CC iplink_can.o
CC iplink_xdp.o
CC iplink_macvlan.o
CC ipl2tp.o
In file included from ../include/uapi/linux/if_tunnel.h:6,
from link_gre.c:15:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from link_gre.c:9:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
CC link_vti.o
CC link_vti6.o
In file included from ../include/uapi/linux/if_tunnel.h:6,
from link_vti.c:16:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from link_vti.c:10:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
In file included from ../include/uapi/linux/if_tunnel.h:6,
from link_vti6.c:17:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from link_vti6.c:11:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
CC link_xfrm.o
CC iplink_vxlan.o
CC tcp_metrics.o
CC iplink_ipoib.o
CC ipnetconf.o
CC link_ip6tnl.o
CC link_iptnl.o
CC link_gre6.o
CC iplink_bond.o
CC iplink_bond_slave.o
CC iplink_hsr.o
CC iplink_bridge.o
In file included from ../include/uapi/linux/if_tunnel.h:6,
from link_ip6tnl.c:15:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from link_ip6tnl.c:9:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
In file included from ../include/uapi/linux/if_tunnel.h:6,
from link_gre6.c:15:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from link_gre6.c:9:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
In file included from ../include/uapi/linux/if_tunnel.h:6,
from link_iptnl.c:16:
../include/uapi/linux/if.h:134:9: warning: 'IFF_VOLATILE' redefined
134 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
| ^~~~~~~~~~~~
In file included from link_iptnl.c:9:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/net/if.h:48:9: note: this is the location of the previous definition
48 | #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| \
| ^~~~~~~~~~~~
CC iplink_bridge_slave.o
CC iplink_dsa.o
CC ipfou.o
CC iplink_ipvlan.o
CC iplink_geneve.o
CC iplink_vrf.o
CC iproute_lwtunnel.o
CC ipmacsec.o
CC ipila.o
CC ipvrf.o
CC iplink_xstats.o
CC ipseg6.o
CC iplink_netdevsim.o
CC iplink_rmnet.o
CC ipnexthop.o
CC ipmptcp.o
CC iplink_bareudp.o
CC iplink_wwan.o
CC ipioam6.o
CC iplink_amt.o
ipnexthop.c: In function 'ipnh_parse_nhmsg':
ipnexthop.c:464:78: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat=]
464 | fprintf(fp, "<nexthop id %u invalid gateway length %lu>\n",
| ~~^
| |
| long unsigned int
| %u
CC iplink_batadv.o
CC iplink_gtp.o
CC iplink_virt_wifi.o
CC iplink_netkit.o
CC ipstats.o
CC rtmon.o
LINK rtmon
LINK ip
bridge
CC bridge.o
CC fdb.o
CC monitor.o
CC mdb.o
CC link.o
CC mst.o
CC vlan.o
CC vni.o
LINK bridge
misc
CC ss.o
CC ssfilter_check.o
YACC ssfilter.tab.c
CC nstat
CC ifstat
CC rtacct
CC lnstat.o
CC lnstat_util.o
In file included from lnstat.c:35:
../include/json_print.h:80:30: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration
80 | _PRINT_FUNC(tv, const struct timeval *)
| ^~~~~~~
../include/json_print.h:50:37: note: in definition of macro '_PRINT_FUNC'
50 | type value); \
| ^~~~
../include/json_print.h:80:30: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration
80 | _PRINT_FUNC(tv, const struct timeval *)
| ^~~~~~~
../include/json_print.h:55:45: note: in definition of macro '_PRINT_FUNC'
55 | type value) \
| ^~~~
../include/json_print.h: In function 'print_tv':
../include/json_print.h:58:48: warning: passing argument 5 of 'print_color_tv' from incompatible pointer type [-Wincompatible-pointer-types]
58 | value); \
| ^~~~~
| |
| const struct timeval *
../include/json_print.h:80:1: note: in expansion of macro '_PRINT_FUNC'
80 | _PRINT_FUNC(tv, const struct timeval *)
| ^~~~~~~~~~~
../include/json_print.h:50:42: note: expected 'const struct timeval *' but argument is of type 'const struct timeval *'
50 | type value); \
| ^
../include/json_print.h:80:1: note: in expansion of macro '_PRINT_FUNC'
80 | _PRINT_FUNC(tv, const struct timeval *)
| ^~~~~~~~~~~
In file included from ../include/json_print.h:12,
from nstat.c:27:
../include/color.h:27:34: error: unknown type name '__u8'
27 | enum color_attr ifa_family_color(__u8 ifa_family);
| ^~~~
../include/color.h:28:34: error: unknown type name '__u8'
28 | enum color_attr oper_state_color(__u8 state);
| ^~~~
../include/json_print.h:71:19: error: unknown type name '__u64'
71 | _PRINT_FUNC(size, __u64)
| ^~~~~
../include/json_print.h:50:37: note: in definition of macro '_PRINT_FUNC'
50 | type value); \
| ^~~~
../include/json_print.h:71:19: error: unknown type name '__u64'
71 | _PRINT_FUNC(size, __u64)
| ^~~~~
../include/json_print.h:55:45: note: in definition of macro '_PRINT_FUNC'
55 | type value) \
| ^~~~
../include/json_print.h:100:44: error: unknown type name '__u32'
100 | unsigned int print_range(const char *name, __u32 start, __u32 end);
| ^~~~~
../include/json_print.h:100:57: error: unknown type name '__u32'
100 | unsigned int print_range(const char *name, __u32 start, __u32 end);
| ^~~~~
../include/json_print.h:112:19: error: unknown type name '__u64'
112 | char *sprint_size(__u64 sz, char *buf);
| ^~~~~
CC ssfilter.tab.o
In file included from ../include/uapi/linux/tipc.h:42,
from ss.c:49:
../include/uapi/linux/sockios.h:45:9: warning: 'SIOCGSTAMP' redefined
45 | #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/sys/ioctl.h:10,
from ss.c:12:
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:108:9: note: this is the location of the previous definition
108 | #define SIOCGSTAMP _IOR(0x89, 6, char[16])
| ^~~~~~~~~~
../include/uapi/linux/sockios.h:47:9: warning: 'SIOCGSTAMPNS' redefined
47 | #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \
| ^~~~~~~~~~~~
TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/recipe-sysroot/usr/include/bits/ioctl.h:109:9: note: this is the location of the previous definition
109 | #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])
| ^~~~~~~~~~~~
make[1]: *** [Makefile:19: nstat] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:81: all] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/temp/run.do_compile.4123460:178 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/temp/run.do_compile.4123460, line 178
#2: die, TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/temp/run.do_compile.4123460, line 163
#3: oe_runmake, TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/temp/run.do_compile.4123460, line 168
#4: base_do_compile, TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/temp/run.do_compile.4123460, line 146
#5: do_compile, TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/temp/run.do_compile.4123460, line 140
#6: main, TOPDIR/tmp/work/core2-32-poky-linux-musl/iproute2/6.19.0/temp/run.do_compile.4123460, line 188