Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2004 10:41:06 -0800 (PST)
From:      "Scott I. Remick" <scott@sremick.net>
To:        freebsd-questions@freebsd.org
Subject:   mpeg4ip require ipv6?
Message-ID:  <20041228184106.27940.qmail@web53608.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041228184106.27940.qmail>