Date: Wed, 08 May 2013 10:20:32 -0400 From: hccip@hush.com To: freebsd-questions@freebsd.org Subject: Buildworld Compile Error - ifmcstat Message-ID: <20130508142032.A6DA0E6736@smtp.hushmail.com>
next in thread | raw e-mail | index | archive | help
FreeBSD 9.1-RELEASE-p3 ===> usr.sbin/ifmcstat (all) cc -O2 -pipe -march=nocona -DINET6 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.sbin/ifmcstat/ifmcstat.c cc1: warnings being treated as errors /usr/src/usr.sbin/ifmcstat/ifmcstat.c:169: warning: 'in6_ifinfo' used but never defined *** [ifmcstat.o] Error code 1 Stop in /usr/src/usr.sbin/ifmcstat. *** [all] Error code 1 I recently removed WITHOUT_IPV6 and WITHOUT_IPV6_SUPPORT from my src.conf - that's why I'm rebuilding world - to get IPv6 support. The custom kernel I am currently running already has INET6. It seems a function definition for ifmcstat is missing somewhere? Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130508142032.A6DA0E6736>