Skip to content

Instantly share code, notes, and snippets.

@mhen
mhen / brewdoc
Created April 3, 2012 19:40
brew doctor output
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/usr/local/MacGPG2/bin/gpg-error-config
@mhen
mhen / psql-error
Created April 3, 2012 19:33
postgresql install error
==> Installing postgresql dependency: ossp-uuid
==> Downloading ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz
Already downloaded: /Users/muhe/Library/Caches/Homebrew/ossp-uuid-1.6.2.tar.gz
/usr/bin/tar xf /Users/muhe/Library/Caches/Homebrew/ossp-uuid-1.6.2.tar.gz
==> ./configure --disable-debug --without-perl --without-php --without-pgsql --prefix=/usr/local/Cellar/ossp-uuid/1.6.2
./configure --disable-debug --without-perl --without-php --without-pgsql --prefix=/usr/local/Cellar/ossp-uuid/1.6.2
Configuring OSSP uuid (Universally Unique Identifier), version 1.6.2 (04-Jul-2008)
checking whether make sets $(MAKE)... yes
checking for gcc... /usr/bin/gcc-4.2
checking for C compiler default output file name... a.out