From owner-freebsd-ports@FreeBSD.ORG Mon Jun 23 20:51:14 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 656311065673 for ; Mon, 23 Jun 2008 20:51:14 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 387E88FC23 for ; Mon, 23 Jun 2008 20:51:14 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=Gregory-Larkins-Computer.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KAt0J-0008SA-Uk; Mon, 23 Jun 2008 16:51:13 -0400 Received: from FIREBALL (fireball.entropy.prv [192.168.1.12]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id B3F0520E93F4; Mon, 23 Jun 2008 16:51:11 -0400 (EDT) From: "Greg Larkin" To: "'Jyun-Yi Liou'" <7yuny1@gmail.com> References: <81a9e3840806190106o5e943085h91fbf9db339873c9@mail.gmail.com> <005701c8d225$a40ce2f0$0c01a8c0@FIREBALL> <81a9e3840806192033q12c77a8fw240ad93cf523d52a@mail.gmail.com> Date: Mon, 23 Jun 2008 16:51:15 -0400 Organization: SourceHosting.net, LLC Message-ID: <009701c8d572$e12bef00$0c01a8c0@FIREBALL> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <81a9e3840806192033q12c77a8fw240ad93cf523d52a@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AcjShmRIFul5S4pLTsa2rME+vDhBDgC64NnA X-Spam-Score: -0.4 (/) Cc: freebsd-ports@freebsd.org Subject: RE: devel/libdlna build fail X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@sourcehosting.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2008 20:51:14 -0000 > > From: Jyun-Yi Liou [mailto:7yuny1@gmail.com] > > > > 2008/6/20 Greg Larkin : > > > > > > -----Original Message----- > > > From: owner-freebsd-ports@freebsd.org > > > [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Jyun-Yi Liou > > > Sent: Thursday, June 19, 2008 4:06 AM > > > To: freebsd-ports@freebsd.org > > > Cc: malus.x@gmail.com > > > Subject: devel/libdlna build fail > > > > > > Hi list!, > > > I have some trouble while I am trying to install > > > devel/libdlna at ./configure > > > > > > and the attatchment is my config.log > > > > > > Thx a lot! > > > > > > Regards, > > > jyuny1 > > > > > Hi Jyun-Yi, > > > > What do you get as output from the following command? > > > > pkg_info -L ffmpeg\* | grep avformat.h > > > > On my machine, I see: > > > > /usr/local/include/ffmpeg/avformat.h > > > > I was able to configure and install devel/libdlna with no problem, and it > > looks like as long as multimedia/ffmpeg installs correctly, you should have > > an avformat.h file in the location above. If you do have that file and the > > devel/libdlna configuration still fails, then I'll have to think of > > something else to try. > > > > Regards, > > Greg Larkin > > SourceHosting.net, LLC > > http://www.sourcehosting.net/ > > > > > > > Hi Gerg, > > jyuny1|/usr/ports/devel/libdlna% pkg_info -L ffmpeg\* | grep avformat.h > /usr/local/include/libavformat/avformat.h > > yes, I installed another custom-ffmpeg, not the regular one > How can I fix this ussie? > > Thx a lot! > > Regards, > jyuny1 Hi Jyun-Yi, What do you mean that you "installed another custom-ffmpeg"? Did you install ffmpeg from ports and with what options? If you didn't install it from ports, I suggest that you remove the one you did install, and then try the libdlna installation again. It should automatically build and install the ffmpeg dependency for you. If that doesn't work, post back to the list. Regards, Greg Larkin SourceHosting.net, LLC http://www.sourcehosting.net/