Created
October 24, 2013 05:37
-
-
Save giacecco/7131898 to your computer and use it in GitHub Desktop.
mongodb failed to build on 10.8.5
This file contains 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
.../~$ brew doctor | |
Your system is ready to brew. | |
.../~$ |
This file contains 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
[EMPTY FOLDER!] |
This file contains 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
.../tmp$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install mongodb 2>&1 | |
==> Downloading http://downloads.mongodb.org/src/mongodb-src-r2.4.7.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/mongodb-2.4.7.tar.gz | |
tar xf /Library/Caches/Homebrew/mongodb-2.4.7.tar.gz | |
==> scons install --prefix=/usr/local/Cellar/mongodb/2.4.7 -j1 --64 | |
scons install --prefix=/usr/local/Cellar/mongodb/2.4.7 -j1 --64 | |
scons: Reading SConscript files ... | |
Mkdir(".scons/Darwin/nohost") | |
scons version: 2.3.0 | |
python version: 2 7 5 'final' 0 | |
Checking whether the C++ compiler worksyes | |
Checking for C header file unistd.h... yes | |
Checking whether clock_gettime is declared... no | |
Checking for C++ header file execinfo.h... yes | |
Checking whether backtrace is declared... yes | |
Checking whether backtrace_symbols is declared... yes | |
Checking whether backtrace_symbols_fd is declared... yes | |
Checking for C library pcap... yes | |
Checking if __malloc_hook is declared volatile... no | |
scons: done reading SConscript files. | |
scons: Building targets ... | |
/usr/local/opt/python/bin/python2.7 src/mongo/base/generate_error_codes.py src/mongo/base/error_codes.err build/darwin/64/mongo/base/error_codes.h build/darwin/64/mongo/base/error_codes.cpp | |
g++ -o build/darwin/64/mongo/tools/bsondump.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/tools/bsondump.cpp | |
In file included from src/mongo/tools/bsondump.cpp:24: | |
In file included from src/mongo/tools/tool.h:30: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/base/configuration_variable_manager.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/configuration_variable_manager.cpp | |
g++ -o build/darwin/64/mongo/base/error_codes.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include build/darwin/64/mongo/base/error_codes.cpp | |
g++ -o build/darwin/64/mongo/base/global_initializer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/global_initializer.cpp | |
g++ -o build/darwin/64/mongo/base/global_initializer_registerer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/global_initializer_registerer.cpp | |
g++ -o build/darwin/64/mongo/base/init.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/init.cpp | |
g++ -o build/darwin/64/mongo/base/initializer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/initializer.cpp | |
g++ -o build/darwin/64/mongo/base/initializer_context.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/initializer_context.cpp | |
g++ -o build/darwin/64/mongo/base/initializer_dependency_graph.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/initializer_dependency_graph.cpp | |
g++ -o build/darwin/64/mongo/base/make_string_vector.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/make_string_vector.cpp | |
g++ -o build/darwin/64/mongo/base/parse_number.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/parse_number.cpp | |
g++ -o build/darwin/64/mongo/base/status.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/status.cpp | |
g++ -o build/darwin/64/mongo/base/string_data.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/base/string_data.cpp | |
ar rc build/darwin/64/mongo/base/libbase.a build/darwin/64/mongo/base/configuration_variable_manager.o build/darwin/64/mongo/base/error_codes.o build/darwin/64/mongo/base/global_initializer.o build/darwin/64/mongo/base/global_initializer_registerer.o build/darwin/64/mongo/base/init.o build/darwin/64/mongo/base/initializer.o build/darwin/64/mongo/base/initializer_context.o build/darwin/64/mongo/base/initializer_dependency_graph.o build/darwin/64/mongo/base/make_string_vector.o build/darwin/64/mongo/base/parse_number.o build/darwin/64/mongo/base/status.o build/darwin/64/mongo/base/string_data.o | |
ranlib build/darwin/64/mongo/base/libbase.a | |
/usr/local/opt/python/bin/python2.7 src/mongo/db/auth/generate_action_types.py src/mongo/db/auth/action_types.txt build/darwin/64/mongo/db/auth/action_type.h build/darwin/64/mongo/db/auth/action_type.cpp | |
g++ -o build/darwin/64/mongo/db/auth/action_set.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/action_set.cpp | |
g++ -o build/darwin/64/mongo/db/auth/action_type.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include build/darwin/64/mongo/db/auth/action_type.cpp | |
g++ -o build/darwin/64/mongo/db/auth/auth_external_state.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/auth_external_state.cpp | |
g++ -o build/darwin/64/mongo/db/auth/authorization_manager.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/authorization_manager.cpp | |
g++ -o build/darwin/64/mongo/db/auth/principal.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/principal.cpp | |
g++ -o build/darwin/64/mongo/db/auth/principal_set.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/principal_set.cpp | |
g++ -o build/darwin/64/mongo/db/auth/privilege.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/privilege.cpp | |
g++ -o build/darwin/64/mongo/db/auth/privilege_set.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/privilege_set.cpp | |
ar rc build/darwin/64/mongo/db/auth/libauthcore.a build/darwin/64/mongo/db/auth/action_set.o build/darwin/64/mongo/db/auth/action_type.o build/darwin/64/mongo/db/auth/auth_external_state.o build/darwin/64/mongo/db/auth/authorization_manager.o build/darwin/64/mongo/db/auth/principal.o build/darwin/64/mongo/db/auth/principal_set.o build/darwin/64/mongo/db/auth/privilege.o build/darwin/64/mongo/db/auth/privilege_set.o | |
ranlib build/darwin/64/mongo/db/auth/libauthcore.a | |
g++ -o build/darwin/64/mongo/db/auth/auth_external_state_d.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/auth_external_state_d.cpp | |
In file included from src/mongo/db/auth/auth_external_state_d.cpp:23: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/auth/auth_external_state_d.cpp:23: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/auth/auth_index_d.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/auth_index_d.cpp | |
In file included from src/mongo/db/auth/auth_index_d.cpp:22: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/auth/auth_index_d.cpp:22: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
ar rc build/darwin/64/mongo/db/auth/libauthmongod.a build/darwin/64/mongo/db/auth/auth_external_state_d.o build/darwin/64/mongo/db/auth/auth_index_d.o | |
ranlib build/darwin/64/mongo/db/auth/libauthmongod.a | |
g++ -o build/darwin/64/mongo/db/auth/auth_external_state_server_common.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/auth_external_state_server_common.cpp | |
g++ -o build/darwin/64/mongo/db/auth/auth_server_parameters.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/auth_server_parameters.cpp | |
g++ -o build/darwin/64/mongo/db/auth/security_key.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/security_key.cpp | |
ar rc build/darwin/64/mongo/db/auth/libauthservercommon.a build/darwin/64/mongo/db/auth/auth_external_state_server_common.o build/darwin/64/mongo/db/auth/auth_server_parameters.o build/darwin/64/mongo/db/auth/security_key.o | |
ranlib build/darwin/64/mongo/db/auth/libauthservercommon.a | |
g++ -o build/darwin/64/mongo/db/auth/mongo_authentication_session.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/auth/mongo_authentication_session.cpp | |
ar rc build/darwin/64/mongo/db/auth/libserverauth.a build/darwin/64/mongo/db/auth/mongo_authentication_session.o | |
ranlib build/darwin/64/mongo/db/auth/libserverauth.a | |
g++ -o build/darwin/64/mongo/db/fts/fts_index_format.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_index_format.cpp | |
g++ -o build/darwin/64/mongo/db/fts/fts_matcher.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_matcher.cpp | |
g++ -o build/darwin/64/mongo/db/fts/fts_query.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_query.cpp | |
g++ -o build/darwin/64/mongo/db/fts/fts_spec.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_spec.cpp | |
g++ -o build/darwin/64/mongo/db/fts/fts_util.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_util.cpp | |
g++ -o build/darwin/64/mongo/db/fts/stemmer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/stemmer.cpp | |
g++ -o build/darwin/64/mongo/db/fts/stop_words.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/stop_words.cpp | |
/usr/local/opt/python/bin/python2.7 src/mongo/db/fts/generate_stop_words.py src/mongo/db/fts/stop_words_danish.txt src/mongo/db/fts/stop_words_dutch.txt src/mongo/db/fts/stop_words_english.txt src/mongo/db/fts/stop_words_finnish.txt src/mongo/db/fts/stop_words_french.txt src/mongo/db/fts/stop_words_german.txt src/mongo/db/fts/stop_words_hungarian.txt src/mongo/db/fts/stop_words_italian.txt src/mongo/db/fts/stop_words_norwegian.txt src/mongo/db/fts/stop_words_portuguese.txt src/mongo/db/fts/stop_words_romanian.txt src/mongo/db/fts/stop_words_russian.txt src/mongo/db/fts/stop_words_spanish.txt src/mongo/db/fts/stop_words_swedish.txt src/mongo/db/fts/stop_words_turkish.txt build/darwin/64/mongo/db/fts/stop_words_list.h build/darwin/64/mongo/db/fts/stop_words_list.cpp | |
header: build/darwin/64/mongo/db/fts/stop_words_list.h | |
source: build/darwin/64/mongo/db/fts/stop_words_list.cpp | |
language_files: | |
src/mongo/db/fts/stop_words_danish.txt | |
src/mongo/db/fts/stop_words_dutch.txt | |
src/mongo/db/fts/stop_words_english.txt | |
src/mongo/db/fts/stop_words_finnish.txt | |
src/mongo/db/fts/stop_words_french.txt | |
src/mongo/db/fts/stop_words_german.txt | |
src/mongo/db/fts/stop_words_hungarian.txt | |
src/mongo/db/fts/stop_words_italian.txt | |
src/mongo/db/fts/stop_words_norwegian.txt | |
src/mongo/db/fts/stop_words_portuguese.txt | |
src/mongo/db/fts/stop_words_romanian.txt | |
src/mongo/db/fts/stop_words_russian.txt | |
src/mongo/db/fts/stop_words_spanish.txt | |
src/mongo/db/fts/stop_words_swedish.txt | |
src/mongo/db/fts/stop_words_turkish.txt | |
g++ -o build/darwin/64/mongo/db/fts/stop_words_list.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include build/darwin/64/mongo/db/fts/stop_words_list.cpp | |
g++ -o build/darwin/64/mongo/db/fts/tokenizer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/tokenizer.cpp | |
ar rc build/darwin/64/mongo/db/fts/libbase.a build/darwin/64/mongo/db/fts/fts_index_format.o build/darwin/64/mongo/db/fts/fts_matcher.o build/darwin/64/mongo/db/fts/fts_query.o build/darwin/64/mongo/db/fts/fts_spec.o build/darwin/64/mongo/db/fts/fts_util.o build/darwin/64/mongo/db/fts/stemmer.o build/darwin/64/mongo/db/fts/stop_words.o build/darwin/64/mongo/db/fts/stop_words_list.o build/darwin/64/mongo/db/fts/tokenizer.o | |
ranlib build/darwin/64/mongo/db/fts/libbase.a | |
g++ -o build/darwin/64/mongo/db/fts/fts_command_mongod.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_command_mongod.cpp | |
In file included from src/mongo/db/fts/fts_command_mongod.cpp:24: | |
In file included from src/mongo/db/fts/fts_search.h:31: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/fts/fts_command_mongod.cpp:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/fts/fts_index.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_index.cpp | |
In file included from src/mongo/db/fts/fts_index.cpp:29: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/fts/fts_index.cpp:29: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/fts/fts_search.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_search.cpp | |
In file included from src/mongo/db/fts/fts_search.cpp:21: | |
In file included from src/mongo/db/btreecursor.h:19: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/fts/fts_search.cpp:21: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
ar rc build/darwin/64/mongo/db/fts/libftsmongod.a build/darwin/64/mongo/db/fts/fts_command_mongod.o build/darwin/64/mongo/db/fts/fts_index.o build/darwin/64/mongo/db/fts/fts_search.o | |
ranlib build/darwin/64/mongo/db/fts/libftsmongod.a | |
g++ -o build/darwin/64/mongo/db/fts/fts_command.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_command.cpp | |
In file included from src/mongo/db/fts/fts_command.cpp:24: | |
In file included from src/mongo/db/fts/fts_search.h:31: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/db/fts/fts_enabled.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/fts/fts_enabled.cpp | |
ar rc build/darwin/64/mongo/db/fts/libserver_common.a build/darwin/64/mongo/db/fts/fts_command.o build/darwin/64/mongo/db/fts/fts_enabled.o | |
ranlib build/darwin/64/mongo/db/fts/libserver_common.a | |
g++ -o build/darwin/64/mongo/db/field_ref.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/field_ref.cpp | |
ar rc build/darwin/64/mongo/db/libcommon.a build/darwin/64/mongo/db/field_ref.o | |
ranlib build/darwin/64/mongo/db/libcommon.a | |
g++ -o build/darwin/64/mongo/tools/tool.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/tools/tool.cpp | |
In file included from src/mongo/tools/tool.cpp:19: | |
In file included from src/mongo/tools/tool.h:30: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/tools/tool.cpp:30: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/tools/stat_util.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/tools/stat_util.cpp | |
ar rc build/darwin/64/mongo/liballtools.a build/darwin/64/mongo/tools/tool.o build/darwin/64/mongo/tools/stat_util.o | |
ranlib build/darwin/64/mongo/liballtools.a | |
g++ -o build/darwin/64/mongo/bson/mutable/mutable_bson.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/bson/mutable/mutable_bson.cpp | |
g++ -o build/darwin/64/mongo/bson/mutable/mutable_bson_builder.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/bson/mutable/mutable_bson_builder.cpp | |
g++ -o build/darwin/64/mongo/bson/mutable/mutable_bson_heap.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/bson/mutable/mutable_bson_heap.cpp | |
g++ -o build/darwin/64/mongo/bson/mutable/mutable_bson_internal.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/bson/mutable/mutable_bson_internal.cpp | |
g++ -o build/darwin/64/mongo/bson/util/bson_extract.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/bson/util/bson_extract.cpp | |
g++ -o build/darwin/64/mongo/util/safe_num.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/safe_num.cpp | |
g++ -o build/darwin/64/mongo/bson/bson_validate.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/bson/bson_validate.cpp | |
g++ -o build/darwin/64/mongo/bson/oid.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/bson/oid.cpp | |
g++ -o build/darwin/64/mongo/db/jsobj.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/jsobj.cpp | |
g++ -o build/darwin/64/mongo/db/json.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/json.cpp | |
ar rc build/darwin/64/mongo/libbson.a build/darwin/64/mongo/bson/mutable/mutable_bson.o build/darwin/64/mongo/bson/mutable/mutable_bson_builder.o build/darwin/64/mongo/bson/mutable/mutable_bson_heap.o build/darwin/64/mongo/bson/mutable/mutable_bson_internal.o build/darwin/64/mongo/bson/util/bson_extract.o build/darwin/64/mongo/util/safe_num.o build/darwin/64/mongo/bson/bson_validate.o build/darwin/64/mongo/bson/oid.o build/darwin/64/mongo/db/jsobj.o build/darwin/64/mongo/db/json.o | |
ranlib build/darwin/64/mongo/libbson.a | |
g++ -o build/darwin/64/mongo/scripting/bson_template_evaluator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/scripting/bson_template_evaluator.cpp | |
ar rc build/darwin/64/mongo/libbson_template_evaluator.a build/darwin/64/mongo/scripting/bson_template_evaluator.o | |
ranlib build/darwin/64/mongo/libbson_template_evaluator.a | |
g++ -o build/darwin/64/mongo/client/parallel.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/parallel.cpp | |
In file included from src/mongo/client/parallel.cpp:23: | |
In file included from src/mongo/client/parallel.h:25: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/db/commands.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands.cpp | |
In file included from src/mongo/db/commands.cpp:33: | |
In file included from src/mongo/db/replutil.h:19: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands.cpp:33: | |
In file included from src/mongo/db/replutil.h:19: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/authentication_commands.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/authentication_commands.cpp | |
g++ -o build/darwin/64/mongo/db/commands/connection_status.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/connection_status.cpp | |
g++ -o build/darwin/64/mongo/db/commands/fail_point_cmd.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/fail_point_cmd.cpp | |
g++ -o build/darwin/64/mongo/db/commands/find_and_modify_common.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/find_and_modify_common.cpp | |
g++ -o build/darwin/64/mongo/db/commands/hashcmd.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/hashcmd.cpp | |
g++ -o build/darwin/64/mongo/db/commands/isself.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/isself.cpp | |
g++ -o build/darwin/64/mongo/db/commands/mr_common.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/mr_common.cpp | |
g++ -o build/darwin/64/mongo/db/commands/rename_collection_common.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/rename_collection_common.cpp | |
g++ -o build/darwin/64/mongo/db/commands/server_status.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/server_status.cpp | |
In file included from src/mongo/db/commands/server_status.cpp:27: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/server_status.cpp:27: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/parameters.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/parameters.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/pipeline.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/pipeline.cpp | |
In file included from src/mongo/db/pipeline/pipeline.cpp:23: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/pipeline.cpp:23: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/dbcommands_generic.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dbcommands_generic.cpp | |
In file included from src/mongo/db/dbcommands_generic.cpp:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/dbcommands_generic.cpp:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/dbwebserver.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dbwebserver.cpp | |
In file included from src/mongo/db/dbwebserver.cpp:30: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/dbwebserver.cpp:30: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/keypattern.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/keypattern.cpp | |
g++ -o build/darwin/64/mongo/db/matcher.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/matcher.cpp | |
In file included from src/mongo/db/matcher.cpp:22: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/matcher.cpp:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator_add_to_set.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator_add_to_set.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator_avg.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator_avg.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator_first.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator_first.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator_last.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator_last.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator_min_max.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator_min_max.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator_push.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator_push.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator_single_value.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator_single_value.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/accumulator_sum.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/accumulator_sum.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/builder.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/builder.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/doc_mem_monitor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/doc_mem_monitor.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/document.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source.cpp | |
In file included from src/mongo/db/pipeline/document_source.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_bson_array.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_bson_array.cpp | |
In file included from src/mongo/db/pipeline/document_source_bson_array.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_bson_array.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_command_shards.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_command_shards.cpp | |
In file included from src/mongo/db/pipeline/document_source_command_shards.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_command_shards.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_filter.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_filter.cpp | |
In file included from src/mongo/db/pipeline/document_source_filter.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_filter.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_filter_base.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_filter_base.cpp | |
In file included from src/mongo/db/pipeline/document_source_filter_base.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_filter_base.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_geo_near.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_geo_near.cpp | |
In file included from src/mongo/db/pipeline/document_source_geo_near.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_geo_near.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_group.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_group.cpp | |
In file included from src/mongo/db/pipeline/document_source_group.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_group.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_limit.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_limit.cpp | |
In file included from src/mongo/db/pipeline/document_source_limit.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_limit.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_match.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_match.cpp | |
In file included from src/mongo/db/pipeline/document_source_match.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_match.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_out.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_out.cpp | |
In file included from src/mongo/db/pipeline/document_source_out.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_out.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_project.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_project.cpp | |
In file included from src/mongo/db/pipeline/document_source_project.cpp:18: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_project.cpp:18: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_skip.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_skip.cpp | |
In file included from src/mongo/db/pipeline/document_source_skip.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_skip.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_sort.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_sort.cpp | |
In file included from src/mongo/db/pipeline/document_source_sort.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_sort.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_unwind.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_unwind.cpp | |
In file included from src/mongo/db/pipeline/document_source_unwind.cpp:18: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_unwind.cpp:18: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/expression.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/expression.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/expression_context.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/expression_context.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/field_path.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/field_path.cpp | |
g++ -o build/darwin/64/mongo/db/pipeline/value.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/value.cpp | |
g++ -o build/darwin/64/mongo/db/projection.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/projection.cpp | |
In file included from src/mongo/db/projection.cpp:20: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/db/querypattern.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/querypattern.cpp | |
g++ -o build/darwin/64/mongo/db/queryutil.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/queryutil.cpp | |
In file included from src/mongo/db/queryutil.cpp:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/queryutil.cpp:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/stats/timer_stats.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/stats/timer_stats.cpp | |
g++ -o build/darwin/64/mongo/db/stats/top.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/stats/top.cpp | |
g++ -o build/darwin/64/mongo/s/shardconnection.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/shardconnection.cpp | |
ar rc build/darwin/64/mongo/libcoredb.a build/darwin/64/mongo/client/parallel.o build/darwin/64/mongo/db/commands.o build/darwin/64/mongo/db/commands/authentication_commands.o build/darwin/64/mongo/db/commands/connection_status.o build/darwin/64/mongo/db/commands/fail_point_cmd.o build/darwin/64/mongo/db/commands/find_and_modify_common.o build/darwin/64/mongo/db/commands/hashcmd.o build/darwin/64/mongo/db/commands/isself.o build/darwin/64/mongo/db/commands/mr_common.o build/darwin/64/mongo/db/commands/rename_collection_common.o build/darwin/64/mongo/db/commands/server_status.o build/darwin/64/mongo/db/commands/parameters.o build/darwin/64/mongo/db/pipeline/pipeline.o build/darwin/64/mongo/db/dbcommands_generic.o build/darwin/64/mongo/db/dbwebserver.o build/darwin/64/mongo/db/keypattern.o build/darwin/64/mongo/db/matcher.o build/darwin/64/mongo/db/pipeline/accumulator.o build/darwin/64/mongo/db/pipeline/accumulator_add_to_set.o build/darwin/64/mongo/db/pipeline/accumulator_avg.o build/darwin/64/mongo/db/pipeline/accumulator_first.o build/darwin/64/mongo/db/pipeline/accumulator_last.o build/darwin/64/mongo/db/pipeline/accumulator_min_max.o build/darwin/64/mongo/db/pipeline/accumulator_push.o build/darwin/64/mongo/db/pipeline/accumulator_single_value.o build/darwin/64/mongo/db/pipeline/accumulator_sum.o build/darwin/64/mongo/db/pipeline/builder.o build/darwin/64/mongo/db/pipeline/doc_mem_monitor.o build/darwin/64/mongo/db/pipeline/document.o build/darwin/64/mongo/db/pipeline/document_source.o build/darwin/64/mongo/db/pipeline/document_source_bson_array.o build/darwin/64/mongo/db/pipeline/document_source_command_shards.o build/darwin/64/mongo/db/pipeline/document_source_filter.o build/darwin/64/mongo/db/pipeline/document_source_filter_base.o build/darwin/64/mongo/db/pipeline/document_source_geo_near.o build/darwin/64/mongo/db/pipeline/document_source_group.o build/darwin/64/mongo/db/pipeline/document_source_limit.o build/darwin/64/mongo/db/pipeline/document_source_match.o build/darwin/64/mongo/db/pipeline/document_source_out.o build/darwin/64/mongo/db/pipeline/document_source_project.o build/darwin/64/mongo/db/pipeline/document_source_skip.o build/darwin/64/mongo/db/pipeline/document_source_sort.o build/darwin/64/mongo/db/pipeline/document_source_unwind.o build/darwin/64/mongo/db/pipeline/expression.o build/darwin/64/mongo/db/pipeline/expression_context.o build/darwin/64/mongo/db/pipeline/field_path.o build/darwin/64/mongo/db/pipeline/value.o build/darwin/64/mongo/db/projection.o build/darwin/64/mongo/db/querypattern.o build/darwin/64/mongo/db/queryutil.o build/darwin/64/mongo/db/stats/timer_stats.o build/darwin/64/mongo/db/stats/top.o build/darwin/64/mongo/s/shardconnection.o | |
ranlib build/darwin/64/mongo/libcoredb.a | |
g++ -o build/darwin/64/mongo/db/client_basic.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/client_basic.cpp | |
g++ -o build/darwin/64/mongo/db/common.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/common.cpp | |
g++ -o build/darwin/64/mongo/util/net/miniwebserver.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/net/miniwebserver.cpp | |
g++ -o build/darwin/64/mongo/db/indexkey.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/indexkey.cpp | |
In file included from src/mongo/db/indexkey.cpp:27: | |
In file included from src/mongo/db/database.h:23: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/indexkey.cpp:27: | |
In file included from src/mongo/db/database.h:23: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/stats/counters.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/stats/counters.cpp | |
In file included from src/mongo/db/stats/counters.cpp:21: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/stats/../cursor.h:23: | |
In file included from src/mongo/db/stats/../matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/stats/counters.cpp:21: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/stats/service_stats.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/stats/service_stats.cpp | |
g++ -o build/darwin/64/mongo/util/systeminfo_none.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/systeminfo_none.cpp | |
ar rc build/darwin/64/mongo/libcoreserver.a build/darwin/64/mongo/db/client_basic.o build/darwin/64/mongo/db/common.o build/darwin/64/mongo/util/net/miniwebserver.o build/darwin/64/mongo/db/indexkey.o build/darwin/64/mongo/db/stats/counters.o build/darwin/64/mongo/db/stats/service_stats.o build/darwin/64/mongo/util/systeminfo_none.o | |
ranlib build/darwin/64/mongo/libcoreserver.a | |
g++ -o build/darwin/64/mongo/client/distlock.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/distlock.cpp | |
g++ -o build/darwin/64/mongo/s/config.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/config.cpp | |
In file included from src/mongo/s/config.cpp:27: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/s/config.cpp:27: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/s/grid.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/grid.cpp | |
g++ -o build/darwin/64/mongo/s/chunk.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/chunk.cpp | |
In file included from src/mongo/s/chunk.cpp:31: | |
In file included from src/mongo/s/cursors.h:25: | |
In file included from src/mongo/client/parallel.h:25: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/s/shard.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/shard.cpp | |
g++ -o build/darwin/64/mongo/s/shardkey.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/shardkey.cpp | |
ar rc build/darwin/64/mongo/libcoreshard.a build/darwin/64/mongo/client/distlock.o build/darwin/64/mongo/s/config.o build/darwin/64/mongo/s/grid.o build/darwin/64/mongo/s/chunk.o build/darwin/64/mongo/s/shard.o build/darwin/64/mongo/s/shardkey.o | |
ranlib build/darwin/64/mongo/libcoreshard.a | |
g++ -o build/darwin/64/mongo/db/cmdline.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/cmdline.cpp | |
ar rc build/darwin/64/mongo/libdbcmdline.a build/darwin/64/mongo/db/cmdline.o | |
ranlib build/darwin/64/mongo/libdbcmdline.a | |
g++ -o build/darwin/64/mongo/s/default_version.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/default_version.cpp | |
ar rc build/darwin/64/mongo/libdefaultversion.a build/darwin/64/mongo/s/default_version.o | |
ranlib build/darwin/64/mongo/libdefaultversion.a | |
g++ -o build/darwin/64/mongo/util/fail_point.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/fail_point.cpp | |
g++ -o build/darwin/64/mongo/util/fail_point_registry.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/fail_point_registry.cpp | |
g++ -o build/darwin/64/mongo/util/fail_point_service.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/fail_point_service.cpp | |
ar rc build/darwin/64/mongo/libfail_point.a build/darwin/64/mongo/util/fail_point.o build/darwin/64/mongo/util/fail_point_registry.o build/darwin/64/mongo/util/fail_point_service.o | |
ranlib build/darwin/64/mongo/libfail_point.a | |
g++ -o build/darwin/64/mongo/util/assert_util.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/assert_util.cpp | |
g++ -o build/darwin/64/mongo/util/concurrency/mutexdebugger.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/concurrency/mutexdebugger.cpp | |
g++ -o build/darwin/64/mongo/util/debug_util.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/debug_util.cpp | |
g++ -o build/darwin/64/mongo/util/exception_filter_win32.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/exception_filter_win32.cpp | |
g++ -o build/darwin/64/mongo/util/file.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/file.cpp | |
g++ -o build/darwin/64/mongo/util/log.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/log.cpp | |
g++ -o build/darwin/64/mongo/util/platform_init.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/platform_init.cpp | |
g++ -o build/darwin/64/mongo/util/signal_handlers.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/signal_handlers.cpp | |
g++ -o build/darwin/64/mongo/util/text.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/text.cpp | |
g++ -o build/darwin/64/mongo/util/time_support.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/time_support.cpp | |
g++ -o build/darwin/64/mongo/util/timer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/timer.cpp | |
ar rc build/darwin/64/mongo/libfoundation.a build/darwin/64/mongo/util/assert_util.o build/darwin/64/mongo/util/concurrency/mutexdebugger.o build/darwin/64/mongo/util/debug_util.o build/darwin/64/mongo/util/exception_filter_win32.o build/darwin/64/mongo/util/file.o build/darwin/64/mongo/util/log.o build/darwin/64/mongo/util/platform_init.o build/darwin/64/mongo/util/signal_handlers.o build/darwin/64/mongo/util/text.o build/darwin/64/mongo/util/time_support.o build/darwin/64/mongo/util/timer.o | |
ranlib build/darwin/64/mongo/libfoundation.a | |
g++ -o build/darwin/64/mongo/db/geo/hash.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/hash.cpp | |
g++ -o build/darwin/64/mongo/db/geo/shapes.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/shapes.cpp | |
ar rc build/darwin/64/mongo/libgeometry.a build/darwin/64/mongo/db/geo/hash.o build/darwin/64/mongo/db/geo/shapes.o | |
ranlib build/darwin/64/mongo/libgeometry.a | |
g++ -o build/darwin/64/mongo/db/geo/geoparser.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/geoparser.cpp | |
In file included from src/mongo/db/geo/geoparser.cpp:20: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
ar rc build/darwin/64/mongo/libgeoparser.a build/darwin/64/mongo/db/geo/geoparser.o | |
ranlib build/darwin/64/mongo/libgeoparser.a | |
g++ -o build/darwin/64/mongo/db/geo/geoquery.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/geoquery.cpp | |
In file included from src/mongo/db/geo/geoquery.cpp:17: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
ar rc build/darwin/64/mongo/libgeoquery.a build/darwin/64/mongo/db/geo/geoquery.o | |
ranlib build/darwin/64/mongo/libgeoquery.a | |
g++ -o build/darwin/64/mongo/db/index_set.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/index_set.cpp | |
ar rc build/darwin/64/mongo/libindex_set.a build/darwin/64/mongo/db/index_set.o | |
ranlib build/darwin/64/mongo/libindex_set.a | |
g++ -o build/darwin/64/mongo/util/md5.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/md5.cpp | |
ar rc build/darwin/64/mongo/libmd5.a build/darwin/64/mongo/util/md5.o | |
ranlib build/darwin/64/mongo/libmd5.a | |
g++ -o build/darwin/64/mongo/pch.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/pch.cpp | |
generate_buildinfo(["build/buildinfo.cpp"], ['\n#include <string>\n#include <boost/version.hpp>\n\n#include "mongo/util/version.h"\n\nnamespace mongo {\n const char * gitVersion() { return "%(git_version)s"; }\n const char * compiledJSEngine() { return "%(js_engine)s"; }\n const char * allocator() { return "%(allocator)s"; }\n const char * loaderFlags() { return "%(loader_flags)s"; }\n const char * compilerFlags() { return "%(compiler_flags)s"; }\n std::string sysInfo() { return "%(sys_info)s BOOST_LIB_VERSION=" BOOST_LIB_VERSION ; }\n} // namespace mongo\n']) | |
Install file: "build/buildinfo.cpp" as "build/darwin/64/mongo/buildinfo.cpp" | |
g++ -o build/darwin/64/mongo/buildinfo.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include build/darwin/64/mongo/buildinfo.cpp | |
g++ -o build/darwin/64/mongo/db/lasterror.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/lasterror.cpp | |
g++ -o build/darwin/64/mongo/db/namespace.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/namespace.cpp | |
jsToH(["build/darwin/64/mongo/shell/mongo.cpp"], ["src/mongo/shell/assert.js", "src/mongo/shell/types.js", "src/mongo/shell/utils.js", "src/mongo/shell/utils_sh.js", "src/mongo/shell/db.js", "src/mongo/shell/mongo.js", "src/mongo/shell/mr.js", "src/mongo/shell/query.js", "src/mongo/shell/collection.js"]) | |
g++ -o build/darwin/64/mongo/shell/mongo.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include build/darwin/64/mongo/shell/mongo.cpp | |
g++ -o build/darwin/64/mongo/util/background.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/background.cpp | |
g++ -o build/darwin/64/mongo/util/intrusive_counter.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/intrusive_counter.cpp | |
g++ -o build/darwin/64/mongo/util/util.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/util.cpp | |
g++ -o build/darwin/64/mongo/util/file_allocator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/file_allocator.cpp | |
g++ -o build/darwin/64/mongo/util/trace.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/trace.cpp | |
g++ -o build/darwin/64/mongo/util/ramlog.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/ramlog.cpp | |
g++ -o build/darwin/64/mongo/util/progress_meter.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/progress_meter.cpp | |
g++ -o build/darwin/64/mongo/util/concurrency/task.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/concurrency/task.cpp | |
g++ -o build/darwin/64/mongo/util/concurrency/thread_pool.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/concurrency/thread_pool.cpp | |
g++ -o build/darwin/64/mongo/util/password.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/password.cpp | |
g++ -o build/darwin/64/mongo/util/concurrency/rwlockimpl.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/concurrency/rwlockimpl.cpp | |
g++ -o build/darwin/64/mongo/util/histogram.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/histogram.cpp | |
g++ -o build/darwin/64/mongo/util/concurrency/spin_lock.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/concurrency/spin_lock.cpp | |
g++ -o build/darwin/64/mongo/util/text_startuptest.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/text_startuptest.cpp | |
g++ -o build/darwin/64/mongo/util/stack_introspect.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/stack_introspect.cpp | |
g++ -o build/darwin/64/mongo/util/concurrency/synchronization.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/concurrency/synchronization.cpp | |
g++ -o build/darwin/64/mongo/util/net/sock.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/net/sock.cpp | |
g++ -o build/darwin/64/mongo/util/net/ssl_manager.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/net/ssl_manager.cpp | |
g++ -o build/darwin/64/mongo/util/net/httpclient.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/net/httpclient.cpp | |
g++ -o build/darwin/64/mongo/util/net/message.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/net/message.cpp | |
g++ -o build/darwin/64/mongo/util/net/message_port.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/net/message_port.cpp | |
g++ -o build/darwin/64/mongo/util/net/listen.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/net/listen.cpp | |
g++ -o build/darwin/64/mongo/util/startup_test.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/startup_test.cpp | |
g++ -o build/darwin/64/mongo/util/version.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/version.cpp | |
g++ -o build/darwin/64/mongo/client/connpool.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/connpool.cpp | |
g++ -o build/darwin/64/mongo/client/dbclient.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/dbclient.cpp | |
g++ -o build/darwin/64/mongo/client/dbclient_rs.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/dbclient_rs.cpp | |
g++ -o build/darwin/64/mongo/client/dbclientcursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/dbclientcursor.cpp | |
g++ -o build/darwin/64/mongo/client/model.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/model.cpp | |
g++ -o build/darwin/64/mongo/client/sasl_client_authenticate.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/sasl_client_authenticate.cpp | |
g++ -o build/darwin/64/mongo/client/syncclusterconnection.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/syncclusterconnection.cpp | |
g++ -o build/darwin/64/mongo/db/dbmessage.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dbmessage.cpp | |
ar rc build/darwin/64/mongo/libmongocommon.a build/darwin/64/mongo/pch.o build/darwin/64/mongo/buildinfo.o build/darwin/64/mongo/db/lasterror.o build/darwin/64/mongo/db/namespace.o build/darwin/64/mongo/shell/mongo.o build/darwin/64/mongo/util/background.o build/darwin/64/mongo/util/intrusive_counter.o build/darwin/64/mongo/util/util.o build/darwin/64/mongo/util/file_allocator.o build/darwin/64/mongo/util/trace.o build/darwin/64/mongo/util/ramlog.o build/darwin/64/mongo/util/progress_meter.o build/darwin/64/mongo/util/concurrency/task.o build/darwin/64/mongo/util/concurrency/thread_pool.o build/darwin/64/mongo/util/password.o build/darwin/64/mongo/util/concurrency/rwlockimpl.o build/darwin/64/mongo/util/histogram.o build/darwin/64/mongo/util/concurrency/spin_lock.o build/darwin/64/mongo/util/text_startuptest.o build/darwin/64/mongo/util/stack_introspect.o build/darwin/64/mongo/util/concurrency/synchronization.o build/darwin/64/mongo/util/net/sock.o build/darwin/64/mongo/util/net/ssl_manager.o build/darwin/64/mongo/util/net/httpclient.o build/darwin/64/mongo/util/net/message.o build/darwin/64/mongo/util/net/message_port.o build/darwin/64/mongo/util/net/listen.o build/darwin/64/mongo/util/startup_test.o build/darwin/64/mongo/util/version.o build/darwin/64/mongo/client/connpool.o build/darwin/64/mongo/client/dbclient.o build/darwin/64/mongo/client/dbclient_rs.o build/darwin/64/mongo/client/dbclientcursor.o build/darwin/64/mongo/client/model.o build/darwin/64/mongo/client/sasl_client_authenticate.o build/darwin/64/mongo/client/syncclusterconnection.o build/darwin/64/mongo/db/dbmessage.o | |
/usr/bin/ranlib: file: build/darwin/64/mongo/libmongocommon.a(ssl_manager.o) has no symbols | |
ranlib build/darwin/64/mongo/libmongocommon.a | |
ranlib: file: build/darwin/64/mongo/libmongocommon.a(ssl_manager.o) has no symbols | |
g++ -o build/darwin/64/mongo/db/hasher.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/hasher.cpp | |
ar rc build/darwin/64/mongo/libmongohasher.a build/darwin/64/mongo/db/hasher.o | |
ranlib build/darwin/64/mongo/libmongohasher.a | |
g++ -o build/darwin/64/mongo/client/connection_factory.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/connection_factory.cpp | |
ar rc build/darwin/64/mongo/libnotmongodormongos.a build/darwin/64/mongo/client/connection_factory.o | |
ranlib build/darwin/64/mongo/libnotmongodormongos.a | |
g++ -o build/darwin/64/mongo/util/processinfo.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/processinfo.cpp | |
g++ -o build/darwin/64/mongo/util/processinfo_darwin.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/processinfo_darwin.cpp | |
ar rc build/darwin/64/mongo/libprocessinfo.a build/darwin/64/mongo/util/processinfo.o build/darwin/64/mongo/util/processinfo_darwin.o | |
ranlib build/darwin/64/mongo/libprocessinfo.a | |
g++ -o build/darwin/64/mongo/scripting/engine.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/scripting/engine.cpp | |
g++ -o build/darwin/64/mongo/scripting/utils.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/scripting/utils.cpp | |
g++ -o build/darwin/64/mongo/scripting/bench.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/scripting/bench.cpp | |
g++ -o build/darwin/64/mongo/scripting/engine_v8.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/scripting/engine_v8.cpp | |
g++ -o build/darwin/64/mongo/scripting/v8_db.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/scripting/v8_db.cpp | |
g++ -o build/darwin/64/mongo/scripting/v8_utils.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/scripting/v8_utils.cpp | |
src/mongo/scripting/v8_utils.cpp:168:14: warning: private field '_newScope' is not used | |
[-Wunused-private-field] | |
bool _newScope; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/scripting/v8_profiler.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/scripting/v8_profiler.cpp | |
ar rc build/darwin/64/mongo/libscripting.a build/darwin/64/mongo/scripting/engine.o build/darwin/64/mongo/scripting/utils.o build/darwin/64/mongo/scripting/bench.o build/darwin/64/mongo/scripting/engine_v8.o build/darwin/64/mongo/scripting/v8_db.o build/darwin/64/mongo/scripting/v8_utils.o build/darwin/64/mongo/scripting/v8_profiler.o | |
ranlib build/darwin/64/mongo/libscripting.a | |
g++ -o build/darwin/64/mongo/db/server_parameters.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/server_parameters.cpp | |
ar rc build/darwin/64/mongo/libserver_parameters.a build/darwin/64/mongo/db/server_parameters.o | |
ranlib build/darwin/64/mongo/libserver_parameters.a | |
g++ -o build/darwin/64/mongo/db/curop.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/curop.cpp | |
In file included from src/mongo/db/curop.cpp:20: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/curop.cpp:20: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/kill_current_op.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/kill_current_op.cpp | |
g++ -o build/darwin/64/mongo/db/memconcept.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/memconcept.cpp | |
g++ -o build/darwin/64/mongo/db/interrupt_status_mongod.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/interrupt_status_mongod.cpp | |
g++ -o build/darwin/64/mongo/db/d_globals.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/d_globals.cpp | |
In file included from src/mongo/db/d_globals.cpp:22: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/d_globals.cpp:22: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pagefault.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pagefault.cpp | |
In file included from src/mongo/db/pagefault.cpp:24: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pagefault.cpp:24: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/util/compress.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/compress.cpp | |
g++ -o build/darwin/64/mongo/db/ttl.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/ttl.cpp | |
In file included from src/mongo/db/ttl.cpp:25: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/ttl.cpp:25: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/d_concurrency.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/d_concurrency.cpp | |
In file included from src/mongo/db/d_concurrency.cpp:34: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/d_concurrency.cpp:34: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/lockstat.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/lockstat.cpp | |
g++ -o build/darwin/64/mongo/db/lockstate.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/lockstate.cpp | |
g++ -o build/darwin/64/mongo/db/key.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/key.cpp | |
g++ -o build/darwin/64/mongo/db/btreebuilder.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/btreebuilder.cpp | |
In file included from src/mongo/db/btreebuilder.cpp:20: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/btreebuilder.cpp:20: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/util/logfile.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/logfile.cpp | |
g++ -o build/darwin/64/mongo/util/alignedbuilder.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/alignedbuilder.cpp | |
g++ -o build/darwin/64/mongo/util/elapsed_tracker.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/elapsed_tracker.cpp | |
g++ -o build/darwin/64/mongo/util/touch_pages.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/touch_pages.cpp | |
In file included from src/mongo/util/touch_pages.cpp:28: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/util/touch_pages.cpp:28: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/mongommf.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/mongommf.cpp | |
g++ -o build/darwin/64/mongo/db/dur.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dur.cpp | |
In file included from src/mongo/db/dur.cpp:76: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/dur.cpp:76: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/durop.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/durop.cpp | |
g++ -o build/darwin/64/mongo/db/dur_writetodatafiles.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dur_writetodatafiles.cpp | |
g++ -o build/darwin/64/mongo/db/dur_preplogbuffer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dur_preplogbuffer.cpp | |
g++ -o build/darwin/64/mongo/db/dur_commitjob.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dur_commitjob.cpp | |
g++ -o build/darwin/64/mongo/db/dur_recover.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dur_recover.cpp | |
In file included from src/mongo/db/dur_recover.cpp:29: | |
In file included from src/mongo/db/database.h:23: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/dur_recover.cpp:29: | |
In file included from src/mongo/db/database.h:23: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/dur_journal.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dur_journal.cpp | |
g++ -o build/darwin/64/mongo/db/introspect.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/introspect.cpp | |
In file included from src/mongo/db/introspect.cpp:25: | |
In file included from src/mongo/db/databaseholder.h:21: | |
In file included from src/mongo/db/database.h:23: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/introspect.cpp:25: | |
In file included from src/mongo/db/databaseholder.h:21: | |
In file included from src/mongo/db/database.h:23: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/btree.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/btree.cpp | |
In file included from src/mongo/db/btree.cpp:22: | |
In file included from src/mongo/db/btree_stats.h:22: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/btree.cpp:22: | |
In file included from src/mongo/db/btree_stats.h:22: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/btree_stats.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/btree_stats.cpp | |
In file included from src/mongo/db/btree_stats.cpp:22: | |
In file included from src/mongo/db/btree_stats.h:22: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/btree_stats.cpp:22: | |
In file included from src/mongo/db/btree_stats.h:22: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/clientcursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/clientcursor.cpp | |
In file included from src/mongo/db/clientcursor.cpp:27: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/clientcursor.cpp:27: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/tests.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/tests.cpp | |
g++ -o build/darwin/64/mongo/db/repl.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl.cpp | |
In file included from src/mongo/db/repl.cpp:41: | |
In file included from src/mongo/db/repl.h:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl.cpp:41: | |
In file included from src/mongo/db/repl.h:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/rs.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/rs.cpp | |
In file included from src/mongo/db/repl/rs.cpp:25: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/rs.cpp:25: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/consensus.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/consensus.cpp | |
In file included from src/mongo/db/repl/consensus.cpp:19: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/repl/../pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/repl/../cursor.h:23: | |
In file included from src/mongo/db/repl/../matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/consensus.cpp:19: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/repl/../pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/rs_initiate.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/rs_initiate.cpp | |
In file included from src/mongo/db/repl/rs_initiate.cpp:32: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/repl/../pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/repl/../cursor.h:23: | |
In file included from src/mongo/db/repl/../matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/rs_initiate.cpp:32: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/repl/../pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/replset_commands.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/replset_commands.cpp | |
In file included from src/mongo/db/repl/replset_commands.cpp:26: | |
In file included from src/mongo/db/repl/../repl.h:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/replset_commands.cpp:26: | |
In file included from src/mongo/db/repl/../repl.h:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/manager.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/manager.cpp | |
In file included from src/mongo/db/repl/manager.cpp:21: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/manager.cpp:21: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/health.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/health.cpp | |
In file included from src/mongo/db/repl/health.cpp:23: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/health.cpp:23: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/heartbeat.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/heartbeat.cpp | |
In file included from src/mongo/db/repl/heartbeat.cpp:23: | |
In file included from src/mongo/db/repl.h:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/heartbeat.cpp:23: | |
In file included from src/mongo/db/repl.h:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/rs_config.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/rs_config.cpp | |
In file included from src/mongo/db/repl/rs_config.cpp:20: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/rs_config.cpp:20: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/rs_rollback.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/rs_rollback.cpp | |
In file included from src/mongo/db/repl/rs_rollback.cpp:22: | |
In file included from src/mongo/db/ops/update.h:23: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/rs_rollback.cpp:23: | |
In file included from src/mongo/db/ops/delete.h:23: | |
In file included from src/mongo/db/ops/../clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/rs_sync.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/rs_sync.cpp | |
In file included from src/mongo/db/repl/rs_sync.cpp:19: | |
In file included from src/mongo/db/repl/rs_sync.h:25: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/rs_sync.cpp:19: | |
In file included from src/mongo/db/repl/rs_sync.h:25: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/rs_initialsync.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/rs_initialsync.cpp | |
In file included from src/mongo/db/repl/rs_initialsync.cpp:19: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/rs_initialsync.cpp:19: | |
In file included from src/mongo/db/repl/rs.h:23: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl/bgsync.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl/bgsync.cpp | |
In file included from src/mongo/db/repl/bgsync.cpp:21: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl/bgsync.cpp:21: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/oplog.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/oplog.cpp | |
In file included from src/mongo/db/oplog.cpp:21: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/oplog.cpp:21: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/prefetch.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/prefetch.cpp | |
In file included from src/mongo/db/prefetch.cpp:21: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/prefetch.cpp:21: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/repl_block.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/repl_block.cpp | |
In file included from src/mongo/db/repl_block.cpp:20: | |
In file included from src/mongo/db/repl.h:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/repl_block.cpp:20: | |
In file included from src/mongo/db/repl.h:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/btreecursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/btreecursor.cpp | |
In file included from src/mongo/db/btreecursor.cpp:19: | |
In file included from src/mongo/db/btreecursor.h:19: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/btreecursor.cpp:19: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/intervalbtreecursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/intervalbtreecursor.cpp | |
In file included from src/mongo/db/intervalbtreecursor.cpp:17: | |
In file included from src/mongo/db/intervalbtreecursor.h:20: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/intervalbtreecursor.cpp:17: | |
In file included from src/mongo/db/intervalbtreecursor.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/btreeposition.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/btreeposition.cpp | |
In file included from src/mongo/db/btreeposition.cpp:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/btreeposition.cpp:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/cloner.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/cloner.cpp | |
In file included from src/mongo/db/cloner.cpp:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/cloner.cpp:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/namespace_details.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/namespace_details.cpp | |
In file included from src/mongo/db/namespace_details.cpp:19: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/namespace_details.cpp:19: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/cap.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/cap.cpp | |
In file included from src/mongo/db/cap.cpp:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/cap.cpp:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/matcher_covered.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/matcher_covered.cpp | |
In file included from src/mongo/db/matcher_covered.cpp:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/matcher_covered.cpp:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/dbeval.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dbeval.cpp | |
In file included from src/mongo/db/dbeval.cpp:20: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/dbeval.cpp:20: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/restapi.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/restapi.cpp | |
In file included from src/mongo/db/restapi.cpp:26: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/restapi.cpp:26: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/dbhelpers.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dbhelpers.cpp | |
In file included from src/mongo/db/dbhelpers.cpp:20: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/dbhelpers.cpp:20: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/instance.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/instance.cpp | |
In file included from src/mongo/db/instance.cpp:39: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/instance.cpp:39: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/client.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/client.cpp | |
In file included from src/mongo/db/client.cpp:36: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/client.cpp:36: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/database.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/database.cpp | |
In file included from src/mongo/db/database.cpp:21: | |
In file included from src/mongo/db/database.h:23: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/database.cpp:21: | |
In file included from src/mongo/db/database.h:23: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pdfile.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pdfile.cpp | |
In file included from src/mongo/db/pdfile.cpp:28: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pdfile.cpp:28: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/record.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/record.cpp | |
In file included from src/mongo/db/record.cpp:22: | |
In file included from src/mongo/db/databaseholder.h:21: | |
In file included from src/mongo/db/database.h:23: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/record.cpp:22: | |
In file included from src/mongo/db/databaseholder.h:21: | |
In file included from src/mongo/db/database.h:23: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/cursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/cursor.cpp | |
In file included from src/mongo/db/cursor.cpp:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/cursor.cpp:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/queryoptimizer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/queryoptimizer.cpp | |
In file included from src/mongo/db/queryoptimizer.cpp:21: | |
In file included from src/mongo/db/queryoptimizer.h:22: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/queryoptimizer.cpp:21: | |
In file included from src/mongo/db/queryoptimizer.h:22: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/queryoptimizercursorimpl.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/queryoptimizercursorimpl.cpp | |
In file included from src/mongo/db/queryoptimizercursorimpl.cpp:22: | |
In file included from src/mongo/db/queryoptimizercursorimpl.h:22: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/queryoptimizercursorimpl.cpp:24: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/extsort.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/extsort.cpp | |
g++ -o build/darwin/64/mongo/db/index.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/index.cpp | |
In file included from src/mongo/db/index.cpp:31: | |
In file included from src/mongo/db/ops/delete.h:23: | |
In file included from src/mongo/db/ops/../clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/index.cpp:31: | |
In file included from src/mongo/db/ops/delete.h:23: | |
In file included from src/mongo/db/ops/../clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/index_update.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/index_update.cpp | |
In file included from src/mongo/db/index_update.cpp:24: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/index_update.cpp:24: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/index_rebuilder.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/index_rebuilder.cpp | |
In file included from src/mongo/db/index_rebuilder.cpp:17: | |
In file included from src/mongo/db/index_rebuilder.h:19: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/index_rebuilder.cpp:17: | |
In file included from src/mongo/db/index_rebuilder.h:19: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/scanandorder.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/scanandorder.cpp | |
In file included from src/mongo/db/scanandorder.cpp:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/db/explain.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/explain.cpp | |
In file included from src/mongo/db/explain.cpp:18: | |
In file included from src/mongo/db/explain.h:20: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/db/geo/2d.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/2d.cpp | |
In file included from src/mongo/db/geo/2d.cpp:29: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/geo/2d.cpp:29: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/geo/geonear.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/geonear.cpp | |
In file included from src/mongo/db/geo/geonear.cpp:26: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/geo/geonear.cpp:26: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/geo/haystack.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/haystack.cpp | |
In file included from src/mongo/db/geo/haystack.cpp:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/geo/haystack.cpp:30: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/geo/s2common.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/s2common.cpp | |
In file included from src/mongo/db/geo/s2common.cpp:17: | |
In file included from src/mongo/db/geo/s2common.h:18: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/mongo/db/geo/s2cursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/s2cursor.cpp | |
In file included from src/mongo/db/geo/s2cursor.cpp:17: | |
In file included from src/mongo/db/geo/s2cursor.h:20: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/geo/s2cursor.cpp:19: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/geo/s2index.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/s2index.cpp | |
In file included from src/mongo/db/geo/s2index.cpp:24: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/geo/s2index.cpp:28: | |
In file included from src/mongo/db/geo/s2nearcursor.h:20: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/geo/s2nearcursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/geo/s2nearcursor.cpp | |
In file included from src/mongo/db/geo/s2nearcursor.cpp:19: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/geo/s2nearcursor.cpp:20: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/hashindex.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/hashindex.cpp | |
In file included from src/mongo/db/hashindex.cpp:19: | |
In file included from src/mongo/db/hashindex.h:22: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/hashindex.cpp:19: | |
In file included from src/mongo/db/hashindex.h:24: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/ops/count.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/ops/count.cpp | |
In file included from src/mongo/db/ops/count.cpp:22: | |
In file included from src/mongo/db/ops/../clientcursor.h:31: | |
In file included from src/mongo/db/ops/../cursor.h:23: | |
In file included from src/mongo/db/ops/../matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/ops/count.cpp:22: | |
In file included from src/mongo/db/ops/../clientcursor.h:37: | |
In file included from src/mongo/db/ops/../dbhelpers.h:27: | |
In file included from src/mongo/db/ops/../db.h:21: | |
In file included from src/mongo/db/ops/../pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/ops/delete.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/ops/delete.cpp | |
In file included from src/mongo/db/ops/delete.cpp:20: | |
In file included from src/mongo/db/ops/delete.h:23: | |
In file included from src/mongo/db/ops/../clientcursor.h:31: | |
In file included from src/mongo/db/ops/../cursor.h:23: | |
In file included from src/mongo/db/ops/../matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/ops/delete.cpp:20: | |
In file included from src/mongo/db/ops/delete.h:23: | |
In file included from src/mongo/db/ops/../clientcursor.h:37: | |
In file included from src/mongo/db/ops/../dbhelpers.h:27: | |
In file included from src/mongo/db/ops/../db.h:21: | |
In file included from src/mongo/db/ops/../pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/ops/query.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/ops/query.cpp | |
In file included from src/mongo/db/ops/query.cpp:21: | |
In file included from src/mongo/db/ops/query.h:26: | |
In file included from src/mongo/db/ops/../explain.h:20: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/ops/query.cpp:24: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/ops/update.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/ops/update.cpp | |
In file included from src/mongo/db/ops/update.cpp:21: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/ops/update.cpp:21: | |
In file included from src/mongo/db/oplog.h:26: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/ops/update_internal.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/ops/update_internal.cpp | |
In file included from src/mongo/db/ops/update_internal.cpp:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/ops/update_internal.cpp:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/dbcommands.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dbcommands.cpp | |
In file included from src/mongo/db/dbcommands.cpp:37: | |
In file included from src/mongo/db/btreecursor.h:19: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/dbcommands.cpp:37: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/dbcommands_admin.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/dbcommands_admin.cpp | |
In file included from src/mongo/db/dbcommands_admin.cpp:45: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/dbcommands_admin.cpp:45: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/dbhash.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/dbhash.cpp | |
In file included from src/mongo/db/commands/dbhash.cpp:33: | |
In file included from src/mongo/db/btreecursor.h:19: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/dbhash.cpp:33: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/fsync.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/fsync.cpp | |
g++ -o build/darwin/64/mongo/db/commands/distinct.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/distinct.cpp | |
In file included from src/mongo/db/commands/distinct.cpp:26: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/distinct.cpp:26: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/find_and_modify.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/find_and_modify.cpp | |
In file included from src/mongo/db/commands/find_and_modify.cpp:25: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/find_and_modify.cpp:25: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/group.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/group.cpp | |
In file included from src/mongo/db/commands/group.cpp:31: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/group.cpp:31: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/index_stats.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/index_stats.cpp | |
In file included from src/mongo/db/commands/index_stats.cpp:35: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/index_stats.cpp:35: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/mr.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/mr.cpp | |
In file included from src/mongo/db/commands/mr.cpp:24: | |
In file included from src/mongo/client/parallel.h:25: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/mr.cpp:26: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/pipeline_command.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/pipeline_command.cpp | |
In file included from src/mongo/db/commands/pipeline_command.cpp:28: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/pipeline_command.cpp:28: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/commands/storage_details.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/commands/storage_details.cpp | |
In file included from src/mongo/db/commands/storage_details.cpp:26: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/commands/storage_details.cpp:26: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/pipeline_d.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/pipeline_d.cpp | |
In file included from src/mongo/db/pipeline/pipeline_d.cpp:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/pipeline_d.cpp:23: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/pipeline/document_source_cursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/pipeline/document_source_cursor.cpp | |
In file included from src/mongo/db/pipeline/document_source_cursor.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/pipeline/document_source_cursor.cpp:19: | |
In file included from src/mongo/db/pipeline/document_source.h:23: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/driverHelpers.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/driverHelpers.cpp | |
In file included from src/mongo/db/driverHelpers.cpp:35: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/driverHelpers.cpp:35: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/util/mmap.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/mmap.cpp | |
g++ -o build/darwin/64/mongo/util/mmap_posix.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/mmap_posix.cpp | |
g++ -o build/darwin/64/mongo/db/stats/snapshots.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/stats/snapshots.cpp | |
In file included from src/mongo/db/stats/snapshots.cpp:22: | |
In file included from src/mongo/db/stats/../clientcursor.h:31: | |
In file included from src/mongo/db/stats/../cursor.h:23: | |
In file included from src/mongo/db/stats/../matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/db/stats/snapshots.cpp:22: | |
In file included from src/mongo/db/stats/../clientcursor.h:37: | |
In file included from src/mongo/db/stats/../dbhelpers.h:27: | |
In file included from src/mongo/db/stats/../db.h:21: | |
In file included from src/mongo/db/stats/../pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/s/d_logic.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/d_logic.cpp | |
g++ -o build/darwin/64/mongo/s/d_writeback.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/d_writeback.cpp | |
In file included from src/mongo/s/d_writeback.cpp:32: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/s/d_writeback.cpp:32: | |
In file included from src/mongo/db/commands/server_status.h:24: | |
In file included from src/mongo/db/stats/counters.h:25: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/s/d_migrate.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/d_migrate.cpp | |
In file included from src/mongo/s/d_migrate.cpp:40: | |
In file included from src/mongo/db/btreecursor.h:19: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/s/d_migrate.cpp:40: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/s/d_state.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/d_state.cpp | |
In file included from src/mongo/s/d_state.cpp:35: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
In file included from src/mongo/db/namespace_details.h:30: | |
In file included from src/mongo/db/queryoptimizercursor.h:21: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/s/d_state.cpp:35: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/s/d_split.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/d_split.cpp | |
In file included from src/mongo/s/d_split.cpp:31: | |
In file included from src/mongo/db/btreecursor.h:19: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/s/d_split.cpp:31: | |
In file included from src/mongo/db/btreecursor.h:22: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/client/distlock_test.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/client/distlock_test.cpp | |
g++ -o build/darwin/64/mongo/s/d_chunk_manager.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/d_chunk_manager.cpp | |
In file included from src/mongo/s/d_chunk_manager.cpp:25: | |
In file included from src/mongo/db/clientcursor.h:31: | |
In file included from src/mongo/db/cursor.h:23: | |
In file included from src/mongo/db/matcher.h:25: | |
In file included from src/mongo/db/geo/geoquery.h:17: | |
In file included from src/mongo/db/geo/geoparser.h:21: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
In file included from src/mongo/s/d_chunk_manager.cpp:25: | |
In file included from src/mongo/db/clientcursor.h:37: | |
In file included from src/mongo/db/dbhelpers.h:27: | |
In file included from src/mongo/db/db.h:21: | |
In file included from src/mongo/db/pdfile.h:34: | |
In file included from src/mongo/db/namespace_details-inl.h:21: | |
src/mongo/db/namespace_details.h:114:22: warning: private field 'reserved2' is not used | |
[-Wunused-private-field] | |
unsigned reserved2; | |
^ | |
src/mongo/db/namespace_details.h:115:22: warning: private field 'reserved3' is not used | |
[-Wunused-private-field] | |
unsigned reserved3; | |
^ | |
3 warnings generated. | |
g++ -o build/darwin/64/mongo/db/module.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/db/module.cpp | |
ar rc build/darwin/64/mongo/libserveronly.a build/darwin/64/mongo/db/curop.o build/darwin/64/mongo/db/kill_current_op.o build/darwin/64/mongo/db/memconcept.o build/darwin/64/mongo/db/interrupt_status_mongod.o build/darwin/64/mongo/db/d_globals.o build/darwin/64/mongo/db/pagefault.o build/darwin/64/mongo/util/compress.o build/darwin/64/mongo/db/ttl.o build/darwin/64/mongo/db/d_concurrency.o build/darwin/64/mongo/db/lockstat.o build/darwin/64/mongo/db/lockstate.o build/darwin/64/mongo/db/key.o build/darwin/64/mongo/db/btreebuilder.o build/darwin/64/mongo/util/logfile.o build/darwin/64/mongo/util/alignedbuilder.o build/darwin/64/mongo/util/elapsed_tracker.o build/darwin/64/mongo/util/touch_pages.o build/darwin/64/mongo/db/mongommf.o build/darwin/64/mongo/db/dur.o build/darwin/64/mongo/db/durop.o build/darwin/64/mongo/db/dur_writetodatafiles.o build/darwin/64/mongo/db/dur_preplogbuffer.o build/darwin/64/mongo/db/dur_commitjob.o build/darwin/64/mongo/db/dur_recover.o build/darwin/64/mongo/db/dur_journal.o build/darwin/64/mongo/db/introspect.o build/darwin/64/mongo/db/btree.o build/darwin/64/mongo/db/btree_stats.o build/darwin/64/mongo/db/clientcursor.o build/darwin/64/mongo/db/tests.o build/darwin/64/mongo/db/repl.o build/darwin/64/mongo/db/repl/rs.o build/darwin/64/mongo/db/repl/consensus.o build/darwin/64/mongo/db/repl/rs_initiate.o build/darwin/64/mongo/db/repl/replset_commands.o build/darwin/64/mongo/db/repl/manager.o build/darwin/64/mongo/db/repl/health.o build/darwin/64/mongo/db/repl/heartbeat.o build/darwin/64/mongo/db/repl/rs_config.o build/darwin/64/mongo/db/repl/rs_rollback.o build/darwin/64/mongo/db/repl/rs_sync.o build/darwin/64/mongo/db/repl/rs_initialsync.o build/darwin/64/mongo/db/repl/bgsync.o build/darwin/64/mongo/db/oplog.o build/darwin/64/mongo/db/prefetch.o build/darwin/64/mongo/db/repl_block.o build/darwin/64/mongo/db/btreecursor.o build/darwin/64/mongo/db/intervalbtreecursor.o build/darwin/64/mongo/db/btreeposition.o build/darwin/64/mongo/db/cloner.o build/darwin/64/mongo/db/namespace_details.o build/darwin/64/mongo/db/cap.o build/darwin/64/mongo/db/matcher_covered.o build/darwin/64/mongo/db/dbeval.o build/darwin/64/mongo/db/restapi.o build/darwin/64/mongo/db/dbhelpers.o build/darwin/64/mongo/db/instance.o build/darwin/64/mongo/db/client.o build/darwin/64/mongo/db/database.o build/darwin/64/mongo/db/pdfile.o build/darwin/64/mongo/db/record.o build/darwin/64/mongo/db/cursor.o build/darwin/64/mongo/db/queryoptimizer.o build/darwin/64/mongo/db/queryoptimizercursorimpl.o build/darwin/64/mongo/db/extsort.o build/darwin/64/mongo/db/index.o build/darwin/64/mongo/db/index_update.o build/darwin/64/mongo/db/index_rebuilder.o build/darwin/64/mongo/db/scanandorder.o build/darwin/64/mongo/db/explain.o build/darwin/64/mongo/db/geo/2d.o build/darwin/64/mongo/db/geo/geonear.o build/darwin/64/mongo/db/geo/haystack.o build/darwin/64/mongo/db/geo/s2common.o build/darwin/64/mongo/db/geo/s2cursor.o build/darwin/64/mongo/db/geo/s2index.o build/darwin/64/mongo/db/geo/s2nearcursor.o build/darwin/64/mongo/db/hashindex.o build/darwin/64/mongo/db/ops/count.o build/darwin/64/mongo/db/ops/delete.o build/darwin/64/mongo/db/ops/query.o build/darwin/64/mongo/db/ops/update.o build/darwin/64/mongo/db/ops/update_internal.o build/darwin/64/mongo/db/dbcommands.o build/darwin/64/mongo/db/dbcommands_admin.o build/darwin/64/mongo/db/commands/dbhash.o build/darwin/64/mongo/db/commands/fsync.o build/darwin/64/mongo/db/commands/distinct.o build/darwin/64/mongo/db/commands/find_and_modify.o build/darwin/64/mongo/db/commands/group.o build/darwin/64/mongo/db/commands/index_stats.o build/darwin/64/mongo/db/commands/mr.o build/darwin/64/mongo/db/commands/pipeline_command.o build/darwin/64/mongo/db/commands/storage_details.o build/darwin/64/mongo/db/pipeline/pipeline_d.o build/darwin/64/mongo/db/pipeline/document_source_cursor.o build/darwin/64/mongo/db/driverHelpers.o build/darwin/64/mongo/util/mmap.o build/darwin/64/mongo/util/mmap_posix.o build/darwin/64/mongo/db/stats/snapshots.o build/darwin/64/mongo/s/d_logic.o build/darwin/64/mongo/s/d_writeback.o build/darwin/64/mongo/s/d_migrate.o build/darwin/64/mongo/s/d_state.o build/darwin/64/mongo/s/d_split.o build/darwin/64/mongo/client/distlock_test.o build/darwin/64/mongo/s/d_chunk_manager.o build/darwin/64/mongo/db/module.o | |
ranlib build/darwin/64/mongo/libserveronly.a | |
g++ -o build/darwin/64/mongo/util/stacktrace.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/stacktrace.cpp | |
ar rc build/darwin/64/mongo/libstacktrace.a build/darwin/64/mongo/util/stacktrace.o | |
ranlib build/darwin/64/mongo/libstacktrace.a | |
g++ -o build/darwin/64/mongo/util/stringutils.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/stringutils.cpp | |
g++ -o build/darwin/64/mongo/util/base64.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/util/base64.cpp | |
ar rc build/darwin/64/mongo/libstringutils.a build/darwin/64/mongo/util/stringutils.o build/darwin/64/mongo/util/base64.o | |
ranlib build/darwin/64/mongo/libstringutils.a | |
g++ -o build/darwin/64/mongo/platform/backtrace.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/platform/backtrace.cpp | |
g++ -o build/darwin/64/mongo/platform/posix_fadvise.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/platform/posix_fadvise.cpp | |
g++ -o build/darwin/64/mongo/platform/random.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/platform/random.cpp | |
g++ -o build/darwin/64/mongo/platform/strcasestr.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/platform/strcasestr.cpp | |
ar rc build/darwin/64/mongo/platform/libplatform.a build/darwin/64/mongo/platform/backtrace.o build/darwin/64/mongo/platform/posix_fadvise.o build/darwin/64/mongo/platform/random.o build/darwin/64/mongo/platform/strcasestr.o | |
/usr/bin/ranlib: file: build/darwin/64/mongo/platform/libplatform.a(backtrace.o) has no symbols | |
/usr/bin/ranlib: file: build/darwin/64/mongo/platform/libplatform.a(posix_fadvise.o) has no symbols | |
/usr/bin/ranlib: file: build/darwin/64/mongo/platform/libplatform.a(strcasestr.o) has no symbols | |
ranlib build/darwin/64/mongo/platform/libplatform.a | |
ranlib: file: build/darwin/64/mongo/platform/libplatform.a(backtrace.o) has no symbols | |
ranlib: file: build/darwin/64/mongo/platform/libplatform.a(posix_fadvise.o) has no symbols | |
ranlib: file: build/darwin/64/mongo/platform/libplatform.a(strcasestr.o) has no symbols | |
g++ -o build/darwin/64/mongo/s/field_parser.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/field_parser.cpp | |
g++ -o build/darwin/64/mongo/s/mongo_version_range.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/mongo_version_range.cpp | |
g++ -o build/darwin/64/mongo/s/type_changelog.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_changelog.cpp | |
g++ -o build/darwin/64/mongo/s/type_chunk.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_chunk.cpp | |
g++ -o build/darwin/64/mongo/s/type_collection.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_collection.cpp | |
g++ -o build/darwin/64/mongo/s/type_database.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_database.cpp | |
g++ -o build/darwin/64/mongo/s/type_locks.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_locks.cpp | |
g++ -o build/darwin/64/mongo/s/type_lockpings.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_lockpings.cpp | |
g++ -o build/darwin/64/mongo/s/type_settings.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_settings.cpp | |
g++ -o build/darwin/64/mongo/s/type_shard.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_shard.cpp | |
g++ -o build/darwin/64/mongo/s/type_config_version.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_config_version.cpp | |
g++ -o build/darwin/64/mongo/s/type_mongos.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_mongos.cpp | |
g++ -o build/darwin/64/mongo/s/type_tags.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/mongo/s/type_tags.cpp | |
ar rc build/darwin/64/mongo/s/libbase.a build/darwin/64/mongo/s/field_parser.o build/darwin/64/mongo/s/mongo_version_range.o build/darwin/64/mongo/s/type_changelog.o build/darwin/64/mongo/s/type_chunk.o build/darwin/64/mongo/s/type_collection.o build/darwin/64/mongo/s/type_database.o build/darwin/64/mongo/s/type_locks.o build/darwin/64/mongo/s/type_lockpings.o build/darwin/64/mongo/s/type_settings.o build/darwin/64/mongo/s/type_shard.o build/darwin/64/mongo/s/type_config_version.o build/darwin/64/mongo/s/type_mongos.o build/darwin/64/mongo/s/type_tags.o | |
ranlib build/darwin/64/mongo/s/libbase.a | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v2/src/v2_operations.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v2/src/v2_operations.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v2/src/v2_path.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v2/src/v2_path.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v2/src/v2_portability.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v2/src/v2_portability.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v3/src/codecvt_error_category.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v3/src/codecvt_error_category.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v3/src/operations.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v3/src/operations.cpp | |
src/third_party/boost/libs/filesystem/v3/src/operations.cpp:329:8: warning: unused | |
function 'error' [-Wunused-function] | |
bool error(bool was_error, const error_code& result, | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v3/src/path.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v3/src/path.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v3/src/path_traits.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v3/src/path_traits.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v3/src/portability.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v3/src/portability.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v3/src/unique_path.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v3/src/unique_path.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v3/src/utf8_codecvt_facet.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v3/src/utf8_codecvt_facet.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/filesystem/v3/src/windows_file_codecvt.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/filesystem/v3/src/windows_file_codecvt.cpp | |
ar rc build/darwin/64/third_party/boost/libboost_filesystem.a build/darwin/64/third_party/boost/libs/filesystem/v2/src/v2_operations.o build/darwin/64/third_party/boost/libs/filesystem/v2/src/v2_path.o build/darwin/64/third_party/boost/libs/filesystem/v2/src/v2_portability.o build/darwin/64/third_party/boost/libs/filesystem/v3/src/codecvt_error_category.o build/darwin/64/third_party/boost/libs/filesystem/v3/src/operations.o build/darwin/64/third_party/boost/libs/filesystem/v3/src/path.o build/darwin/64/third_party/boost/libs/filesystem/v3/src/path_traits.o build/darwin/64/third_party/boost/libs/filesystem/v3/src/portability.o build/darwin/64/third_party/boost/libs/filesystem/v3/src/unique_path.o build/darwin/64/third_party/boost/libs/filesystem/v3/src/utf8_codecvt_facet.o build/darwin/64/third_party/boost/libs/filesystem/v3/src/windows_file_codecvt.o | |
/usr/bin/ranlib: file: build/darwin/64/third_party/boost/libboost_filesystem.a(windows_file_codecvt.o) has no symbols | |
ranlib build/darwin/64/third_party/boost/libboost_filesystem.a | |
ranlib: file: build/darwin/64/third_party/boost/libboost_filesystem.a(windows_file_codecvt.o) has no symbols | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/cmdline.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/cmdline.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/config_file.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/config_file.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/convert.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/convert.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/options_description.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/options_description.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/parsers.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/parsers.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/positional_options.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/positional_options.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/split.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/split.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/utf8_codecvt_facet.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/utf8_codecvt_facet.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/value_semantic.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/value_semantic.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/variables_map.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/variables_map.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/program_options/src/winmain.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/program_options/src/winmain.cpp | |
ar rc build/darwin/64/third_party/boost/libboost_program_options.a build/darwin/64/third_party/boost/libs/program_options/src/cmdline.o build/darwin/64/third_party/boost/libs/program_options/src/config_file.o build/darwin/64/third_party/boost/libs/program_options/src/convert.o build/darwin/64/third_party/boost/libs/program_options/src/options_description.o build/darwin/64/third_party/boost/libs/program_options/src/parsers.o build/darwin/64/third_party/boost/libs/program_options/src/positional_options.o build/darwin/64/third_party/boost/libs/program_options/src/split.o build/darwin/64/third_party/boost/libs/program_options/src/utf8_codecvt_facet.o build/darwin/64/third_party/boost/libs/program_options/src/value_semantic.o build/darwin/64/third_party/boost/libs/program_options/src/variables_map.o build/darwin/64/third_party/boost/libs/program_options/src/winmain.o | |
ranlib build/darwin/64/third_party/boost/libboost_program_options.a | |
g++ -o build/darwin/64/third_party/boost/libs/system/src/error_code.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/boost/libs/system/src/error_code.cpp | |
ar rc build/darwin/64/third_party/boost/libboost_system.a build/darwin/64/third_party/boost/libs/system/src/error_code.o | |
ranlib build/darwin/64/third_party/boost/libboost_system.a | |
g++ -o build/darwin/64/third_party/boost/libs/thread/src/pthread/once.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DBOOST_THREAD_BUILD_LIB -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/boost/libs/thread/src/pthread/once.cpp | |
g++ -o build/darwin/64/third_party/boost/libs/thread/src/pthread/thread.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DBOOST_THREAD_BUILD_LIB -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/boost/libs/thread/src/pthread/thread.cpp | |
In file included from src/third_party/boost/libs/thread/src/pthread/thread.cpp:26: | |
src/third_party/boost/libs/thread/src/pthread/timeconv.inl:48:13: warning: unused | |
function 'to_time' [-Wunused-function] | |
inline void to_time(int milliseconds, timespec& ts) | |
^ | |
src/third_party/boost/libs/thread/src/pthread/timeconv.inl:86:13: warning: unused | |
function 'to_duration' [-Wunused-function] | |
inline void to_duration(boost::xtime xt, int& milliseconds) | |
^ | |
src/third_party/boost/libs/thread/src/pthread/timeconv.inl:108:13: warning: unused | |
function 'to_microduration' [-Wunused-function] | |
inline void to_microduration(boost::xtime xt, int& microseconds) | |
^ | |
3 warnings generated. | |
ar rc build/darwin/64/third_party/boost/libboost_thread.a build/darwin/64/third_party/boost/libs/thread/src/pthread/once.o build/darwin/64/third_party/boost/libs/thread/src/pthread/thread.o | |
ranlib build/darwin/64/third_party/boost/libboost_thread.a | |
gcc -o build/darwin/64/third_party/gperftools-2.0/src/base/dynamic_annotations.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/base/dynamic_annotations.c | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/base/spinlock_internal.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/base/spinlock_internal.cc | |
In file included from src/third_party/gperftools-2.0/src/base/spinlock_internal.cc:43: | |
In file included from src/third_party/gperftools-2.0/src/base/spinlock_internal.h:39: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/base/logging.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/base/logging.cc | |
In file included from src/third_party/gperftools-2.0/src/base/logging.cc:34: | |
In file included from src/third_party/gperftools-2.0/src/base/logging.h:48: | |
In file included from src/third_party/gperftools-2.0/src/base/commandlineflags.h:55: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/base/atomicops-internals-x86.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/base/atomicops-internals-x86.cc | |
In file included from src/third_party/gperftools-2.0/src/base/atomicops-internals-x86.cc:36: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/base/sysinfo.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/base/sysinfo.cc | |
In file included from src/third_party/gperftools-2.0/src/base/sysinfo.cc:57: | |
In file included from src/third_party/gperftools-2.0/src/base/sysinfo.h:48: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/base/spinlock.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/base/spinlock.cc | |
In file included from src/third_party/gperftools-2.0/src/base/spinlock.cc:35: | |
In file included from src/third_party/gperftools-2.0/src/base/spinlock.h:48: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/tcmalloc.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/tcmalloc.cc | |
In file included from src/third_party/gperftools-2.0/src/tcmalloc.cc:90: | |
src/third_party/gperftools-2.0/src/gperftools/tcmalloc.h:96:38: warning: 'tc_mallinfo' | |
has C-linkage specified, but returns incomplete type 'struct mallinfo' which could | |
be incompatible with C [-Wreturn-type-c-linkage] | |
PERFTOOLS_DLL_DECL struct mallinfo tc_mallinfo(void) __THROW; | |
^ | |
In file included from src/third_party/gperftools-2.0/src/tcmalloc.cc:116: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
2 warnings generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/malloc_hook.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/malloc_hook.cc | |
In file included from src/third_party/gperftools-2.0/src/malloc_hook.cc:49: | |
In file included from src/third_party/gperftools-2.0/src/base/logging.h:48: | |
In file included from src/third_party/gperftools-2.0/src/base/commandlineflags.h:55: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/span.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/span.cc | |
In file included from src/third_party/gperftools-2.0/src/span.cc:40: | |
In file included from src/third_party/gperftools-2.0/src/static_vars.h:39: | |
In file included from src/third_party/gperftools-2.0/src/base/spinlock.h:48: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/maybe_threads.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/maybe_threads.cc | |
In file included from src/third_party/gperftools-2.0/src/maybe_threads.cc:49: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/internal_logging.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/internal_logging.cc | |
In file included from src/third_party/gperftools-2.0/src/internal_logging.cc:44: | |
In file included from src/third_party/gperftools-2.0/src/base/logging.h:48: | |
In file included from src/third_party/gperftools-2.0/src/base/commandlineflags.h:55: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/symbolize.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/symbolize.cc | |
In file included from src/third_party/gperftools-2.0/src/symbolize.cc:59: | |
In file included from src/third_party/gperftools-2.0/src/base/commandlineflags.h:55: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/system-alloc.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/system-alloc.cc | |
In file included from src/third_party/gperftools-2.0/src/system-alloc.cc:52: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/memfs_malloc.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/memfs_malloc.cc | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/central_freelist.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/central_freelist.cc | |
In file included from src/third_party/gperftools-2.0/src/central_freelist.cc:35: | |
In file included from src/third_party/gperftools-2.0/src/central_freelist.h:41: | |
In file included from src/third_party/gperftools-2.0/src/base/spinlock.h:48: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/thread_cache.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/thread_cache.cc | |
In file included from src/third_party/gperftools-2.0/src/thread_cache.cc:34: | |
In file included from src/third_party/gperftools-2.0/src/thread_cache.h:49: | |
In file included from src/third_party/gperftools-2.0/src/sampler.h:44: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/page_heap.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/page_heap.cc | |
In file included from src/third_party/gperftools-2.0/src/page_heap.cc:38: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/common.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/common.cc | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/static_vars.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/static_vars.cc | |
In file included from src/third_party/gperftools-2.0/src/static_vars.cc:33: | |
In file included from src/third_party/gperftools-2.0/src/static_vars.h:39: | |
In file included from src/third_party/gperftools-2.0/src/base/spinlock.h:48: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/stack_trace_table.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/stack_trace_table.cc | |
In file included from src/third_party/gperftools-2.0/src/stack_trace_table.cc:36: | |
In file included from src/third_party/gperftools-2.0/src/base/spinlock.h:48: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
src/third_party/gperftools-2.0/src/stack_trace_table.cc:138:16: warning: expression which | |
evaluates to zero treated as a null pointer constant of type 'void *' | |
[-Wnon-literal-null-conversion] | |
out[idx++] = static_cast<uintptr_t>(0); | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
2 warnings generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/malloc_extension.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/malloc_extension.cc | |
In file included from src/third_party/gperftools-2.0/src/malloc_extension.cc:46: | |
In file included from src/third_party/gperftools-2.0/src/base/sysinfo.h:48: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/sampler.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/sampler.cc | |
In file included from src/third_party/gperftools-2.0/src/sampler.cc:35: | |
In file included from src/third_party/gperftools-2.0/src/sampler.h:44: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/gperftools-2.0/src/stacktrace.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DMALLOC_HOOK_MAYBE_VOLATILE= -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -Ibuild/darwin/64/third_party/gperftools-2.0/src -Isrc/third_party/gperftools-2.0/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/gperftools-2.0/src/stacktrace.cc | |
In file included from src/third_party/gperftools-2.0/src/stacktrace.cc:65: | |
In file included from src/third_party/gperftools-2.0/src/stacktrace_x86-inl.h:64: | |
In file included from src/third_party/gperftools-2.0/src/base/vdso_support.h:59: | |
src/third_party/gperftools-2.0/src/base/basictypes.h:274:9: warning: '_dyld_present' is | |
deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (_dyld_present()) { | |
^ | |
/usr/include/mach-o/dyld.h:236:13: note: '_dyld_present' declared here | |
extern bool _dyld_present(void... | |
^ | |
1 warning generated. | |
ar rc build/darwin/64/third_party/gperftools-2.0/libtcmalloc_minimal.a build/darwin/64/third_party/gperftools-2.0/src/base/dynamic_annotations.o build/darwin/64/third_party/gperftools-2.0/src/base/spinlock_internal.o build/darwin/64/third_party/gperftools-2.0/src/base/logging.o build/darwin/64/third_party/gperftools-2.0/src/base/atomicops-internals-x86.o build/darwin/64/third_party/gperftools-2.0/src/base/sysinfo.o build/darwin/64/third_party/gperftools-2.0/src/base/spinlock.o build/darwin/64/third_party/gperftools-2.0/src/tcmalloc.o build/darwin/64/third_party/gperftools-2.0/src/malloc_hook.o build/darwin/64/third_party/gperftools-2.0/src/span.o build/darwin/64/third_party/gperftools-2.0/src/maybe_threads.o build/darwin/64/third_party/gperftools-2.0/src/internal_logging.o build/darwin/64/third_party/gperftools-2.0/src/symbolize.o build/darwin/64/third_party/gperftools-2.0/src/system-alloc.o build/darwin/64/third_party/gperftools-2.0/src/memfs_malloc.o build/darwin/64/third_party/gperftools-2.0/src/central_freelist.o build/darwin/64/third_party/gperftools-2.0/src/thread_cache.o build/darwin/64/third_party/gperftools-2.0/src/page_heap.o build/darwin/64/third_party/gperftools-2.0/src/common.o build/darwin/64/third_party/gperftools-2.0/src/static_vars.o build/darwin/64/third_party/gperftools-2.0/src/stack_trace_table.o build/darwin/64/third_party/gperftools-2.0/src/malloc_extension.o build/darwin/64/third_party/gperftools-2.0/src/sampler.o build/darwin/64/third_party/gperftools-2.0/src/stacktrace.o | |
/usr/bin/ranlib: file: build/darwin/64/third_party/gperftools-2.0/libtcmalloc_minimal.a(atomicops-internals-x86.o) has no symbols | |
/usr/bin/ranlib: file: build/darwin/64/third_party/gperftools-2.0/libtcmalloc_minimal.a(memfs_malloc.o) has no symbols | |
ranlib build/darwin/64/third_party/gperftools-2.0/libtcmalloc_minimal.a | |
ranlib: file: build/darwin/64/third_party/gperftools-2.0/libtcmalloc_minimal.a(atomicops-internals-x86.o) has no symbols | |
ranlib: file: build/darwin/64/third_party/gperftools-2.0/libtcmalloc_minimal.a(memfs_malloc.o) has no symbols | |
g++ -o build/darwin/64/third_party/shim_pcrecpp.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/shim_pcrecpp.cc | |
ar rc build/darwin/64/third_party/libpcrecpp.a build/darwin/64/third_party/shim_pcrecpp.o | |
/usr/bin/ranlib: file: build/darwin/64/third_party/libpcrecpp.a(shim_pcrecpp.o) has no symbols | |
ranlib build/darwin/64/third_party/libpcrecpp.a | |
ranlib: file: build/darwin/64/third_party/libpcrecpp.a(shim_pcrecpp.o) has no symbols | |
ranlib: warning for library: build/darwin/64/third_party/libpcrecpp.a the table of contents is empty (no object file members in the library define global symbols) | |
g++ -o build/darwin/64/third_party/shim_allocator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/shim_allocator.cpp | |
ar rc build/darwin/64/third_party/libshim_allocator.a build/darwin/64/third_party/shim_allocator.o | |
/usr/bin/ranlib: file: build/darwin/64/third_party/libshim_allocator.a(shim_allocator.o) has no symbols | |
ranlib build/darwin/64/third_party/libshim_allocator.a | |
ranlib: file: build/darwin/64/third_party/libshim_allocator.a(shim_allocator.o) has no symbols | |
ranlib: warning for library: build/darwin/64/third_party/libshim_allocator.a the table of contents is empty (no object file members in the library define global symbols) | |
g++ -o build/darwin/64/third_party/shim_boost.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/shim_boost.cpp | |
ar rc build/darwin/64/third_party/libshim_boost.a build/darwin/64/third_party/shim_boost.o | |
/usr/bin/ranlib: file: build/darwin/64/third_party/libshim_boost.a(shim_boost.o) has no symbols | |
ranlib build/darwin/64/third_party/libshim_boost.a | |
ranlib: file: build/darwin/64/third_party/libshim_boost.a(shim_boost.o) has no symbols | |
ranlib: warning for library: build/darwin/64/third_party/libshim_boost.a the table of contents is empty (no object file members in the library define global symbols) | |
g++ -o build/darwin/64/third_party/shim_snappy.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/shim_snappy.cpp | |
ar rc build/darwin/64/third_party/libshim_snappy.a build/darwin/64/third_party/shim_snappy.o | |
/usr/bin/ranlib: file: build/darwin/64/third_party/libshim_snappy.a(shim_snappy.o) has no symbols | |
ranlib build/darwin/64/third_party/libshim_snappy.a | |
ranlib: file: build/darwin/64/third_party/libshim_snappy.a(shim_snappy.o) has no symbols | |
ranlib: warning for library: build/darwin/64/third_party/libshim_snappy.a the table of contents is empty (no object file members in the library define global symbols) | |
g++ -o build/darwin/64/third_party/shim_v8.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/shim_v8.cpp | |
ar rc build/darwin/64/third_party/libshim_v8.a build/darwin/64/third_party/shim_v8.o | |
/usr/bin/ranlib: file: build/darwin/64/third_party/libshim_v8.a(shim_v8.o) has no symbols | |
ranlib build/darwin/64/third_party/libshim_v8.a | |
ranlib: file: build/darwin/64/third_party/libshim_v8.a(shim_v8.o) has no symbols | |
ranlib: warning for library: build/darwin/64/third_party/libshim_v8.a the table of contents is empty (no object file members in the library define global symbols) | |
gcc -o build/darwin/64/third_party/libstemmer_c/runtime/api.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/runtime/api.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/runtime/utilities.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/runtime/utilities.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/libstemmer/libstemmer_utf8.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/libstemmer/libstemmer_utf8.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_danish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_danish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_french.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_french.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_norwegian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_norwegian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_swedish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_swedish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_dutch.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_dutch.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_german.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_german.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_porter.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_porter.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_spanish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_spanish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_dutch.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_dutch.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_german.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_german.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_porter.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_porter.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_2_romanian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_2_romanian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_english.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_english.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_hungarian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_hungarian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_portuguese.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_portuguese.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_swedish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_swedish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_english.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_english.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_hungarian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_hungarian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_portuguese.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_portuguese.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_KOI8_R_russian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_KOI8_R_russian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_finnish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_finnish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_italian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_italian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_romanian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_romanian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_turkish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_turkish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_finnish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_finnish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_italian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_italian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_spanish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_ISO_8859_1_spanish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_danish.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_danish.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_french.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_french.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_norwegian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_norwegian.c | |
gcc -o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_russian.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/libstemmer_c/src_c/stem_UTF_8_russian.c | |
ar rc build/darwin/64/third_party/libstemmer_c/libstemmer.a build/darwin/64/third_party/libstemmer_c/runtime/api.o build/darwin/64/third_party/libstemmer_c/runtime/utilities.o build/darwin/64/third_party/libstemmer_c/libstemmer/libstemmer_utf8.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_danish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_french.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_norwegian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_swedish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_dutch.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_german.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_porter.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_spanish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_dutch.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_german.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_porter.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_2_romanian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_english.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_hungarian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_portuguese.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_swedish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_english.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_hungarian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_portuguese.o build/darwin/64/third_party/libstemmer_c/src_c/stem_KOI8_R_russian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_finnish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_italian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_romanian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_turkish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_finnish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_italian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_ISO_8859_1_spanish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_danish.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_french.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_norwegian.o build/darwin/64/third_party/libstemmer_c/src_c/stem_UTF_8_russian.o | |
ranlib build/darwin/64/third_party/libstemmer_c/libstemmer.a | |
g++ -o build/darwin/64/third_party/murmurhash3/MurmurHash3.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy -Ibuild/darwin/64/third_party/v8/include -Isrc/third_party/v8/include src/third_party/murmurhash3/MurmurHash3.cpp | |
ar rc build/darwin/64/third_party/murmurhash3/libmurmurhash3.a build/darwin/64/third_party/murmurhash3/MurmurHash3.o | |
ranlib build/darwin/64/third_party/murmurhash3/libmurmurhash3.a | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_byte_order.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_byte_order.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_compile.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_compile.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_config.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_config.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_dfa_exec.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_dfa_exec.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_exec.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_exec.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_fullinfo.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_fullinfo.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_get.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_get.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_globals.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_globals.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_maketables.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_maketables.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_newline.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_newline.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_ord2utf8.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_ord2utf8.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_refcount.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_refcount.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_string_utils.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_string_utils.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_study.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_study.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_tables.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_tables.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_ucd.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_ucd.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_valid_utf8.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_valid_utf8.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_version.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_version.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_xclass.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_xclass.c | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcre_chartables.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_chartables.c | |
g++ -o build/darwin/64/third_party/pcre-8.30/pcrecpp.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcrecpp.cc | |
g++ -o build/darwin/64/third_party/pcre-8.30/pcre_scanner.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_scanner.cc | |
g++ -o build/darwin/64/third_party/pcre-8.30/pcre_stringpiece.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcre_stringpiece.cc | |
gcc -o build/darwin/64/third_party/pcre-8.30/pcreposix.o -c -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DHAVE_CONFIG_H -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 src/third_party/pcre-8.30/pcreposix.c | |
ar rc build/darwin/64/third_party/pcre-8.30/libpcrecpp.a build/darwin/64/third_party/pcre-8.30/pcre_byte_order.o build/darwin/64/third_party/pcre-8.30/pcre_compile.o build/darwin/64/third_party/pcre-8.30/pcre_config.o build/darwin/64/third_party/pcre-8.30/pcre_dfa_exec.o build/darwin/64/third_party/pcre-8.30/pcre_exec.o build/darwin/64/third_party/pcre-8.30/pcre_fullinfo.o build/darwin/64/third_party/pcre-8.30/pcre_get.o build/darwin/64/third_party/pcre-8.30/pcre_globals.o build/darwin/64/third_party/pcre-8.30/pcre_maketables.o build/darwin/64/third_party/pcre-8.30/pcre_newline.o build/darwin/64/third_party/pcre-8.30/pcre_ord2utf8.o build/darwin/64/third_party/pcre-8.30/pcre_refcount.o build/darwin/64/third_party/pcre-8.30/pcre_string_utils.o build/darwin/64/third_party/pcre-8.30/pcre_study.o build/darwin/64/third_party/pcre-8.30/pcre_tables.o build/darwin/64/third_party/pcre-8.30/pcre_ucd.o build/darwin/64/third_party/pcre-8.30/pcre_valid_utf8.o build/darwin/64/third_party/pcre-8.30/pcre_version.o build/darwin/64/third_party/pcre-8.30/pcre_xclass.o build/darwin/64/third_party/pcre-8.30/pcre_chartables.o build/darwin/64/third_party/pcre-8.30/pcrecpp.o build/darwin/64/third_party/pcre-8.30/pcre_scanner.o build/darwin/64/third_party/pcre-8.30/pcre_stringpiece.o build/darwin/64/third_party/pcre-8.30/pcreposix.o | |
/usr/bin/ranlib: file: build/darwin/64/third_party/pcre-8.30/libpcrecpp.a(pcre_string_utils.o) has no symbols | |
ranlib build/darwin/64/third_party/pcre-8.30/libpcrecpp.a | |
ranlib: file: build/darwin/64/third_party/pcre-8.30/libpcrecpp.a(pcre_string_utils.o) has no symbols | |
g++ -o build/darwin/64/third_party/s2/base/int128.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/base/int128.cc | |
g++ -o build/darwin/64/third_party/s2/base/logging.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/base/logging.cc | |
g++ -o build/darwin/64/third_party/s2/base/stringprintf.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/base/stringprintf.cc | |
g++ -o build/darwin/64/third_party/s2/base/strtoint.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/base/strtoint.cc | |
In file included from src/third_party/s2/base/strtoint.cc:8: | |
src/third_party/s2/base/port.h:286:17: warning: using directive refers to | |
implicitly-defined namespace 'std' | |
using namespace std; // just like VC++, we need a using here | |
^ | |
1 warning generated. | |
ar rc build/darwin/64/third_party/s2/base/libbase.a build/darwin/64/third_party/s2/base/int128.o build/darwin/64/third_party/s2/base/logging.o build/darwin/64/third_party/s2/base/stringprintf.o build/darwin/64/third_party/s2/base/strtoint.o | |
ranlib build/darwin/64/third_party/s2/base/libbase.a | |
g++ -o build/darwin/64/third_party/s2/s1angle.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s1angle.cc | |
In file included from src/third_party/s2/s1angle.cc:10: | |
In file included from src/third_party/s2/s1angle.h:15: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2.cc | |
In file included from src/third_party/s2/s2.cc:3: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2cellid.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2cellid.cc | |
In file included from src/third_party/s2/s2cellid.cc:3: | |
In file included from src/third_party/s2/s2cellid.h:20: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2latlng.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2latlng.cc | |
In file included from src/third_party/s2/s2latlng.cc:2: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s1interval.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s1interval.cc | |
g++ -o build/darwin/64/third_party/s2/s2cap.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2cap.cc | |
In file included from src/third_party/s2/s2cap.cc:5: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2cell.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2cell.cc | |
In file included from src/third_party/s2/s2cell.cc:3: | |
In file included from src/third_party/s2/s2cell.h:8: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2cellunion.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2cellunion.cc | |
In file included from src/third_party/s2/s2cellunion.cc:3: | |
In file included from src/third_party/s2/s2cellunion.h:12: | |
In file included from src/third_party/s2/s2region.h:6: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2edgeindex.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2edgeindex.cc | |
In file included from src/third_party/s2/s2edgeindex.cc:54: | |
In file included from src/third_party/s2/s2edgeindex.h:22: | |
In file included from src/third_party/s2/s2cellid.h:20: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2edgeutil.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2edgeutil.cc | |
In file included from src/third_party/s2/s2edgeutil.cc:9: | |
In file included from src/third_party/s2/s2edgeutil.h:8: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2latlngrect.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2latlngrect.cc | |
In file included from src/third_party/s2/s2latlngrect.cc:10: | |
In file included from src/third_party/s2/s2latlngrect.h:14: | |
In file included from src/third_party/s2/s1angle.h:15: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2loop.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2loop.cc | |
In file included from src/third_party/s2/s2loop.cc:16: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2pointregion.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2pointregion.cc | |
In file included from src/third_party/s2/s2pointregion.cc:3: | |
In file included from src/third_party/s2/s2pointregion.h:8: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2polygon.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2polygon.cc | |
In file included from src/third_party/s2/s2polygon.cc:10: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
src/third_party/s2/s2polygon.cc:108:12: warning: 'hash' defined as a class template here | |
but previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2PointPair> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
2 warnings generated. | |
g++ -o build/darwin/64/third_party/s2/s2polygonbuilder.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2polygonbuilder.cc | |
In file included from src/third_party/s2/s2polygonbuilder.cc:3: | |
In file included from src/third_party/s2/s2polygonbuilder.h:23: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2polyline.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2polyline.cc | |
In file included from src/third_party/s2/s2polyline.cc:10: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2r2rect.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2r2rect.cc | |
In file included from src/third_party/s2/s2r2rect.cc:3: | |
In file included from src/third_party/s2/s2r2rect.h:9: | |
In file included from src/third_party/s2/s2region.h:6: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2region.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2region.cc | |
In file included from src/third_party/s2/s2region.cc:3: | |
In file included from src/third_party/s2/s2region.h:6: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2regioncoverer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2regioncoverer.cc | |
In file included from src/third_party/s2/s2regioncoverer.cc:3: | |
In file included from src/third_party/s2/s2regioncoverer.h:20: | |
In file included from src/third_party/s2/s2cell.h:8: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2regionintersection.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2regionintersection.cc | |
In file included from src/third_party/s2/s2regionintersection.cc:3: | |
In file included from src/third_party/s2/s2regionintersection.h:12: | |
In file included from src/third_party/s2/s2region.h:6: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
g++ -o build/darwin/64/third_party/s2/s2regionunion.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DDEBUG_MODE=false -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/s2regionunion.cc | |
In file included from src/third_party/s2/s2regionunion.cc:3: | |
In file included from src/third_party/s2/s2regionunion.h:12: | |
In file included from src/third_party/s2/s2region.h:6: | |
src/third_party/s2/s2.h:40:12: warning: 'hash' defined as a class template here but | |
previously declared as a struct template [-Wmismatched-tags] | |
template<> class hash<S2Point> { | |
^ | |
/usr/include/c++/4.2.1/tr1/functional_hash.h:48:5: note: did you mean class here? | |
struct hash; | |
^ | |
1 warning generated. | |
ar rc build/darwin/64/third_party/s2/libs2.a build/darwin/64/third_party/s2/s1angle.o build/darwin/64/third_party/s2/s2.o build/darwin/64/third_party/s2/s2cellid.o build/darwin/64/third_party/s2/s2latlng.o build/darwin/64/third_party/s2/s1interval.o build/darwin/64/third_party/s2/s2cap.o build/darwin/64/third_party/s2/s2cell.o build/darwin/64/third_party/s2/s2cellunion.o build/darwin/64/third_party/s2/s2edgeindex.o build/darwin/64/third_party/s2/s2edgeutil.o build/darwin/64/third_party/s2/s2latlngrect.o build/darwin/64/third_party/s2/s2loop.o build/darwin/64/third_party/s2/s2pointregion.o build/darwin/64/third_party/s2/s2polygon.o build/darwin/64/third_party/s2/s2polygonbuilder.o build/darwin/64/third_party/s2/s2polyline.o build/darwin/64/third_party/s2/s2r2rect.o build/darwin/64/third_party/s2/s2region.o build/darwin/64/third_party/s2/s2regioncoverer.o build/darwin/64/third_party/s2/s2regionintersection.o build/darwin/64/third_party/s2/s2regionunion.o | |
ranlib build/darwin/64/third_party/s2/libs2.a | |
g++ -o build/darwin/64/third_party/s2/strings/split.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/strings/split.cc | |
g++ -o build/darwin/64/third_party/s2/strings/stringprintf.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/strings/stringprintf.cc | |
g++ -o build/darwin/64/third_party/s2/strings/strutil.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/strings/strutil.cc | |
ar rc build/darwin/64/third_party/s2/strings/libstrings.a build/darwin/64/third_party/s2/strings/split.o build/darwin/64/third_party/s2/strings/stringprintf.o build/darwin/64/third_party/s2/strings/strutil.o | |
ranlib build/darwin/64/third_party/s2/strings/libstrings.a | |
g++ -o build/darwin/64/third_party/s2/util/coding/coder.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -Isrc/third_party/gflags-2.0/src -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/util/coding/coder.cc | |
g++ -o build/darwin/64/third_party/s2/util/coding/varint.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -Isrc/third_party/gflags-2.0/src -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/util/coding/varint.cc | |
ar rc build/darwin/64/third_party/s2/util/coding/libcoding.a build/darwin/64/third_party/s2/util/coding/coder.o build/darwin/64/third_party/s2/util/coding/varint.o | |
ranlib build/darwin/64/third_party/s2/util/coding/libcoding.a | |
g++ -o build/darwin/64/third_party/s2/util/math/mathutil.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Isrc/third_party/s2 -Isrc/third_party/gflags-2.0/src -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include src/third_party/s2/util/math/mathutil.cc | |
ar rc build/darwin/64/third_party/s2/util/math/libmath.a build/darwin/64/third_party/s2/util/math/mathutil.o | |
ranlib build/darwin/64/third_party/s2/util/math/libmath.a | |
g++ -o build/darwin/64/third_party/snappy/snappy.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Wno-sign-compare -Wno-unused-function -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy src/third_party/snappy/snappy.cc | |
g++ -o build/darwin/64/third_party/snappy/snappy-sinksource.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -Wno-sign-compare -Wno-unused-function -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy src/third_party/snappy/snappy-sinksource.cc | |
ar rc build/darwin/64/third_party/snappy/libsnappy.a build/darwin/64/third_party/snappy/snappy.o build/darwin/64/third_party/snappy/snappy-sinksource.o | |
ranlib build/darwin/64/third_party/snappy/libsnappy.a | |
g++ -o build/darwin/64/third_party/v8/src/x64/assembler-x64.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O3 -m64 -ansi -pedantic -mmacosx-version-min=10.4 -Werror -W -Wno-unused-parameter -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -Ibuild/darwin/64/third_party/v8/src -Isrc/third_party/v8/src -Ibuild/darwin/64/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/boost -Isrc/third_party/boost -Ibuild/darwin/64/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/darwin/64 -Isrc -Ibuild/darwin/64/mongo -Isrc/mongo -I/usr/64/include -Ibuild/darwin/64/third_party/s2 -Isrc/third_party/s2 -Ibuild/darwin/64/third_party/snappy -Isrc/third_party/snappy src/third_party/v8/src/x64/assembler-x64.cc | |
In file included from src/third_party/v8/src/x64/assembler-x64.cc:28: | |
In file included from src/third_party/v8/src/v8.h:60: | |
In file included from src/third_party/v8/src/objects-inl.h:38: | |
In file included from src/third_party/v8/src/elements.h:33: | |
In file included from src/third_party/v8/src/heap.h:41: | |
src/third_party/v8/src/store-buffer.h:229:9: error: private field 'heap_' is not used | |
[-Werror,-Wunused-private-field] | |
Heap* heap_; | |
^ | |
1 error generated. | |
scons: *** [build/darwin/64/third_party/v8/src/x64/assembler-x64.o] Error 1 | |
scons: building terminated because of errors. | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 070255da2da512b96d5adadfa04da57e4cfe82b4 | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.0.1 | |
CLT: 5.0.0.0.1.1377666378 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -stdlib=libstdc++ | |
CPPFLAGS: -F/usr/local/Frameworks | |
LDFLAGS: -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names | |
MAKEFLAGS: -j1 | |
CMAKE_INCLUDE_PATH: /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers | |
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks | |
MACOSX_DEPLOYMENT_TARGET: 10.8 | |
PKG_CONFIG_PATH: /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8:/usr/lib/pkgconfig | |
HOMEBREW_MAKE_JOBS: 1 | |
OBJC: /usr/bin/clang | |
PATH: /usr/local/opt/python/bin:/Users/giacecco/.rbenv/shims:/Users/giacecco/.bin:/Users/giacecco/.rbenv/bin:/usr/local/vert.x/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/MacGPG2/bin:/usr/local/Library/Contributions/cmd | |
CPATH: /usr/local/include | |
Error: mongodb did not build | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/pull/23495 | |
https://github.com/mxcl/homebrew/issues/23509 | |
https://github.com/mxcl/homebrew/pull/23516 | |
https://github.com/mxcl/homebrew/issues/23508 | |
.../tmp$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment