MidnightBSD Magus

databases/mongodb

NOSQL distributed document-oriented database

Flavor Version Run OSVersion Arch License Restricted Status
2.6.12 429 2.0 amd64 agpl apache2 0 fail

Events

Machine Type Time Message
skunkworks info 2020-10-20 06:09:55.851287 Test Started
skunkworks fail 2020-10-20 06:11:43.051338 make build returned non-zero: 1
skunkworks fail 2020-10-20 06:11:43.117318 Test complete.

Log

===>  Building for mongodb-2.6.12
cd /magus/work/usr/mports/databases/mongodb/work/mongodb-src-r2.6.12 && /usr/local/bin/scons-2.7 --prefix=/magus/work/usr/mports/databases/mongodb/work/fake-inst-amd64/usr/local --cc=cc --cxx=c++  --use-system-pcre --use-system-snappy --use-system-v8 CC="cc"  CCFLAGS="-O2 -pipe -fno-strict-aliasing"  CPPPATH="/usr/local/include"  CXX="c++"  CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  LIBPATH="/usr/local/lib"  LINKFLAGS=" "  PKGCONFIGDIR=""  PREFIX="/usr/local"  destdir=/magus/work/usr/mports/databases/mongodb/work/fake-inst-amd64 core tools
scons: Reading SConscript files ...
Mkdir(".scons/MidnightBSD/skunkworks")
scons version: 3.1.2
python version: 2 7 18 'final' 0
Checking whether the C++ compiler works... yes
Checking whether the C compiler works... yes
Checking if C++ compiler "c++" is GCC... no
Checking if C++ compiler "c++" is clang... yes
Checking if C compiler "cc" is clang... yes
Checking if C compiler supports -Wno-unused-local-typedefs... yes
Checking if C compiler supports -Wno-unused-function... yes
Checking if C compiler supports -Wno-unused-private-field... yes
Checking if C compiler supports -Wno-deprecated-declarations... yes
Checking if C compiler supports -Wno-tautological-constant-out-of-range-compare... yes
Checking if C compiler supports -Wno-unused-const-variable... yes
Checking for __thread... yes
Checking for C library pcre... yes
Checking for C library pcrecpp... yes
Checking for C library snappy... yes
Checking for C header file unistd.h... yes
Checking whether clock_gettime is declared... yes
Checking for C library rt... yes
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 for C library v8... yes
Checking for C library execinfo... yes
scons: done reading SConscript files.
scons: Building targets ...
/usr/local/bin/python2.7 src/mongo/base/generate_error_codes.py src/mongo/base/error_codes.err build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/error_codes.h build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/error_codes.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/shell/dbshell.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include src/mongo/shell/dbshell.cpp
In file included from src/mongo/shell/dbshell.cpp:29:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/error_codes.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/error_codes.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/global_initializer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/global_initializer.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/global_initializer_registerer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/global_initializer_registerer.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/init.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/init.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/initializer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/initializer.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/initializer_context.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/initializer_context.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/initializer_dependency_graph.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/initializer_dependency_graph.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/validate_locale.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/validate_locale.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/make_string_vector.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/make_string_vector.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/parse_number.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/parse_number.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/status.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/status.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/string_data.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/base/string_data.cpp
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/libbase.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/error_codes.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/global_initializer.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/global_initializer_registerer.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/init.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/initializer.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/initializer_context.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/initializer_dependency_graph.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/validate_locale.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/make_string_vector.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/parse_number.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/status.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/string_data.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/base/libbase.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_index_format.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/fts_index_format.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_matcher.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/fts_matcher.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_query.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/fts_query.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_spec.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/fts_spec.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_spec_legacy.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/fts_spec_legacy.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_language.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/fts_language.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_util.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/fts_util.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_element_iterator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/fts_element_iterator.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stemmer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/stemmer.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stop_words.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/stop_words.cpp
/usr/local/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/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stop_words_list.h build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stop_words_list.cpp
header: build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stop_words_list.h
source: build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/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
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stop_words_list.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stop_words_list.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/tokenizer.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/fts/tokenizer.cpp
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/libbase.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_index_format.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_matcher.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_query.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_spec.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_spec_legacy.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_language.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_util.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/fts_element_iterator.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stemmer.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stop_words.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/stop_words_list.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/tokenizer.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/fts/libbase.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/external_key_generator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/index/external_key_generator.cpp
In file included from src/mongo/db/index/external_key_generator.cpp:33:
In file included from src/mongo/db/index/expression_params.h:29:
In file included from src/mongo/db/geo/s2common.h:29:
In file included from src/mongo/db/geo/geoparser.h:31:
In file included from src/mongo/db/geo/shapes.h:36:
In file included from src/mongo/db/geo/s2.h:40:
In file included from src/third_party/s2/s2.h:26:
In file included from src/third_party/s2/util/math/vector3-inl.h:42:
src/third_party/s2/util/math/mathutil.h:428:52: warning: instantiation of variable 'MathLimits::kNaN' required here, but no definition is available [-Wundefined-var-template]
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
src/third_party/s2/util/math/mathutil.h:83:21: note: forward declaration of template entity is here
  static const Type kNaN;
                    ^
