Created
March 30, 2011 04:20
-
-
Save libo/893860 to your computer and use it in GitHub Desktop.
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
libo☃gigante ~ brew rm libogg 06:19:08 | |
Uninstalling /usr/local/Cellar/libogg/1.2.2... | |
libo☃gigante ~ brew install -v libogg 06:19:15 | |
==> Build Environment | |
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 | |
==> Downloading http://downloads.xiph.org/releases/ogg/libogg-1.2.2.tar.gz | |
File already downloaded and cached to /Users/libo/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/libo/Library/Caches/Homebrew/libogg-1.2.2.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libogg/1.2.2 | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libogg/1.2.2 | |
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... /usr/bin/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 /usr/bin/cc accepts -g... yes | |
checking for /usr/bin/cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/cc... none | |
checking build system type... i386-apple-darwin10.7.0 | |
checking host system type... i386-apple-darwin10.7.0 | |
checking for a sed that does not truncate output... /usr/bin/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 /usr/bin/cc... /usr/bin/cc | |
checking if the linker (/usr/bin/cc) 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 for /usr/bin/cc option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... ar | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/bin/cc object... ok | |
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 how to run the C preprocessor... /usr/bin/cc -E | |
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 /usr/bin/cc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/cc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/cc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/cc static flag -static works... no | |
checking if /usr/bin/cc supports -c -o file.o... yes | |
checking if /usr/bin/cc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.7.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 /usr/bin/cc and cc understand -c and -o together... yes | |
checking for ANSI C header files... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for an ANSI C-conforming const... yes | |
checking size of int16_t... 2 | |
checking size of uint16_t... 2 | |
checking size of u_int16_t... 2 | |
checking size of int32_t... 4 | |
checking size of uint32_t... 4 | |
checking size of u_int32_t... 4 | |
checking size of int64_t... 8 | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking for working memcmp... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/libogg/Makefile | |
config.status: creating include/Makefile | |
config.status: creating include/ogg/Makefile | |
config.status: creating include/ogg/config_types.h | |
config.status: creating libogg.spec | |
config.status: creating ogg.pc | |
config.status: creating ogg-uninstalled.pc | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make | |
make | |
make all-recursive | |
Making all in src | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -c -o framing.lo framing.c | |
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -c -o bitwise.lo bitwise.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -c bitwise.c -fno-common -DPIC -o .libs/bitwise.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -c framing.c -fno-common -DPIC -o .libs/framing.o | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -c bitwise.c -o bitwise.o >/dev/null 2>&1 | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c | |
libtool: compile: /usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -c framing.c -o framing.o >/dev/null 2>&1 | |
/usr/bin/cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -D_V_SELFTEST -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -no-undefined -version-info 7:1:7 -o libogg.la -rpath /usr/local/Cellar/libogg/1.2.2/lib framing.lo bitwise.lo | |
libtool: link: /usr/bin/cc -dynamiclib -o .libs/libogg.0.dylib .libs/framing.o .libs/bitwise.o -march=core2 -msse4.1 -install_name /usr/local/Cellar/libogg/1.2.2/lib/libogg.0.dylib -compatibility_version 8 -current_version 8.1 -Wl,-single_module | |
libtool: link: dsymutil .libs/libogg.0.dylib || : | |
warning: no debug symbols in executable (-arch x86_64) | |
libtool: link: (cd ".libs" && rm -f "libogg.dylib" && ln -s "libogg.0.dylib" "libogg.dylib") | |
libtool: link: ar cru .libs/libogg.a framing.o bitwise.o | |
libtool: link: ranlib .libs/libogg.a | |
libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" ) | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -D_V_SELFTEST -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -o test_bitwise test_bitwise-bitwise.o | |
libtool: link: /usr/bin/cc -D_V_SELFTEST -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -o test_bitwise test_bitwise-bitwise.o | |
/bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -D_V_SELFTEST -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -o test_framing test_framing-framing.o | |
libtool: link: /usr/bin/cc -D_V_SELFTEST -fno-common -O4 -Wall -fsigned-char -ffast-math -O3 -march=core2 -msse4.1 -w -pipe -o test_framing test_framing-framing.o | |
Making all in include | |
Making all in ogg | |
make[3]: Nothing to be done for `all'. | |
make[3]: Nothing to be done for `all-am'. | |
Making all in doc | |
Making all in libogg | |
make[3]: Nothing to be done for `all'. | |
make[3]: Nothing to be done for `all-am'. | |
make[2]: Nothing to be done for `all-am'. | |
==> make install | |
make install | |
Making install in src | |
test -z "/usr/local/Cellar/libogg/1.2.2/lib" || .././install-sh -c -d "/usr/local/Cellar/libogg/1.2.2/lib" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libogg.la '/usr/local/Cellar/libogg/1.2.2/lib' | |
libtool: install: /usr/bin/install -c .libs/libogg.0.dylib /usr/local/Cellar/libogg/1.2.2/lib/libogg.0.dylib | |
libtool: install: (cd /usr/local/Cellar/libogg/1.2.2/lib && { ln -s -f libogg.0.dylib libogg.dylib || { rm -f libogg.dylib && ln -s libogg.0.dylib libogg.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libogg.lai /usr/local/Cellar/libogg/1.2.2/lib/libogg.la | |
libtool: install: /usr/bin/install -c .libs/libogg.a /usr/local/Cellar/libogg/1.2.2/lib/libogg.a | |
libtool: install: chmod 644 /usr/local/Cellar/libogg/1.2.2/lib/libogg.a | |
libtool: install: ranlib /usr/local/Cellar/libogg/1.2.2/lib/libogg.a | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/Cellar/libogg/1.2.2/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable | |
during execution | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in include | |
Making install in ogg | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/libogg/1.2.2/include/ogg" || ../.././install-sh -c -d "/usr/local/Cellar/libogg/1.2.2/include/ogg" | |
/usr/bin/install -c -m 644 config_types.h '/usr/local/Cellar/libogg/1.2.2/include/ogg' | |
test -z "/usr/local/Cellar/libogg/1.2.2/include/ogg" || ../.././install-sh -c -d "/usr/local/Cellar/libogg/1.2.2/include/ogg" | |
/usr/bin/install -c -m 644 ogg.h os_types.h '/usr/local/Cellar/libogg/1.2.2/include/ogg' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
Making install in doc | |
Making install in libogg | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/libogg/1.2.2/share/doc/libogg-1.2.2/ogg" || ../.././install-sh -c -d "/usr/local/Cellar/libogg/1.2.2/share/doc/libogg-1.2.2/ogg" | |
/usr/bin/install -c -m 644 bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_packet.html ogg_packet_clear.html ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_packetpeek.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html ogg_stream_reset_serialno.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html '/usr/local/Cellar/libogg/1.2.2/share/doc/libogg-1.2.2/ogg' | |
/usr/bin/install -c -m 644 ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writealign.html oggpack_writeclear.html oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html overview.html reference.html style.css '/usr/local/Cellar/libogg/1.2.2/share/doc/libogg-1.2.2/ogg' | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/libogg/1.2.2/share/doc/libogg-1.2.2" || .././install-sh -c -d "/usr/local/Cellar/libogg/1.2.2/share/doc/libogg-1.2.2" | |
/usr/bin/install -c -m 644 framing.html index.html oggstream.html ogg-multiplex.html stream.png vorbisword2.png white-ogg.png white-xifish.png rfc3533.txt rfc5334.txt skeleton.html '/usr/local/Cellar/libogg/1.2.2/share/doc/libogg-1.2.2' | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/libogg/1.2.2/share/aclocal" || ./install-sh -c -d "/usr/local/Cellar/libogg/1.2.2/share/aclocal" | |
/usr/bin/install -c -m 644 ogg.m4 '/usr/local/Cellar/libogg/1.2.2/share/aclocal' | |
test -z "/usr/local/Cellar/libogg/1.2.2/lib/pkgconfig" || ./install-sh -c -d "/usr/local/Cellar/libogg/1.2.2/lib/pkgconfig" | |
/usr/bin/install -c -m 644 ogg.pc '/usr/local/Cellar/libogg/1.2.2/lib/pkgconfig' | |
==> Finishing up | |
ln: ./os_types.h: Permission denied | |
Error: The linking step did not complete successfully | |
The package built, but is not symlinked into /usr/local | |
You can try again using `brew link libogg' | |
Error: Could not create symlink /usr/local/include/ogg/os_types.h. | |
Check that you have permssions on /usr/local/include/ogg | |
==> Summary | |
/usr/local/Cellar/libogg/1.2.2: 83 files, 520K, built in 17 seconds | |
libo☃gigante ~ sudo brew link libogg 06:19:41 | |
Password: | |
9 links created for /usr/local/Cellar/libogg/1.2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment