Who broken RELENG_7 (as of Feb 22 18:24 UTC)? ===> usr.sbin/ifmcstat (all) cc -O2 -fno-strict-aliasing -pipe -DINET6 -DWITH_KVM -Wsystem-headers -Wall -Wn o-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.sbin/ifmcstat/ ifmcstat.c /usr/src/usr.sbin/ifmcstat/ifmcstat.c: In function 'ifmcstat_getifmaddrs': /usr/src/usr.sbin/ifmcstat/ifmcstat.c:771: error: 'pllasa' undeclared (first use in this function) /usr/src/usr.sbin/ifmcstat/ifmcstat.c:771: error: (Each undeclared identifier is reported only once /usr/src/usr.sbin/ifmcstat/ifmcstat.c:771: error: for each function it appears i n.) *** Error code 1 Stop in /usr/src/usr.sbin/ifmcstat. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 -cpghost. -- Cordula's Web. http://www.cordula.ws/
On Sun, Feb 22, 2009 at 09:32:57PM +0100, cpghost wrote:> Who broken RELENG_7 (as of Feb 22 18:24 UTC)? > > ===> usr.sbin/ifmcstat (all) > cc -O2 -fno-strict-aliasing -pipe -DINET6 -DWITH_KVM -Wsystem-headers -Wall -Wn > o-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.sbin/ifmcstat/ > ifmcstat.c > /usr/src/usr.sbin/ifmcstat/ifmcstat.c: In function 'ifmcstat_getifmaddrs': > /usr/src/usr.sbin/ifmcstat/ifmcstat.c:771: error: 'pllasa' undeclared (first use > in this function) > /usr/src/usr.sbin/ifmcstat/ifmcstat.c:771: error: (Each undeclared identifier is > reported only once > /usr/src/usr.sbin/ifmcstat/ifmcstat.c:771: error: for each function it appears i > n.) > *** Error code 1 > > Stop in /usr/src/usr.sbin/ifmcstat. > *** Error code 1Nevermind, it is probably already fixed: http://lists.freebsd.org/pipermail/svn-src-stable/2009-February/000854.html Sorry for the noise. Rebuilding world now... ;) -cpghost. -- Cordula's Web. http://www.cordula.ws/
Already dealt with, I was merging a change by hand whilst hungover after a good party. ;^) Sorry for the churn. A lot of this stuff gets utterly demolished and rebuilt in the IGMPv3 snap. I don't plan to backport the multicast work ongoing in p4 to 7-STABLE without testers, and air-out in 8-CURRENT first. One of the reasons it's taken so long is because there has been a *lot* of network stack re-engineering in 8-CURRENT (VIMAGE, arpv2, multi-fib, IFF_NEEDSGIANT removal). ASM state changes are believed working, but that is dog simple... Right now my aim is to get SSM working in the p4 branch fully. The IGMPv3 bottom half code is all done with the VIMAGE hooks, it's just a case of making the SSM state change stuff behave right. cheers BMS