netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Report: iproute2 build broken?
@ 2022-07-04 15:51 Jamal Hadi Salim
  2022-07-04 16:04 ` Jamal Hadi Salim
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jamal Hadi Salim @ 2022-07-04 15:51 UTC (permalink / raw)
  To: Petr Machata
  Cc: David Ahern, Stephen Hemminger, Linux Kernel Network Developers

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-06 11:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 15:51 Report: iproute2 build broken? Jamal Hadi Salim
2022-07-04 16:04 ` Jamal Hadi Salim
2022-07-04 16:34 ` Ido Schimmel
2022-07-04 16:59   ` Jamal Hadi Salim
2022-07-04 17:17     ` Ido Schimmel
2022-07-04 19:07       ` Stephen Hemminger
2022-07-06 11:26         ` Jamal Hadi Salim
2022-07-04 17:07 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).