Skip to content

Instantly share code, notes, and snippets.

@zedtux
Created November 15, 2010 13:27
Show Gist options
  • Save zedtux/700350 to your computer and use it in GitHub Desktop.
Save zedtux/700350 to your computer and use it in GitHub Desktop.
brew install ffmpeg
$ brew install ffmpeg
==> Downloading http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100903-2245.tar.bz2
######################################################################## 100.0%
==> ./version.sh
==> ./configure --prefix=/usr/local/Cellar/x264/r1713M-c276662 --enable-shared
==> make install
/usr/local/Cellar/x264/r1713M-c276662: 7 files, 2.5M, built in 19 seconds
==> Downloading http://downloads.sourceforge.net/project/faac/faac-src/faac-1.28/faac-1.28.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/faac/1.28 --disable-debug --disable-dependency-tracking
==> make install
/usr/local/Cellar/faac/1.28: 10 files, 928K, built in 29 seconds
==> Downloading http://downloads.sourceforge.net/project/faac/faad2-src/faad2-2.7/faad2-2.7.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/faad2/2.7 --disable-debug --disable-dependency-tracking
==> make install
/usr/local/Cellar/faad2/2.7: 13 files, 868K, built in 23 seconds
==> Downloading http://downloads.sourceforge.net/sourceforge/lame/lame-3.98.4.tar.gz
######################################################################## 100.0%
==> ./configure --disable-debug --prefix=/usr/local/Cellar/lame/3.98.4 --enable-nasm
==> make install
/usr/local/Cellar/lame/3.98.4: 19 files, 1.8M, built in 29 seconds
==> Downloading http://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz
######################################################################## 100.0%
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libogg/1.2.0
==> make
==> make install
/usr/local/Cellar/libogg/1.2.0: 82 files, 508K, built in 9 seconds
==> Downloading http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.1.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libvorbis/1.3.1
==> make install
/usr/local/Cellar/libvorbis/1.3.1: 117 files, 7.6M, built in 58 seconds
==> Downloading http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/theora/1.1.1
==> make install
/usr/local/Cellar/theora/1.1.1: 91 files, 2.7M, built in 20 seconds
==> Downloading http://webm.googlecode.com/files/libvpx-v0.9.2.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libvpx/0.9.2
==> make install
/usr/local/Cellar/libvpx/0.9.2: 19 files, 1.3M, built in 16 seconds
==> Downloading http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.gz
######################################################################## 100.0%
==> ./configure --disable-assembly --prefix=/usr/local/Cellar/xvid/1.2.2
==> make
==> make install
/usr/local/Cellar/xvid/1.2.2: 7 files, 1.3M, built in 23 seconds
==> Downloading http://ffmpeg.org/releases/ffmpeg-0.6.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-debug --prefix=/usr/local/Cellar/ffmpeg/0.6 --enable-shared --enable-pthreads --enable-nonfree --enable-gpl --disable-indev=jack --enable-libx264 --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enab
ERROR: libfaad not found
If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.err" produced by configure as this will help
solving the problem.
Exit status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/ffmpeg.rb#L44
==> Environment
HOMEBREW_VERSION: 0.7.1
HEAD: 9ef8fb8a8fda25190506595493fba126561c91d8
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.6.5
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.2.4
GCC-4.0: build 5494
GCC-4.2: build 5664
LLVM: build 2326
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/bin/gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
Error: Failure while executing: ./configure --disable-debug --prefix=/usr/local/Cellar/ffmpeg/0.6 --enable-shared --enable-pthreads --enable-nonfree --enable-gpl --disable-indev=jack --enable-libx264 --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libxvid
Please report this bug at http://github.com/mxcl/homebrew/issues
It looks like an autotools configure failed.
Consider re-running the install with '-vd' to keep 'config.log' around:
brew install -vd ffmpeg
Gist 'config.log' and any error output when reporting an issue.
Remember to include your config information: brew --config
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
$ brew doctor
Your OS X is ripe for brewing.
Any troubles you may be experiencing are likely purely psychosomatic.
$ brew missing
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment