ports/109379: ffmpeg-devel can't dynamically link to faad2

Bill Fenner fenner at research.att.com
Mon Apr 2 17:50:08 UTC 2007


The following reply was made to PR ports/109379; it has been noted by GNATS.

From: Bill Fenner <fenner at research.att.com>
To: ahze at FreeBSD.org
Cc: freebsd-gnats-submit at FreeBSD.org, freebsd-multimedia at FreeBSD.org
Subject: Re: ports/109379: ffmpeg-devel can't dynamically link to faad2
Date: Mon, 2 Apr 2007 10:43:18 -0700

 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


More information about the freebsd-multimedia mailing list