Skip to content

Instantly share code, notes, and snippets.

View gohanlon's full-sized avatar

Galen O’Hanlon gohanlon

View GitHub Profile
@gohanlon
gohanlon / gist:c9a553c37a9af17051bf
Created July 18, 2014 05:13
Homebrew formulae that fail (or used to fail) with llvm
$ grep "fails_with :llvm" * |pbcopy
aspell.rb: fails_with :llvm do
boost.rb: fails_with :llvm do
boost149.rb: fails_with :llvm do
cdargs.rb: fails_with :llvm do
cdparanoia.rb: fails_with :llvm do
cdrdao.rb: fails_with :llvm do
celt.rb: fails_with :llvm do
clisp.rb: fails_with :llvm do
dirac.rb: fails_with :llvm do
@gohanlon
gohanlon / gist:64b8f955b46407fb355f
Created July 22, 2014 20:45
Laptop installing on clean OS X Mavericks
Wells-Mac:~ wellmade$ bash <(curl -s https://raw.githubusercontent.com/thoughtbot/laptop/dc-postgres/mac)
Changing your shell to zsh ...
Changing shell for wellmade.
Password for wellmade:
Fixing OSX zsh environment bug ...
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
@gohanlon
gohanlon / gist:0343015f90bf7711bc5f
Created July 22, 2014 20:49
Laptop installing a second time to show idempotency
Last login: Tue Jul 22 11:38:45 on ttys000
Wells-Mac% bash <(curl -s https://raw.githubusercontent.com/thoughtbot/laptop/dc-postgres/mac)
Changing your shell to zsh ...
Changing shell for wellmade.
Password for wellmade:
chsh: no changes made
Homebrew already installed. Skipping ...
@gohanlon
gohanlon / gist:ec7d19f8001c8ccb3d5d
Created July 22, 2014 21:02
Laptop failing to install from master branch on clean OS X Mavericks
Last login: Thu Jul 17 12:46:31 on console
Wells-Mac:~ wellmade$ bash <(curl -s https://raw.githubusercontent.com/thoughtbot/laptop/master/mac)
Changing your shell to zsh ...
Changing shell for wellmade.
Password for wellmade:
Fixing OSX zsh environment bug ...
WARNING: Improper use of the sudo command could lead to data loss
@gohanlon
gohanlon / gist:d0e694667ad5e15cfba1
Created July 23, 2014 19:45
Laptop/gohanlon-pr-20140714: clean install on OS X Mavericks
Wells-Mac:~ wellmade$ bash mac
Changing your shell to zsh ...
Changing shell for wellmade.
Password for wellmade:
Fixing OSX zsh environment bug ...
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
@gohanlon
gohanlon / gist:2cf6a178831c54e2d484
Created July 23, 2014 19:46
Laptop/gohanlon-pr-20140714: second install on OS X Mavericks (to show idempotence)
Last login: Tue Jul 22 19:09:02 on ttys000
Wells-Mac% bash mac
Changing your shell to zsh ...
Changing shell for wellmade.
Password for wellmade:
chsh: no changes made
Homebrew already installed. Skipping ...
@gohanlon
gohanlon / gist:c71eedef28a89508a7f8
Created September 5, 2014 19:39
OS 10.10 DP 7: brew install -v postgresql
$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: cd33c4ba2fac5c67edd6360508e25e8d9703203f
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit haswell
OS X: 10.10-x86_64
CLT: 6.0.0.0.1.1409104523
Clang: 6.0 build 600
@gohanlon
gohanlon / gist:f77ee55f860ae151610a
Created September 5, 2014 19:41
OS 10.10 DP7: postgresql/01.configure
2014-09-05 11:45:59 -0700
./configure
--disable-debug
--prefix=/usr/local/Cellar/postgresql/9.3.5_1
--datadir=/usr/local/Cellar/postgresql/9.3.5_1/share/postgresql
--docdir=/usr/local/Cellar/postgresql/9.3.5_1/share/doc/postgresql
--enable-thread-safety
--with-bonjour
--with-gssapi
@gohanlon
gohanlon / gist:8e755daefe5de7e4037b
Created September 5, 2014 19:42
OS 10.10 DP7: postgresql/01.configure.cc
clang called with: -E -
superenv executed: clang -E - -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/ossp-uuid/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include
clang called with: --version
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/ossp-uuid/include -I/usr/local/opt/openssl/include -I/usr/local/opt/readline/include -L/usr/local/opt/ossp-uuid/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -v
superenv executed: clang -v
clang called with: -V
@gohanlon
gohanlon / gist:f8362334b92e4ddfa62b
Created September 5, 2014 19:43
OS 10.10 DP7: postgresql/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by PostgreSQL configure 9.3.5, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.3.5_1 --datadir=/usr/local/Cellar/postgresql/9.3.5_1/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.3.5_1/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-ldap --with-openssl --with-pam --with-libxml --with-libxslt --with-perl --with-tcl --with-ossp-uuid
## --------- ##
## Platform. ##