src/third_party/s2/util/math/mathutil.h:428:52: note: add an explicit instantiation declaration to suppress this warning if 'MathLimits::kNaN' is explicitly instantiated in another translation unit
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
1 warning generated.
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/libexternal_key_generator.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/external_key_generator.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/libexternal_key_generator.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/2d_key_generator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/index/2d_key_generator.cpp
In file included from src/mongo/db/index/2d_key_generator.cpp:37:
In file included from src/mongo/db/index/expression_params.h:29:
In file included from src/mongo/db/geo/s2common.h:29:
In file included from src/mongo/db/geo/geoparser.h:31:
In file included from src/mongo/db/geo/shapes.h:36:
In file included from src/mongo/db/geo/s2.h:40:
In file included from src/third_party/s2/s2.h:26:
In file included from src/third_party/s2/util/math/vector3-inl.h:42:
src/third_party/s2/util/math/mathutil.h:428:52: warning: instantiation of variable 'MathLimits::kNaN' required here, but no definition is available [-Wundefined-var-template]
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
src/third_party/s2/util/math/mathutil.h:83:21: note: forward declaration of template entity is here
  static const Type kNaN;
                    ^
src/third_party/s2/util/math/mathutil.h:428:52: note: add an explicit instantiation declaration to suppress this warning if 'MathLimits::kNaN' is explicitly instantiated in another translation unit
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/btree_key_generator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/index/btree_key_generator.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/fts_key_generator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/index/fts_key_generator.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/hash_key_generator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/index/hash_key_generator.cpp
In file included from src/mongo/db/index/hash_key_generator.cpp:31:
In file included from src/mongo/db/index/expression_params.h:29:
In file included from src/mongo/db/geo/s2common.h:29:
In file included from src/mongo/db/geo/geoparser.h:31:
In file included from src/mongo/db/geo/shapes.h:36:
In file included from src/mongo/db/geo/s2.h:40:
In file included from src/third_party/s2/s2.h:26:
In file included from src/third_party/s2/util/math/vector3-inl.h:42:
src/third_party/s2/util/math/mathutil.h:428:52: warning: instantiation of variable 'MathLimits::kNaN' required here, but no definition is available [-Wundefined-var-template]
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
src/third_party/s2/util/math/mathutil.h:83:21: note: forward declaration of template entity is here
  static const Type kNaN;
                    ^
src/third_party/s2/util/math/mathutil.h:428:52: note: add an explicit instantiation declaration to suppress this warning if 'MathLimits::kNaN' is explicitly instantiated in another translation unit
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/haystack_key_generator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/index/haystack_key_generator.cpp
In file included from src/mongo/db/index/haystack_key_generator.cpp:33:
In file included from src/mongo/db/index/expression_params.h:29:
In file included from src/mongo/db/geo/s2common.h:29:
In file included from src/mongo/db/geo/geoparser.h:31:
In file included from src/mongo/db/geo/shapes.h:36:
In file included from src/mongo/db/geo/s2.h:40:
In file included from src/third_party/s2/s2.h:26:
In file included from src/third_party/s2/util/math/vector3-inl.h:42:
src/third_party/s2/util/math/mathutil.h:428:52: warning: instantiation of variable 'MathLimits::kNaN' required here, but no definition is available [-Wundefined-var-template]
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
src/third_party/s2/util/math/mathutil.h:83:21: note: forward declaration of template entity is here
  static const Type kNaN;
                    ^
src/third_party/s2/util/math/mathutil.h:428:52: note: add an explicit instantiation declaration to suppress this warning if 'MathLimits::kNaN' is explicitly instantiated in another translation unit
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/key_generator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/index/key_generator.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/s2_key_generator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/index/s2_key_generator.cpp
In file included from src/mongo/db/index/s2_key_generator.cpp:29:
In file included from src/mongo/db/index/s2_access_method.h:32:
In file included from src/mongo/db/geo/s2common.h:29:
In file included from src/mongo/db/geo/geoparser.h:31:
In file included from src/mongo/db/geo/shapes.h:36:
In file included from src/mongo/db/geo/s2.h:40:
In file included from src/third_party/s2/s2.h:26:
In file included from src/third_party/s2/util/math/vector3-inl.h:42:
src/third_party/s2/util/math/mathutil.h:428:52: warning: instantiation of variable 'MathLimits::kNaN' required here, but no definition is available [-Wundefined-var-template]
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
src/third_party/s2/util/math/mathutil.h:83:21: note: forward declaration of template entity is here
  static const Type kNaN;
                    ^
src/third_party/s2/util/math/mathutil.h:428:52: note: add an explicit instantiation declaration to suppress this warning if 'MathLimits::kNaN' is explicitly instantiated in another translation unit
  static double NaN() { return MathLimits::kNaN; }
                                                   ^
