From owner-freebsd-multimedia@FreeBSD.ORG Sat Dec 9 01:49:16 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2268016A407 for ; Sat, 9 Dec 2006 01:49:16 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4785543CA3 for ; Sat, 9 Dec 2006 01:48:14 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1239643nfc for ; Fri, 08 Dec 2006 17:49:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=jsWsey5jfE1dgXF38h3Goltv3+tzDOPoEVzGzEJt6YgAE6gSi0Ksst/WYMjyoYacEsKyqiI/MdkYKMaJP3NomedScySLnU2pWDYKSNxXCDrWPW6Ge+1o2kjUlL1UTxBMQv6fI4WYuwtkzuDQamL26Mgh7e1OnPadZROy3634DO0= Received: by 10.82.111.8 with SMTP id j8mr1820buc.1165628953420; Fri, 08 Dec 2006 17:49:13 -0800 (PST) Received: by 10.82.112.6 with HTTP; Fri, 8 Dec 2006 17:49:13 -0800 (PST) Message-ID: Date: Fri, 8 Dec 2006 20:49:13 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Randy Pratt" In-Reply-To: <20061208204726.70cac51c.bsd-unix@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061208174320.3391bc87.bsd-unix@earthlink.net> <20061208204726.70cac51c.bsd-unix@earthlink.net> X-Google-Sender-Auth: 7e58c46a6f85a2ca Cc: multimedia@freebsd.org Subject: Re: multimedia/libquicktime missing lqt_ffmpeg.* X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 01:49:16 -0000 On 12/8/06, Randy Pratt wrote: > On Fri, 8 Dec 2006 20:35:49 -0500 > "Michael Johnson" wrote: > > > On 12/8/06, Randy Pratt wrote: > > > I was building a set of packages and noticed that libquicktime would > > > fail to build a package if multimedia/ffmpeg was installed instead > > > of multimedia/ffmpeg-devel. > > > > > > The libquicktime-0.9.9 would build and install with ffmpeg but > > > apparently it did not build: > > > > > > lib/libquicktime/lqt_ffmpeg.la > > > lib/libquicktime/lqt_ffmpeg.so > > > > > > since the package build failed with: > > > > > > ---> Backing up the old version > > > tar: lib/libquicktime/lqt_ffmpeg.la: Cannot stat: No such file or directory > > > tar: lib/libquicktime/lqt_ffmpeg.so: Cannot stat: No such file or directory > > > pkg_create: make_dist: tar command failed with code 256 > > > > > > I switched from the old multimedia/ffmpeg to multimedia/ffmpeg-devel: > > > > > > portupgrade -fo multimedia/ffmpeg-devel multimedia/ffmpeg > > > > > > The libquicktime package built fine using ffmpeg-devel. I checked > > > another box and the same situation of missing lqt_ffmpeg.* existed > > > since it also used the old multimedia/ffmpeg. Perhaps this is > > > something local that causes the missing files. > > > > > > Can anyone else confirm missing /usr/local/lib/libquicktime/lqt_ffmpeg.* > > > files when using multimedia/ffmpeg as a dependency for libquicktime? > > > > > > > Thanks for reporting this, multimedia/ffmpeg is starting to show it's age > > and developers that use FFmpeg are starting to only support use of > > CVS versions of FFmpeg. I'll either patch it or disable FFmpeg in the next > > day or so. > > Its a subtle issue for me since I almost never use quicktime for > any purpose. I would have never noticed it except for a package > build failure. > > I did check http://portsmon.freebsd.org/portoverview.py?category=multimedia&portname=libquicktime&wildcard= but it showed > the package as 'building'. I don't understand why it builds there > as a package since it relies on multimedia/ffmpeg. Obviously, > something is different. The reason it builds in tinderbox is ffmpeg-devel is the default ffmpeg used in libquicktime unless ffmpeg is already installed before libquicktime is built. > > Anyway, thank you for the quick response and I'm willing to do any > testing/patching if needed. > > Randy > > > > > System: FreeBSD 6.2-PRERELEASE > > > Ports: Updated 7 Dec, 2006 > > > > > > Randy > > > -- > > > _______________________________________________ > > > freebsd-multimedia@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" > > > > > > -- >