-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Build
-
None
-
Environment:Linux localhost.localdomain 3.12.10-300.fc20.x86_64 #1 SMP Thu Feb 6 22:11:48 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
-
ALL
If --heapcheck is specified to build mongod, one among --dd and --d should be specified as well. If --d is specified, the build stops.
Way to reproduce:
[davide@localhost mongo]$ scons mongod mongo --heapcheck --use-system-tcmalloc --d
Build output:
scons: Reading SConscript files ... scons version: 2.3.0 python version: 2 7 5 'final' 0 Checking whether the C++ compiler worksyes Checking whether the C compiler worksyes Checking if C++ compiler "g++" is GCC... yes Checking if C compiler "gcc" is GCC... 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... no Checking if C compiler supports -Wno-deprecated-declarations... yes Checking if C compiler supports -Wno-tautological-constant-out-of-range-compare... no Checking if C compiler supports -Wno-unused-const-variable... no Checking if C compiler supports -fno-builtin-memcmp... yes Checking for __thread... 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... no Checking for C library wpcap... no Checking for C library tcmalloc... yes --heapcheck needs --d or --dd
- related to
-
SERVER-13195 Build fails if --heapcheck is specified
- Closed