1 warning generated.
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/libkey_generator.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/2d_key_generator.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/btree_key_generator.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/fts_key_generator.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/hash_key_generator.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/haystack_key_generator.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/key_generator.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/s2_key_generator.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/index/libkey_generator.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/field_ref.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/field_ref.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/field_ref_set.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/field_ref_set.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/field_parser.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/field_parser.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/write_concern_options.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/write_concern_options.cpp
In file included from src/mongo/db/write_concern_options.cpp:30:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/libcommon.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/field_ref.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/field_ref_set.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/field_parser.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/write_concern_options.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/libcommon.a
/usr/local/bin/python2.7 src/mongo/db/auth/generate_action_types.py src/mongo/db/auth/action_types.txt build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/auth/action_type.h build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/auth/action_type.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/auth_helpers.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/auth_helpers.cpp
In file included from src/mongo/client/auth_helpers.cpp:16:
In file included from src/mongo/client/auth_helpers.h:19:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libauth_helpers.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/auth_helpers.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libauth_helpers.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/util/background.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/util/background.cpp
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libbackground_job.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/util/background.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libbackground_job.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/mutable/document.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/bson/mutable/document.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/mutable/element.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/bson/mutable/element.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/util/bson_extract.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/bson/util/bson_extract.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/util/safe_num.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/util/safe_num.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/bson_validate.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/bson/bson_validate.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/oid.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/bson/oid.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/optime.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/bson/optime.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/jsobj.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/jsobj.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/json.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/json.cpp
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libbson.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/mutable/document.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/mutable/element.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/util/bson_extract.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/util/safe_num.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/bson_validate.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/oid.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/bson/optime.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/jsobj.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/json.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libbson.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/scripting/bson_template_evaluator.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/scripting/bson_template_evaluator.cpp
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libbson_template_evaluator.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/scripting/bson_template_evaluator.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libbson_template_evaluator.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/clientAndShell.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/clientAndShell.cpp
In file included from src/mongo/client/clientAndShell.cpp:23:
In file included from src/mongo/s/shard.h:35:
In file included from src/mongo/client/connpool.h:22:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libclientandshell.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/clientAndShell.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libclientandshell.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/connpool.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/connpool.cpp
In file included from src/mongo/client/connpool.cpp:23:
In file included from src/mongo/client/connpool.h:22:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/dbclient.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/dbclient.cpp
In file included from src/mongo/client/dbclient.cpp:23:
In file included from src/mongo/client/dbclient_rs.h:23:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/dbclient_rs.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/dbclient_rs.cpp
In file included from src/mongo/client/dbclient_rs.cpp:18:
In file included from src/mongo/client/dbclient_rs.h:23:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/dbclientcursor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/dbclientcursor.cpp
In file included from src/mongo/client/dbclientcursor.cpp:20:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
src/mongo/client/dbclientcursor.cpp:332:14: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        if (!this)
            ~^~~~
2 warnings generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/replica_set_monitor.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/replica_set_monitor.cpp
In file included from src/mongo/client/replica_set_monitor.cpp:22:
In file included from src/mongo/client/connpool.h:22:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/sasl_client_authenticate.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/sasl_client_authenticate.cpp
In file included from src/mongo/client/sasl_client_authenticate.cpp:16:
In file included from src/mongo/client/sasl_client_authenticate.h:20:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/syncclusterconnection.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/client/syncclusterconnection.cpp
In file included from src/mongo/client/syncclusterconnection.cpp:21:
In file included from src/mongo/client/syncclusterconnection.h:24:
In file included from src/mongo/client/dbclientinterface.h:1401:
src/mongo/client/dbclientcursor.h:120:40: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
        bool isDead() const { return  !this || cursorId == 0; }
                                      ~^~~~
1 warning generated.
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/dbmessage.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/dbmessage.cpp
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libclientdriver.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/connpool.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/dbclient.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/dbclient_rs.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/dbclientcursor.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/replica_set_monitor.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/sasl_client_authenticate.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/client/syncclusterconnection.o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/db/dbmessage.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libclientdriver.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/s/default_version.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/s/default_version.cpp
ar rc build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libdefaultversion.a build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/s/default_version.o
ranlib build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/libdefaultversion.a
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/util/fail_point.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/util/fail_point.cpp
c++ -o build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/util/fail_point_registry.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fno-omit-frame-pointer -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -O2 -pipe -fno-strict-aliasing -Wno-unused-local-typedefs -Wno-unused-function -Wno-unused-private-field -Wno-deprecated-declarations -Wno-tautological-constant-out-of-range-compare -Wno-unused-const-variable -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DPCRE_STATIC -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D__freebsd__ -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/boost -Isrc/third_party/boost -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8 -Isrc -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo -Isrc/mongo -I/usr/local/include -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/s2 -Isrc/third_party/s2 -Ibuild/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/util/fail_point_registry.cpp
src/mongo/util/fail_point_registry.cpp:56:49: error: reinterpret_cast from 'nullptr_t' to 'mongo::FailPoint *' is not allowed
        return mapFindWithDefault(_fpMap, name, reinterpret_cast(NULL));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
scons: *** [build/midnightbsd/cc_cc/cxx_c++/use-system-pcre/use-system-snappy/use-system-v8/mongo/util/fail_point_registry.o] Error 1
scons: building terminated because of errors.
*** Error code 2

Stop.
make: stopped in /usr/mports/databases/mongodb

Links

Depends On

Depend Of

Nothing

Categories