Created
August 29, 2014 07:50
-
-
Save rizkysyazuli/a6f2d5cb52d3bec1307f to your computer and use it in GitHub Desktop.
brew install -v mongodb 2>&1
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
==> Downloading http://downloads.mongodb.org/src/mongodb-src-r2.6.4.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/mongodb-2.6.4.tar.gz | |
==> Verifying mongodb-2.6.4.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/mongodb-2.6.4.tar.gz | |
==> /usr/local/opt/scons/bin/scons install --prefix=/usr/local/Cellar/mongodb/2.6.4_1 -j4 --cc=/usr/bin/clang --cxx=/usr/bin/clang++ --osx-version-min=10.10 --full --64 | |
scons: Reading SConscript files ... | |
Mkdir(".scons/Darwin/nohost") | |
usage: scons [OPTION] [TARGET] ... | |
SCons Error: option --osx-version-min: invalid choice: '10.10' (choose from '10.6', '10.7', '10.8', '10.9') | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 531dae0f7104028cbb89b04d6cfd1ebad4cf8266 | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10-x86_64 | |
Xcode: 5.1.1 | |
CLT: 6.0.0.0.1.1408056701 | |
X11: N/A | |
==> ENV | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ | |
OBJC: /usr/bin/clang | |
OBJCXX: /usr/bin/clang++ | |
CFLAGS: -Os -w -pipe -march=native -mmacosx-version-min=10.10 | |
CXXFLAGS: -Os -w -pipe -march=native -mmacosx-version-min=10.10 | |
CPPFLAGS: -F/usr/local/Frameworks | |
LDFLAGS: -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names | |
MAKEFLAGS: -j4 | |
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks | |
MACOSX_DEPLOYMENT_TARGET: 10.10 | |
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10:/usr/lib/pkgconfig | |
PATH: /Users/rizky/.rvm/gems/ruby-2.1.0/bin:/Users/rizky/.rvm/gems/ruby-2.1.0@global/bin:/Users/rizky/.rvm/rubies/ruby-2.1.0/bin:/usr/local/bin:/usr/bin:/Users/rizky/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/rizky/.rvm/bin:/usr/local/Library/Contributions/cmd | |
CPATH: /usr/local/include | |
Error: mongodb 2.6.4 did not build | |
Logs: | |
/Users/rizky/Library/Logs/Homebrew/mongodb/01.scons |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment