From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 18:41:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66A0116A4CE for ; Tue, 28 Dec 2004 18:41:07 +0000 (GMT) Received: from web53608.mail.yahoo.com (web53608.mail.yahoo.com [206.190.37.41]) by mx1.FreeBSD.org (Postfix) with SMTP id DEE1443D46 for ; Tue, 28 Dec 2004 18:41:06 +0000 (GMT) (envelope-from scott@sremick.net) Received: (qmail 27942 invoked by uid 60001); 28 Dec 2004 18:41:06 -0000 Message-ID: <20041228184106.27940.qmail@web53608.mail.yahoo.com> Received: from [65.213.7.6] by web53608.mail.yahoo.com via HTTP; Tue, 28 Dec 2004 10:41:06 PST X-RocketYMMF: siremick Date: Tue, 28 Dec 2004 10:41:06 -0800 (PST) From: "Scott I. Remick" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: mpeg4ip require ipv6? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 18:41:07 -0000 I still can't get mpeg4ip upgraded from 1.0 to 1.1: cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/X11R6/include -DDEBU G -I../.. -O -pipe -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-protot ypes -Wmissing-declarations -Werror -MT net_udp.lo -MD -MP -MF .deps/net_udp.Tpo -c net_udp.c -fPIC -DPIC -o .libs/net_udp.o net_udp.c: In function `udp_init6': net_udp.c:612: error: `IPV6_ADD_MEMBERSHIP' undeclared (first use in this functi on) cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/X11R6/include -DDEBUG -I../.. -O -pipe -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations -Werror -MT net_udp.lo -MD -MP -MF .deps/net_udp.Tpo -c net_udp.c -fPIC -DPIC -o .libs/net_udp.o net_udp.c: In function `udp_init6': net_udp.c:612: error: `IPV6_ADD_MEMBERSHIP' undeclared (first use in this function) net_udp.c:612: error: (Each undeclared identifier is reported only once net_udp.c:612: error: for each function it appears in.) net_udp.c: In function `udp_exit6': net_udp.c:654: error: `IPV6_DROP_MEMBERSHIP' undeclared (first use in this function) gmake[5]: *** [net_udp.lo] Error 1 gmake[5]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib/rtp' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib/rtp' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib/rtp' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/mpeg4ip/work/mpeg4ip-1.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mpeg4ip. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade99436.25 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! multimedia/mpeg4ip (mpeg4ip-1.0) (compiler error) ---> Packages processed: 0 done, 25 ignored, 0 skipped and 1 failed >From that I'm suspecting that mpeg4ip might REQUIRE IPV6 support? Is that true? Why would this be the case? I have it commented out of my kernel. Could I be setting myself up for other problems by not using IPV6? Any insight appreciated... thanks!