From owner-freebsd-questions@FreeBSD.ORG Wed May 8 14:51:26 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CF20CFB3 for ; Wed, 8 May 2013 14:51:26 +0000 (UTC) (envelope-from hccip@hush.com) Received: from smtp2.hushmail.com (smtp2a.hushmail.com [65.39.178.237]) by mx1.freebsd.org (Postfix) with ESMTP id BB35036E for ; Wed, 8 May 2013 14:51:26 +0000 (UTC) Received: from smtp2.hushmail.com (smtp2a.hushmail.com [65.39.178.237]) by smtp2.hushmail.com (Postfix) with SMTP id BFA06E7D9C for ; Wed, 8 May 2013 14:20:32 +0000 (UTC) Received: from smtp.hushmail.com (w5.hushmail.com [65.39.178.80]) by smtp2.hushmail.com (Postfix) with ESMTP for ; Wed, 8 May 2013 14:20:32 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id A6DA0E6736; Wed, 8 May 2013 14:20:32 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 08 May 2013 10:20:32 -0400 To: freebsd-questions@freebsd.org Subject: Buildworld Compile Error - ifmcstat From: hccip@hush.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20130508142032.A6DA0E6736@smtp.hushmail.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 14:51:26 -0000 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!