From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 2 17:43:19 2007 Return-Path: X-Original-To: freebsd-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 B040716A403; Mon, 2 Apr 2007 17:43:19 +0000 (UTC) (envelope-from fenner@research.att.com) Received: from mail-red.research.att.com (mail-red.research.att.com [192.20.225.110]) by mx1.freebsd.org (Postfix) with ESMTP id 7992213C459; Mon, 2 Apr 2007 17:43:19 +0000 (UTC) (envelope-from fenner@research.att.com) Received: from bright.research.att.com (bright.research.att.com [135.207.20.189]) by mail-green.research.att.com (Postfix) with ESMTP id CFAB788F3; Mon, 2 Apr 2007 13:43:18 -0400 (EDT) Received: (from fenner@localhost) by bright.research.att.com (8.13.1/8.12.10/Submit) id l32HhIK0012395; Mon, 2 Apr 2007 10:43:18 -0700 From: Bill Fenner Message-Id: <200704021743.l32HhIK0012395@bright.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: ahze@FreeBSD.org Date: Mon, 2 Apr 2007 10:43:18 -0700 Versions: dmail (linux) 2.7/makemail 2.14 Cc: freebsd-multimedia@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/109379: ffmpeg-devel can't dynamically link to faad2 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: Mon, 02 Apr 2007 17:43:19 -0000 Similar results (although now it's an infinite loop instead of a single error) with the recently-committed ffmpeg-devel update. frogbits% pwd /usr/ports/multimedia/ffmpeg-devel/work/ffmpeg-2007-03-31 frogbits% cd ../..; make package-name ffmpeg-devel-2007.03.31 frogbits% cd work/ffmpeg-2007-03-31 frogbits% env LD_LIBRARY_PATH=libavformat:libavcodec:libavutil ./ffmpeg -i ~/tmp/Diego-2.mp4 /dev/null FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --cc=cc --prefix=/usr/local --make=gmake --disable-debug --enable-memalign-hack --enable-shared --enable-pp --extra-cflags=-fPIC -O2 -fno-strict-aliasing -pipe -I/usr/local/include --extra-ldflags=-L/usr/local/lib --extra-libs=-pthread --disable-bktr --enable-gpl --enable-liba52 --enable-liba52bin --enable-libdts --enable-libfaac --enable-libfaad --enable-libfaadbin --disable-mmx --enable-libgsm --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-x264 --enable-xvid libavutil version: 49.4.0 libavcodec version: 51.40.2 libavformat version: 51.11.0 built on Apr 2 2007 10:29:11, gcc: 3.4.4 [FreeBSD] 20050518 [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! .. [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! [aac @ 0x283c1808]FAAD library: cannot resolve faacDecGetErrorMessage in libfaad.so.0! Seems stream 0 codec frame rate differs from container frame rate: 24000.00 (24000/1) -> 23.98 (24000/1001) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/fenner/tmp/Diego-2.mp4': Duration: 00:42:45.1, start: 0.000000, bitrate: 1129 kb/s Stream #0.0(eng): Video: mpeg4, yuv420p, 640x480, 23.98 fps(r) Stream #0.1(eng): Audio: aac Unable for find a suitable output format for '/dev/null' frogbits% (during the "..." I was pounding on ^C.) Why the resistance to a) testing a reported bug, or b) applying the reported fix? Bill