From owner-freebsd-ports@FreeBSD.ORG Thu Jan 6 00:13:58 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB7A416A4CE for ; Thu, 6 Jan 2005 00:13:58 +0000 (GMT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC8943D1F for ; Thu, 6 Jan 2005 00:13:58 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050106001357.PWUS7873.out006.verizon.net@ringworm.mechee.com>; Wed, 5 Jan 2005 18:13:57 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 062A42CE742; Wed, 5 Jan 2005 16:10:44 -0800 (PST) From: "Michael C. Shultz" To: scott@sremick.net Date: Wed, 5 Jan 2005 16:10:38 -0800 User-Agent: KMail/1.7.2 References: <20041229214708.81770.qmail@web53607.mail.yahoo.com> In-Reply-To: <20041229214708.81770.qmail@web53607.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501051610.41268.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.26.84.7] at Wed, 5 Jan 2005 18:13:57 -0600 cc: ports@freebsd.org Subject: Re: mpeg4ip requires IPv6? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 00:13:58 -0000 On Wednesday 29 December 2004 01:47 pm, Scott I. Remick wrote: I don't have the begining of this thread so I'm not sure what you did to get the following output but I noticed a few things worth commenting on just the same... > --- Michael Johnson wrote: > > Others have reported this also, I am unable to reproduce it but if > > you 'make config' and turn on IPV6 support everything should work. [snipped no relevent stuff] > aa -lusbhid /usr/local/lib/libmp4v2.so -Wl,--rpath -Wl,/usr/local/lib > /usr/bin/ld: warning: libc.so.4, needed by > /usr/local/lib/libmp4v2.so, may conflict > with libc.so.5 I don't have libc.so.4 on my FreeBSD-5 Stable system, are you running FreeBSD 4 or 5? locate libc.so on my FreeBSD 5.3 returns: /lib/libc.so.5 /usr/compat/linux/lib/libc.so.6 /usr/lib/libc.so If you are running FreeBSD 5 you probably have dependencies linked to out of date libraries and the dependencies should be upgraded, if your running FreeBSD 4 then never mind. [snipped some non relevent out put] > > (CPlayerSession*, audio_query_t*, int, char*, unsigned int, int&)': > : undefined reference to `MP4IsIsmaCrypMediaTrack' The term "MP4IsIsmaCrypMediaTrac" is located in /usr/local/include/mp4.h on my system, and /usr/local/include/mp4.h was installed according to: pkg_info -W /usr/local/include/mp4.h by mpeg4ip-libmp4v2-1.1_1 look in your /usr/local/include/mp4.h file if you have one and see if "MP4IsIsmaCrypMediaTrac" is in there, if not I'd recommend deleting /usr/local/include/mp4.h and running pkg_delete -f mpeg4ip-libmp4v2*, then retry what is in /usr/ports/UPDATING for mpeg4ip. -Mike