This bug was fixed in the package iproute2 - 4.9.0-1ubuntu2.1 --------------- iproute2 (4.9.0-1ubuntu2.1) artful; urgency=medium
* Fix ip maddr show (LP: #1732032): - d/p/1003-ip-maddr-fix-igmp-parsing.patch: fix igmp parsing when iface is long - d/p/1004-ip-maddr-avoid-uninitialized-data.patch: avoid accessing uninitialized data - d/p/1005-ip-maddr-fix-filtering-by-device.patch: fix filtering by device * d/p/1006-fix-undeclared-UINT16_MAX.patch: FTBFS: tc: include stdint.h explicitly for UINT16_MAX (LP: #1735158) -- Andreas Hasenack <andr...@canonical.com> Wed, 29 Nov 2017 11:02:27 -0200 ** Changed in: iproute2 (Ubuntu Artful) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1735158 Title: FTBFS with gcc7 Status in iproute2 package in Ubuntu: Fix Released Status in iproute2 source package in Artful: Fix Released Bug description: tc CC tc_core.o tc_core.c: In function ‘tc_calc_size_table’: tc_core.c:190:29: error: ‘UINT16_MAX’ undeclared (first use in this function); did you mean ‘__INT16_MAX__’? if ((sz >> s->size_log) > UINT16_MAX) { ^~~~~~~~~~ __INT16_MAX__ tc_core.c:190:29: note: each undeclared identifier is reported only once for each function it appears in ../Config:40: recipe for target 'tc_core.o' failed make[3]: *** [tc_core.o] Error 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1735158/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp