$ scons all --jobs=4 --ssl
|
scons: Reading SConscript files ...
|
scons version: 2.3.4
|
python version: 2 6 6 'final' 0
|
Checking whether the C++ compiler works... (cached) yes
|
Checking whether the C compiler works... (cached) yes
|
Checking if C++ compiler "g++" is GCC... (cached) yes
|
Checking if C compiler "gcc" is GCC... (cached) yes
|
Checking if C compiler is GCC 4.8.2 or newer...(cached) yes
|
Checking if C++ compiler is GCC 4.8.2 or newer...(cached) yes
|
Checking if target architecture is 32-bit x86...(cached) no
|
Checking if C compiler supports -Wno-unused-local-typedefs... (cached) yes
|
Checking if C compiler supports -Wno-unused-function... (cached) yes
|
Checking if C compiler supports -Wno-unused-private-field... (cached) no
|
Checking if C compiler supports -Wno-deprecated-declarations... (cached) yes
|
Checking if C compiler supports -Wno-tautological-constant-out-of-range-compare... (cached) no
|
Checking if C compiler supports -Wno-unused-const-variable... (cached) no
|
Checking if C compiler supports -Wno-unused-but-set-variable... (cached) yes
|
Checking if C compiler supports -Wno-missing-braces... (cached) yes
|
Checking if we are using libstdc++... (cached) yes
|
Checking for libstdc++ 4.6.0 or better... (cached) yes
|
Checking if C++ compiler supports -std=c++11... (cached) yes
|
Checking if __cplusplus >= 201103L to auto-enable C++11... (cached) yes
|
Checking if C compiler supports -std=c99... (cached) yes
|
Checking if we are on a POSIX system... (cached) yes
|
Checking if the POSIX monotonic clock is supported... (cached) yes
|
Checking if C compiler supports -fno-builtin-memcmp... (cached) yes
|
Checking for __thread... (cached) yes
|
Checking for C++11 <atomic> support... (cached) yes
|
Checking for C++11 is_trivially_copyable support... (cached) no
|
Checking for C library rt... (cached) yes
|
Checking for C library dl... (cached) yes
|
Checking for C++ header file execinfo.h... (cached) yes
|
Checking whether backtrace is declared... (cached) yes
|
Checking whether backtrace_symbols is declared... (cached) yes
|
Checking whether backtrace_symbols_fd is declared... (cached) yes
|
Checking for C library pcap... (cached) no
|
Checking for C library wpcap... (cached) no
|
Checking if __malloc_hook is declared volatile... (cached) no
|
scons: done reading SConscript files.
|
|
scons: warning: Support for pre-2.7.0 Python version (2.6.6) is deprecated.
|
If this will cause hardship, contact scons-dev@scons.org
|
File "/usr/bin/scons", line 199, in <module>
|
scons: Building targets ...
|
g++ -o build/linux2/ssl/mongo/shell/dbshell.o -c -Wnon-virtual-dtor -Woverloaded-virtual -std=c++11 -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -pipe -Werror -O3 -Wno-unused-local-typedefs -Wno-unused-function -Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-missing-braces -fno-builtin-memcmp -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -DMONGO_BYTE_ORDER=1234 -D_FILE_OFFSET_BITS=64 -DMONGO_SSL -DMONGO_HAVE___THREAD -DMONGO_HAVE_CXX11_ATOMICS -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_POSIX_MONOTONIC_CLOCK -DMONGO_HAVE_EXECINFO_BACKTRACE -Isrc/third_party/s2 -Isrc/third_party/pcre-8.30 -Isrc/third_party/boost -Ibuild/linux2/ssl -Isrc src/mongo/shell/dbshell.cpp
|
g++ -o build/linux2/ssl/mongo/base/error_codes.o -c -Wnon-virtual-dtor -Woverloaded-virtual -std=c++11 -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -pipe -Werror -O3 -Wno-unused-local-typedefs -Wno-unused-function -Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-missing-braces -fno-builtin-memcmp -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -DMONGO_BYTE_ORDER=1234 -D_FILE_OFFSET_BITS=64 -DMONGO_SSL -DMONGO_HAVE___THREAD -DMONGO_HAVE_CXX11_ATOMICS -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_POSIX_MONOTONIC_CLOCK -DMONGO_HAVE_EXECINFO_BACKTRACE -Isrc/third_party/s2 -Isrc/third_party/pcre-8.30 -Isrc/third_party/boost -Ibuild/linux2/ssl -Isrc build/linux2/ssl/mongo/base/error_codes.cpp
|
g++ -o build/linux2/ssl/mongo/base/validate_locale.o -c -Wnon-virtual-dtor -Woverloaded-virtual -std=c++11 -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -pipe -Werror -O3 -Wno-unused-local-typedefs -Wno-unused-function -Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-missing-braces -fno-builtin-memcmp -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -DMONGO_BYTE_ORDER=1234 -D_FILE_OFFSET_BITS=64 -DMONGO_SSL -DMONGO_HAVE___THREAD -DMONGO_HAVE_CXX11_ATOMICS -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_POSIX_MONOTONIC_CLOCK -DMONGO_HAVE_EXECINFO_BACKTRACE -Isrc/third_party/s2 -Isrc/third_party/pcre-8.30 -Isrc/third_party/boost -Ibuild/linux2/ssl -Isrc src/mongo/base/validate_locale.cpp
|
g++ -o build/linux2/ssl/mongo/base/status.o -c -Wnon-virtual-dtor -Woverloaded-virtual -std=c++11 -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -pipe -Werror -O3 -Wno-unused-local-typedefs -Wno-unused-function -Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-missing-braces -fno-builtin-memcmp -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -DMONGO_BYTE_ORDER=1234 -D_FILE_OFFSET_BITS=64 -DMONGO_SSL -DMONGO_HAVE___THREAD -DMONGO_HAVE_CXX11_ATOMICS -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_POSIX_MONOTONIC_CLOCK -DMONGO_HAVE_EXECINFO_BACKTRACE -Isrc/third_party/s2 -Isrc/third_party/pcre-8.30 -Isrc/third_party/boost -Ibuild/linux2/ssl -Isrc src/mongo/base/status.cpp
|
{standard input}: Assembler messages:
|
{standard input}:790: Error: expecting string instruction after `rep'
|
scons: *** [build/linux2/ssl/mongo/base/status.o] Error 1
|
{standard input}: Assembler messages:
|
{standard input}:128: Error: expecting string instruction after `rep'
|
scons: *** [build/linux2/ssl/mongo/base/validate_locale.o] Error 1
|
{standard input}: Assembler messages:
|
{standard input}:6716: Error: expecting string instruction after `rep'
|
scons: *** [build/linux2/ssl/mongo/base/error_codes.o] Error 1
|
{standard input}: Assembler messages:
|
{standard input}:128: Error: expecting string instruction after `rep'
|
{standard input}:2548: Error: expecting string instruction after `rep'
|
{standard input}:3687: Error: expecting string instruction after `rep'
|
{standard input}:3722: Error: expecting string instruction after `rep'
|
{standard input}:3733: Error: expecting string instruction after `rep'
|
scons: *** [build/linux2/ssl/mongo/shell/dbshell.o] Error 1
|
scons: building terminated because of errors.
|
|