Skip to content

Instantly share code, notes, and snippets.

@augusteo
Created June 18, 2015 05:17
Show Gist options
  • Save augusteo/bd9e7ca5f90214dd492f to your computer and use it in GitHub Desktop.
Save augusteo/bd9e7ca5f90214dd492f to your computer and use it in GitHub Desktop.
/usr/local (master ✔) ᐅ brew install mongodb
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.
==> Installing dependencies for mongodb: go, scons
==> Installing mongodb dependency: go
==> Downloading https://storage.googleapis.com/golang/go1.4.2.src.tar.gz
Already downloaded: /Library/Caches/Homebrew/go-1.4.2.tar.gz
==> Building go for -darwin
==> ./make.bash --no-clean
==> Cloning https://go.googlesource.com/tools.git
Cloning into '/Library/Caches/Homebrew/go--gotools--git'...
remote: Total 13459 (delta 9326), reused 13459 (delta 9326)
Receiving objects: 100% (13459/13459), 5.79 MiB | 316.00 KiB/s, done.
Resolving deltas: 100% (9326/9326), done.
Checking connectivity... done.
==> Checking out revision 69db398fe0e69396984e3967724820c1f631e971
==> go build
==> go build
==> Caveats
As of go 1.2, a valid GOPATH is required to use the `go get` command:
https://golang.org/doc/code.html#GOPATH
You may wish to add the GOROOT-based install location to your PATH:
export PATH=$PATH:/usr/local/opt/go/libexec/bin
==> Summary
🍺 /usr/local/Cellar/go/1.4.2: 4566 files, 155M, built in 66 seconds
==> Installing mongodb dependency: scons
==> Downloading https://downloads.sourceforge.net/scons/scons-2.3.4.tar.gz
==> Downloading from: http://liquidtelecom.dl.sourceforge.net/project/scons/scons/2.3.4/scons-2.3.4.
######################################################################## 100.0%
==> /usr/bin/python setup.py install --prefix=/usr/local/Cellar/scons/2.3.4 --standalone-lib --insta
🍺 /usr/local/Cellar/scons/2.3.4: 405 files, 4.4M, built in 11 seconds
==> Installing mongodb
==> Downloading https://fastdl.mongodb.org/src/mongodb-src-r3.0.4.tar.gz
######################################################################## 100.0%
==> Cloning https://github.com/mongodb/mongo-tools.git
Cloning into '/Library/Caches/Homebrew/mongodb--github.com-mongodb-mongo-tools--git'...
remote: Counting objects: 1175, done.
remote: Compressing objects: 100% (939/939), done.
remote: Total 1175 (delta 187), reused 810 (delta 143), pack-reused 0
Receiving objects: 100% (1175/1175), 1.83 MiB | 192.00 KiB/s, done.
Resolving deltas: 100% (187/187), done.
Checking connectivity... done.
Note: checking out 'efe71bf185cdcfe9632f1fc2e42ca4e895f93269'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
==> Checking out tag r3.0.4
==> ./build.sh
==> /usr/local/opt/scons/bin/scons install --prefix=/usr/local/Cellar/mongodb/3.0.4 -j8 --osx-versio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment