lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 4 Jul 2022 11:51:39 -0400 From: Jamal Hadi Salim <jhs@...atatu.com> To: Petr Machata <petrm@...dia.com> Cc: David Ahern <dsahern@...il.com>, Stephen Hemminger <stephen@...workplumber.org>, Linux Kernel Network Developers <netdev@...r.kernel.org> Subject: Report: iproute2 build broken? I have to admit i am being lazy here digging into the root cause but normally iproute2 should just build standalone regardless especially when it is a stable version: $ cat include/version.h static const char version[] = "5.18.0"; $make .. .... ..... CC iplink_bond.o iplink_bond.c:935:10: error: initializer element is not constant .desc = ipstats_stat_desc_bond_tmpl_lacp, ^ iplink_bond.c:935:10: note: (near initialization for ‘ipstats_stat_desc_xstats_bond_lacp.desc’) iplink_bond.c:957:10: error: initializer element is not constant .desc = ipstats_stat_desc_bond_tmpl_lacp, ^ iplink_bond.c:957:10: note: (near initialization for ‘ipstats_stat_desc_xstats_slave_bond_lacp.desc’) ../config.mk:40: recipe for target 'iplink_bond.o' failed make[1]: *** [iplink_bond.o] Error 1 Makefile:77: recipe for target 'all' failed make: *** [all] Error 2 There's more if you fix that one given a whole lot of dependencies cheers, jamal
Powered by blists - more mailing lists