R01010010
R01010010

Reputation: 5948

Installing mongodb with homebrew in mac mountain lion ( 10.8.5 ) never ends

I'm in 10.8.5 and traying to install mongodb but it just never ends, here is the output:

~ r01010010$ brew reinstall mongodb ==> Reinstalling mongodb ==> Downloading http://downloads.mongodb.org/src/mongodb-src-r2.4.7.tar.gz Already downloaded: /Library/Caches/Homebrew/mongodb-2.4.7.tar.gz ==> Downloading patches

################################################################## 100,0%

==> Patching patching file src/third_party/v8/SConscript ==> scons install --prefix=/usr/local/Cellar/mongodb/2.4.7 -j4 --64 --cc=/usr/bin/clang --cxx=/usr/bin/clang++

So the las line is the last thing i get and still there like open (maybe an infinite loop).

Upvotes: 3

Views: 1106

Answers (1)

asafge
asafge

Reputation: 1139

For me, I also got this message:

Warning: No developer tools installed. You should install the Command Line Tools. Run xcode-select --install to install them.

and actually running the following command solved the issue.

Upvotes: 1

Related Questions