Skip to content

Instantly share code, notes, and snippets.

@MaxPower15
MaxPower15 / gist:2395478
Created April 16, 2012 00:13
Output of brew doctor
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libmacfuse_i32.2.dylib /usr/local/lib/libmacfuse_i64.2.dylib /usr/local/lib/libntfs-3g.80.dylib /usr/local/lib/libntfs.9.0.0.dylib /usr/local/lib/libosxfuse_i32.2.dylib /usr/local/lib/libosxfuse_i64.2.dylib /usr/local/lib/libublio.1.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
@MaxPower15
MaxPower15 / gist:2394830
Created April 15, 2012 21:09
Output of brew doctor
Warning: You have no /usr/bin/cc.
This means you probably can't build *anything*. You need to install the Command
Line Tools for Xcode. You can either download this from http://connect.apple.com
or install them from inside Xcode's Download preferences. Homebrew does not
require all of Xcode! You only need the Command Line Tools package!
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
@MaxPower15
MaxPower15 / gist:2394823
Created April 15, 2012 21:08
Output of brew --config
~$ brew --config
HOMEBREW_VERSION: 0.9
HEAD: f202962d91f475ad59efa1f9b1f312fdd064d791
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit sandybridge
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.3.2
GCC-4.0: N/A
@MaxPower15
MaxPower15 / gist:2394818
Created April 15, 2012 21:07
Output of brew install -v libevent
~$ brew install -v libevent
==> Downloading https://github.com/downloads/libevent/libevent/libevent-2.0.17-stable.tar.gz
Already downloaded: /Users/maxschnur/Library/Caches/Homebrew/libevent-2.0.17.tar.gz
/usr/bin/tar xf /Users/maxschnur/Library/Caches/Homebrew/libevent-2.0.17.tar.gz
==> ./configure --prefix=/usr/local/Cellar/libevent/2.0.17
./configure --prefix=/usr/local/Cellar/libevent/2.0.17
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
@MaxPower15
MaxPower15 / config.log
Created April 15, 2012 20:58
Attempt to install libevent via homebrew
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/libevent/2.0.17
## --------- ##
## Platform. ##