Created
October 26, 2013 23:22
-
-
Save davidlowry/7175788 to your computer and use it in GitHub Desktop.
Odd behaviour from 'brew install postgres' instead of '... postgresql'
Expected?
This file contains hidden or 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
mbp:register.something david$ brew install postgres | |
==> Installing postgresql dependency: ossp-uuid | |
==> Downloading ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz | |
^C | |
mbp:register.something david$ brew install postgres | |
==> Installing postgresql dependency: ossp-uuid | |
==> Downloading ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz | |
^C | |
mbp:register.something david$ brew install postgres --verbose | |
==> Installing postgresql dependency: ossp-uuid | |
==> Downloading ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz | |
/usr/bin/curl -f#LA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9) ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz -C 0 -o /Library/Caches/Homebrew/ossp-uuid-1.6.2.tar.gz.incomplete --connect-timeout 5 | |
^C | |
mbp:register.something david$ brew install postgresql --verbose | |
==> Installing postgresql dependency: ossp-uuid | |
==> Downloading ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz | |
/usr/bin/curl -f#LA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9) ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz -C 0 -o /Library/Caches/Homebrew/ossp-uuid-1.6.2.tar.gz.incomplete --connect-timeout 5 | |
######################################################################## 100.0% | |
tar xf /Library/Caches/Homebrew/ossp-uuid-1.6.2.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment