#15464 closed defect (wontfix)
ffmpeg 0.4.9-pre1 Configure error FAAD test failed when building +universal
Reported by: | dj_k_myst@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | ffmpeg |
Description
Hi I'm trying to build ffmpeg +universal+gpl+lame+extvorbis+faac+faad+xvid+x264+a52
FAAD2 is building and installing ok ---> Fetching faad2 ---> Attempting to fetch faad2-2.6.1.tar.gz from http://downloads.sourceforge.net/faac ---> Verifying checksum(s) for faad2 ---> Extracting faad2 ---> Applying patches to faad2 ---> Configuring faad2 ---> Building faad2 with target all ---> Staging faad2 into destroot ---> Installing faad2 2.6.1_0+universal ---> Activating faad2 2.6.1_0+universal ---> Cleaning faad2
but then I get
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_ffmpeg/work/trunk" && ./configure --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --enable-shared --enable-pthreads --disable-mmx --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libfaac --enable-libfaad --enable-libxvid --enable-libx264 --enable-liba52 " returned error 1 Command output: FAAD test failed.
I read something here: http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2007-March/007397.html that might help but not sure how to build faad2 -devel
Really like mac ports BTW, very well made.
Attachments (1)
Change History (7)
Changed 16 years ago by dj_k_myst@…
Attachment: | config.err added |
---|
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to acho@… |
---|
Assigning to maintainer.
comment:2 Changed 16 years ago by tobiasmatzat@…
It seems that if you want to do an 'universal' build the shared libraries aren't found. I've the same problem. Leaving out the +universal builds ffmpeg. I checked and the header files and libraries are in the right place.
comment:3 Changed 16 years ago by dbevans (David B. Evans)
Port: | ffmpeg added |
---|
comment:4 Changed 16 years ago by dbevans (David B. Evans)
Owner: | changed from acho@… to devans@… |
---|---|
Status: | new → assigned |
.
comment:5 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Summary: | ffmpeg 0.4.9-pre1 Configure error FAAD test failed → ffmpeg 0.4.9-pre1 Configure error FAAD test failed when building +universal |
Configure is not autoconf based and it uses a dep cache (per jeremyhu)
Marked
universal_variant no
in r42898.
Note: See
TracTickets for help on using
tickets.
config.err for ffmpeg