Created
December 7, 2012 10:46
-
-
Save avioli/4232441 to your computer and use it in GitHub Desktop.
brew install -vd mkvtoolnix # on OS X 10.8.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install -vd mkvtoolnix | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/mkvtoolnix.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/boost149.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libvorbis.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/xz.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/pkg-config.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libogg.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libmatroska.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/libebml.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/flac.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/lame.rb | |
/usr/local/bin/brew: loading /usr/local/Library/Formula/lzo.rb | |
==> Installing mkvtoolnix dependency: libvorbis | |
rm /usr/local/include/vorbis | |
rm /usr/local/lib/pkgconfig/vorbisfile.pc | |
rm /usr/local/lib/pkgconfig/vorbisenc.pc | |
rm /usr/local/lib/pkgconfig/vorbis.pc | |
rm /usr/local/lib/libvorbisfile.dylib | |
rm /usr/local/lib/libvorbisfile.a | |
rm /usr/local/lib/libvorbisfile.3.dylib | |
rm /usr/local/lib/libvorbisenc.dylib | |
rm /usr/local/lib/libvorbisenc.a | |
rm /usr/local/lib/libvorbisenc.2.dylib | |
rm /usr/local/lib/libvorbis.dylib | |
rm /usr/local/lib/libvorbis.a | |
rm /usr/local/lib/libvorbis.0.dylib | |
rm /usr/local/share/doc/libvorbis-1.3.2 | |
rm /usr/local/share/aclocal/vorbis.m4 | |
/usr/local/Library/Formula/libvorbis.rb: loading /usr/local/Library/Formula/xz.rb | |
/usr/local/Library/Formula/libvorbis.rb: loading /usr/local/Library/Formula/pkg-config.rb | |
/usr/local/Library/Formula/libvorbis.rb: loading /usr/local/Library/Formula/libogg.rb | |
/usr/local/Library/Formula/libvorbis.rb: loading /usr/local/Library/Formula/python.rb | |
==> Downloading http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.xz | |
Already downloaded: /Library/Caches/Homebrew/libvorbis-1.3.3.tar.xz | |
xz -dc "/Library/Caches/Homebrew/libvorbis-1.3.3.tar.xz" | /usr/bin/tar xf - | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libvorbis/1.3.3 | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libvorbis/1.3.3 | |
checking build system type... i386-apple-darwin12.2.0 | |
checking host system type... i386-apple-darwin12.2.0 | |
checking target system type... i386-apple-darwin12.2.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of cc... none | |
checking how to run the C preprocessor... cc -E | |
checking for inline... inline | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert i386-apple-darwin12.2.0 file names to i386-apple-darwin12.2.0 format... func_convert_file_noop | |
checking how to convert i386-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking whether cc understands -c and -o together... yes | |
checking GCC version... 4.2.1 | |
checking if cc accepts -Wdeclaration-after-statement... yes | |
checking for memory.h... (cached) yes | |
checking for cos in -lm... yes | |
checking for pthread_create in -lpthread... yes | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for OGG... yes | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for working memcmp... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating m4/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating lib/modes/Makefile | |
config.status: creating lib/books/Makefile | |
config.status: creating lib/books/coupled/Makefile | |
config.status: creating lib/books/uncoupled/Makefile | |
config.status: creating lib/books/floor/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/vorbisfile/Makefile | |
config.status: creating doc/vorbisenc/Makefile | |
config.status: creating doc/libvorbis/Makefile | |
config.status: creating doc/Doxyfile | |
config.status: creating include/Makefile | |
config.status: creating include/vorbis/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating test/Makefile | |
config.status: creating vq/Makefile | |
config.status: creating libvorbis.spec | |
config.status: creating vorbis.pc | |
config.status: creating vorbisenc.pc | |
config.status: creating vorbisfile.pc | |
config.status: creating vorbis-uninstalled.pc | |
config.status: creating vorbisenc-uninstalled.pc | |
config.status: creating vorbisfile-uninstalled.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install | |
make install | |
Making install in m4 | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in include | |
Making install in vorbis | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/libvorbis/1.3.3/include/vorbis" || ../.././install-sh -c -d "/usr/local/Cellar/libvorbis/1.3.3/include/vorbis" | |
/usr/bin/install -c -m 644 codec.h vorbisfile.h vorbisenc.h '/usr/local/Cellar/libvorbis/1.3.3/include/vorbis' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in vq | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in lib | |
Making install in modes | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in books | |
Making install in coupled | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in uncoupled | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
Making install in floor | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o mdct.lo mdct.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o smallft.lo smallft.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c smallft.c -fno-common -DPIC -o .libs/smallft.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c mdct.c -fno-common -DPIC -o .libs/mdct.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c mdct.c -o mdct.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o block.lo block.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c block.c -fno-common -DPIC -o .libs/block.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c smallft.c -o smallft.o >/dev/null 2>&1 | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c block.c -o block.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o envelope.lo envelope.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o window.lo window.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c envelope.c -fno-common -DPIC -o .libs/envelope.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c window.c -fno-common -DPIC -o .libs/window.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c envelope.c -o envelope.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c window.c -o window.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o lsp.lo lsp.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o lpc.lo lpc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c lsp.c -fno-common -DPIC -o .libs/lsp.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c lpc.c -fno-common -DPIC -o .libs/lpc.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c lpc.c -o lpc.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c lsp.c -o lsp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o analysis.lo analysis.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o synthesis.lo synthesis.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c analysis.c -fno-common -DPIC -o .libs/analysis.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c synthesis.c -fno-common -DPIC -o .libs/synthesis.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c analysis.c -o analysis.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c synthesis.c -o synthesis.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o psy.lo psy.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o info.lo info.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c psy.c -fno-common -DPIC -o .libs/psy.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c info.c -fno-common -DPIC -o .libs/info.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c info.c -o info.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c psy.c -o psy.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o floor1.lo floor1.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c floor1.c -fno-common -DPIC -o .libs/floor1.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c floor1.c -o floor1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o floor0.lo floor0.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c floor0.c -fno-common -DPIC -o .libs/floor0.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c floor0.c -o floor0.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o res0.lo res0.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c res0.c -fno-common -DPIC -o .libs/res0.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o mapping0.lo mapping0.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c mapping0.c -fno-common -DPIC -o .libs/mapping0.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c mapping0.c -o mapping0.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c res0.c -o res0.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o registry.lo registry.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c registry.c -fno-common -DPIC -o .libs/registry.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o codebook.lo codebook.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c registry.c -o registry.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c codebook.c -fno-common -DPIC -o .libs/codebook.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o sharedbook.lo sharedbook.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c sharedbook.c -fno-common -DPIC -o .libs/sharedbook.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c codebook.c -o codebook.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c sharedbook.c -o sharedbook.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o lookup.lo lookup.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c lookup.c -fno-common -DPIC -o .libs/lookup.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c lookup.c -o lookup.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o bitrate.lo bitrate.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c bitrate.c -fno-common -DPIC -o .libs/bitrate.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o vorbisfile.lo vorbisfile.c | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c vorbisfile.c -fno-common -DPIC -o .libs/vorbisfile.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c bitrate.c -o bitrate.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o vorbisenc.lo vorbisenc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c vorbisenc.c -fno-common -DPIC -o .libs/vorbisenc.o | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c vorbisfile.c -o vorbisfile.o >/dev/null 2>&1 | |
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -D_V_SELFTEST -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo './'`sharedbook.c | |
brew: superenv removed: -Wall -g -O4 -Wdeclaration-after-statement | |
/bin/sh ../libtool --tag=CC --mode=link cc -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -no-undefined -version-info 4:6:4 -o libvorbis.la -rpath /usr/local/Cellar/libvorbis/1.3.3/lib mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo sharedbook.lo lookup.lo bitrate.lo -lm -L/usr/local/Cellar/libogg/1.3.0/lib -logg | |
libtool: link: cc -dynamiclib -o .libs/libvorbis.0.dylib .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o .libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o .libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o .libs/floor0.o .libs/res0.o .libs/mapping0.o .libs/registry.o .libs/codebook.o .libs/sharedbook.o .libs/lookup.o .libs/bitrate.o -lm -L/usr/local/Cellar/libogg/1.3.0/lib -logg -O4 -install_name /usr/local/Cellar/libvorbis/1.3.3/lib/libvorbis.0.dylib -compatibility_version 5 -current_version 5.6 -Wl,-single_module | |
brew: superenv removed: -O4 | |
Undefined symbols for architecture x86_64: | |
"_oggpack_adv", referenced from: | |
_decode_packed_entry_number in codebook.o | |
"_oggpack_bytes", referenced from: | |
_vorbis_analysis in analysis.o | |
_vorbis_synthesis_headerin in info.o | |
_vorbis_commentheader_out in info.o | |
_vorbis_analysis_headerout in info.o | |
_vorbis_staticbook_unpack in codebook.o | |
_vorbis_bitrate_addblock in bitrate.o | |
_vorbis_bitrate_flushpacket in bitrate.o | |
... | |
"_oggpack_get_buffer", referenced from: | |
_vorbis_analysis in analysis.o | |
_vorbis_bitrate_flushpacket in bitrate.o | |
"_oggpack_look", referenced from: | |
_decode_packed_entry_number in codebook.o | |
"_oggpack_read", referenced from: | |
_vorbis_synthesis in synthesis.o | |
_vorbis_synthesis_trackonly in synthesis.o | |
_vorbis_packet_blocksize in synthesis.o | |
_vorbis_synthesis_idheader in info.o | |
_vorbis_synthesis_headerin in info.o | |
_floor1_unpack in floor1.o | |
_floor1_inverse1 in floor1.o | |
... | |
"_oggpack_readinit", referenced from: | |
_vorbis_synthesis in synthesis.o | |
_vorbis_synthesis_trackonly in synthesis.o | |
_vorbis_packet_blocksize in synthesis.o | |
_vorbis_synthesis_idheader in info.o | |
_vorbis_synthesis_headerin in info.o | |
"_oggpack_reset", referenced from: | |
_vorbis_analysis in analysis.o | |
_vorbis_analysis_headerout in info.o | |
"_oggpack_write", referenced from: | |
__vorbis_pack_comment in info.o | |
_vorbis_analysis_headerout in info.o | |
_floor1_encode in floor1.o | |
_floor1_pack in floor1.o | |
_res0_pack in res0.o | |
_mapping0_pack in mapping0.o | |
_mapping0_forward in mapping0.o | |
... | |
"_oggpack_writeclear", referenced from: | |
_vorbis_block_clear in block.o | |
_vorbis_commentheader_out in info.o | |
_vorbis_analysis_headerout in info.o | |
"_oggpack_writeinit", referenced from: | |
_vorbis_block_init in block.o | |
_vorbis_commentheader_out in info.o | |
_vorbis_analysis_headerout in info.o | |
"_oggpack_writetrunc", referenced from: | |
_vorbis_bitrate_addblock in bitrate.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[2]: *** [libvorbis.la] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/Cellar/libogg/1.3.0/include -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -c vorbisenc.c -o vorbisenc.o >/dev/null 2>&1 | |
make[1]: *** [install-recursive] Error 1 | |
make: *** [install-recursive] Error 1 | |
/usr/local/Library/Homebrew/formula.rb:566:in `system' | |
BuildError: BuildError | |
1. raise | |
2. ignore | |
3. backtrace | |
4. irb | |
5. shell | |
Choose an action: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
missed the raise output:
$ Choose an action: 1
ln -s ../Cellar/libvorbis/1.3.2/include/vorbis vorbis
ln -s ../../Cellar/libvorbis/1.3.2/share/doc/libvorbis-1.3.2 libvorbis-1.3.2
ln -s ../../Cellar/libvorbis/1.3.2/share/aclocal/vorbis.m4 vorbis.m4
ln -s ../../Cellar/libvorbis/1.3.2/lib/pkgconfig/vorbisfile.pc vorbisfile.pc
ln -s ../../Cellar/libvorbis/1.3.2/lib/pkgconfig/vorbisenc.pc vorbisenc.pc
ln -s ../../Cellar/libvorbis/1.3.2/lib/pkgconfig/vorbis.pc vorbis.pc
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbisfile.dylib libvorbisfile.dylib
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbisfile.a libvorbisfile.a
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbisfile.3.dylib libvorbisfile.3.dylib
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbisenc.dylib libvorbisenc.dylib
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbisenc.a libvorbisenc.a
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbisenc.2.dylib libvorbisenc.2.dylib
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbis.dylib libvorbis.dylib
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbis.a libvorbis.a
ln -s ../Cellar/libvorbis/1.3.2/lib/libvorbis.0.dylib libvorbis.0.dylib
ln -s ../../Cellar/libvorbis/1.3.2 libvorbis
ln -s ../Cellar/libvorbis/1.3.2 libvorbis
==> Configuration
HOMEBREW_VERSION: 0.9.3
HEAD: 07bfaf64e7edd77009a6956d58e4e0656b78a9d7
CPU: dual-core 64-bit penryn
OS X: 10.8.2-x86_64
Xcode: 4.5.2
CLT: 4.5.0.0.1.1249367152
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j2
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/xz/bin:/usr/local/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: libvorbis did not build
Logs: /Users/XXX/Library/Logs/Homebrew/libvorbis/config.log