Created
October 24, 2018 16:59
-
-
Save solanoepalacio/de95b96966d388ac812ff85773e26da2 to your computer and use it in GitHub Desktop.
ardb-install-logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
solano.palacio@AR-IT03759: ~/ardb-forestdb (master) $ storage_engine=forestdb make | |
cd src && make all | |
make[1]: Entering directory '/home/solano.palacio/ardb-forestdb/src' | |
rm -f db/engine_factory.o | |
echo ">>>>> Dowloading JEMALLOC" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps && \ | |
wget -O /home/solano.palacio/ardb-forestdb/src/../deps/jemalloc-5.1.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2 && \ | |
echo "<<<<< Done dowloading JEMALLOC" | |
>>>>> Dowloading JEMALLOC | |
--2018-10-24 13:25:12-- https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2 | |
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112 | |
Connecting to github.com (github.com)|192.30.253.113|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/13310527/f3c870e6-52c8-11e8-84f4-7caf181a1c6c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T162513Z&X-Amz-Expires=300&X-Amz-Signature=19c8ce06c709f933c896af5e453df4014ae0691129c6dc2d8d1284feb196b17b&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Djemalloc-5.1.0.tar.bz2&response-content-type=application%2Foctet-stream [following] | |
--2018-10-24 13:25:13-- https://github-production-release-asset-2e65be.s3.amazonaws.com/13310527/f3c870e6-52c8-11e8-84f4-7caf181a1c6c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T162513Z&X-Amz-Expires=300&X-Amz-Signature=19c8ce06c709f933c896af5e453df4014ae0691129c6dc2d8d1284feb196b17b&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Djemalloc-5.1.0.tar.bz2&response-content-type=application%2Foctet-stream | |
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.160.243 | |
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.160.243|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 515622 (504K) [application/octet-stream] | |
Saving to: ‘/home/solano.palacio/ardb-forestdb/src/../deps/jemalloc-5.1.0.tar.bz2’ | |
/home/solano.palacio/ardb-forestdb/sr 100%[=======================================================================>] 503,54K 142KB/s in 3,8s | |
2018-10-24 13:25:18 (132 KB/s) - ‘/home/solano.palacio/ardb-forestdb/src/../deps/jemalloc-5.1.0.tar.bz2’ saved [515622/515622] | |
<<<<< Done dowloading JEMALLOC | |
echo ">>>>> Unpacking JEMALLOC" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps && \ | |
tar jxf /home/solano.palacio/ardb-forestdb/src/../deps/jemalloc-5.1.0.tar.bz2 && \ | |
echo "<<<<< Done unpacking JEMALLOC" | |
>>>>> Unpacking JEMALLOC | |
<<<<< Done unpacking JEMALLOC | |
echo ">>>>> Building JEMALLOC" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps/jemalloc-5.1.0 && \ | |
./configure && \ | |
make build_lib_static && \ | |
echo "<<<<< Done building JEMALLOC" | |
>>>>> Building JEMALLOC | |
checking for xsltproc... false | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether compiler is cray... no | |
checking whether compiler supports -std=gnu11... yes | |
checking whether compiler supports -Wall... yes | |
checking whether compiler supports -Wshorten-64-to-32... no | |
checking whether compiler supports -Wsign-compare... yes | |
checking whether compiler supports -Wundef... yes | |
checking whether compiler supports -Wno-format-zero-length... yes | |
checking whether compiler supports -pipe... yes | |
checking whether compiler supports -g3... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking whether g++ supports C++14 features by default... no | |
checking whether g++ supports C++14 features with -std=c++14... yes | |
checking whether compiler supports -Wall... yes | |
checking whether compiler supports -g3... yes | |
checking whether libstdc++ linkage is compilable... yes | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking size of void *... 8 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of intmax_t... 8 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking whether pause instruction is compilable... yes | |
checking number of significant virtual address bits... 48 | |
checking for ar... ar | |
checking for nm... nm | |
checking for gawk... gawk | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking whether malloc_usable_size definition can use const argument... no | |
checking for library containing log... -lm | |
checking whether __attribute__ syntax is compilable... yes | |
checking whether compiler supports -fvisibility=hidden... yes | |
checking whether compiler supports -fvisibility=hidden... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether tls_model attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether alloc_size attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether format(gnu_printf, ...) attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether format(printf, ...) attribute is compilable... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for ranlib... ranlib | |
checking for ld... /usr/bin/ld | |
checking for autoconf... false | |
checking for memalign... yes | |
checking for valloc... yes | |
checking for __libc_calloc... yes | |
checking for __libc_free... yes | |
checking for __libc_malloc... yes | |
checking for __libc_memalign... yes | |
checking for __libc_realloc... yes | |
checking for __libc_valloc... yes | |
checking for __posix_memalign... no | |
checking whether compiler supports -O3... yes | |
checking whether compiler supports -O3... yes | |
checking whether compiler supports -funroll-loops... yes | |
checking configured backtracing method... N/A | |
checking for sbrk... yes | |
checking whether utrace(2) is compilable... no | |
checking whether a program using __builtin_unreachable is compilable... yes | |
checking whether a program using __builtin_ffsl is compilable... yes | |
checking LG_PAGE... 12 | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_create in -lpthread... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for dlsym... no | |
checking for dlsym in -ldl... yes | |
checking whether pthread_atfork(3) is compilable... yes | |
checking whether pthread_setname_np(3) is compilable... yes | |
checking for library containing clock_gettime... none required | |
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes | |
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes | |
checking whether mach_absolute_time() is compilable... no | |
checking whether compiler supports -Werror... yes | |
checking whether syscall(2) is compilable... yes | |
checking for secure_getenv... yes | |
checking for sched_getcpu... yes | |
checking for sched_setaffinity... yes | |
checking for issetugid... no | |
checking for _malloc_thread_cleanup... no | |
checking for _pthread_mutex_init_calloc_cb... no | |
checking for TLS... yes | |
checking whether C11 atomics is compilable... yes | |
checking whether GCC __atomic atomics is compilable... yes | |
checking whether GCC __sync atomics is compilable... yes | |
checking whether Darwin OSAtomic*() is compilable... no | |
checking whether madvise(2) is compilable... yes | |
checking whether madvise(..., MADV_FREE) is compilable... no | |
checking whether madvise(..., MADV_DONTNEED) is compilable... yes | |
checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes | |
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes | |
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no | |
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no | |
checking for __builtin_clz... yes | |
checking whether Darwin os_unfair_lock_*() is compilable... no | |
checking whether Darwin OSSpin*() is compilable... no | |
checking whether glibc malloc hook is compilable... yes | |
checking whether glibc memalign hook is compilable... yes | |
checking whether pthreads adaptive mutexes is compilable... yes | |
checking whether compiler supports -D_GNU_SOURCE... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether strerror_r returns char with gnu source is compilable... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating jemalloc.pc | |
config.status: creating doc/html.xsl | |
config.status: creating doc/manpages.xsl | |
config.status: creating doc/jemalloc.xml | |
config.status: creating include/jemalloc/jemalloc_macros.h | |
config.status: creating include/jemalloc/jemalloc_protos.h | |
config.status: creating include/jemalloc/jemalloc_typedefs.h | |
config.status: creating include/jemalloc/internal/jemalloc_preamble.h | |
config.status: creating test/test.sh | |
config.status: creating test/include/test/jemalloc_test.h | |
config.status: creating config.stamp | |
config.status: creating bin/jemalloc-config | |
config.status: creating bin/jemalloc.sh | |
config.status: creating bin/jeprof | |
config.status: creating include/jemalloc/jemalloc_defs.h | |
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h | |
config.status: creating test/include/test/jemalloc_test_defs.h | |
config.status: executing include/jemalloc/internal/public_symbols.txt commands | |
config.status: executing include/jemalloc/internal/private_symbols.awk commands | |
config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands | |
config.status: executing include/jemalloc/internal/public_namespace.h commands | |
config.status: executing include/jemalloc/internal/public_unnamespace.h commands | |
config.status: executing include/jemalloc/internal/size_classes.h commands | |
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands | |
config.status: executing include/jemalloc/jemalloc_rename.h commands | |
config.status: executing include/jemalloc/jemalloc_mangle.h commands | |
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands | |
config.status: executing include/jemalloc/jemalloc.h commands | |
=============================================================================== | |
jemalloc version : 5.1.0-0-g61efbda7098de6fe64c362d309824864308c36d4 | |
library revision : 2 | |
CONFIG : | |
CC : gcc | |
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops | |
SPECIFIED_CFLAGS : | |
EXTRA_CFLAGS : | |
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT | |
CXX : g++ -std=c++14 | |
CONFIGURE_CXXFLAGS : -Wall -g3 -fvisibility=hidden -O3 | |
SPECIFIED_CXXFLAGS : | |
EXTRA_CXXFLAGS : | |
LDFLAGS : | |
EXTRA_LDFLAGS : | |
DSO_LDFLAGS : -shared -Wl,-soname,$(@F) | |
LIBS : -lm -lstdc++ -lpthread -ldl | |
RPATH_EXTRA : | |
XSLTPROC : false | |
XSLROOT : /usr/share/xml/docbook/stylesheet/docbook-xsl | |
PREFIX : /usr/local | |
BINDIR : /usr/local/bin | |
DATADIR : /usr/local/share | |
INCLUDEDIR : /usr/local/include | |
LIBDIR : /usr/local/lib | |
MANDIR : /usr/local/share/man | |
srcroot : | |
abs_srcroot : /home/solano.palacio/ardb-forestdb/deps/jemalloc-5.1.0/ | |
objroot : | |
abs_objroot : /home/solano.palacio/ardb-forestdb/deps/jemalloc-5.1.0/ | |
JEMALLOC_PREFIX : | |
JEMALLOC_PRIVATE_NAMESPACE | |
: je_ | |
install_suffix : | |
malloc_conf : | |
autogen : 0 | |
debug : 0 | |
stats : 1 | |
prof : 0 | |
prof-libunwind : 0 | |
prof-libgcc : 0 | |
prof-gcc : 0 | |
fill : 1 | |
utrace : 0 | |
xmalloc : 0 | |
log : 0 | |
lazy_lock : 0 | |
cache-oblivious : 1 | |
cxx : 1 | |
=============================================================================== | |
make[2]: Entering directory '/home/solano.palacio/ardb-forestdb/deps/jemalloc-5.1.0' | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c | |
nm -a src/jemalloc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c | |
nm -a src/arena.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c | |
nm -a src/background_thread.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c | |
nm -a src/base.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c | |
nm -a src/bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c | |
nm -a src/bitmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c | |
nm -a src/ckh.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c | |
nm -a src/ctl.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c | |
nm -a src/div.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c | |
nm -a src/extent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c | |
nm -a src/extent_dss.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c | |
nm -a src/extent_mmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c | |
nm -a src/hash.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o src/hooks.c | |
nm -a src/hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c | |
nm -a src/large.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c | |
nm -a src/log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c | |
nm -a src/malloc_io.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c | |
nm -a src/mutex.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c | |
nm -a src/mutex_pool.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c | |
nm -a src/nstime.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c | |
nm -a src/pages.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c | |
nm -a src/prng.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c | |
nm -a src/prof.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c | |
nm -a src/rtree.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c | |
nm -a src/stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c | |
nm -a src/sz.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c | |
nm -a src/tcache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c | |
nm -a src/ticker.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c | |
nm -a src/tsd.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c | |
nm -a src/witness.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym | |
/bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h | |
cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.o src/hooks.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c | |
g++ -std=c++14 -Wall -g3 -fvisibility=hidden -O3 -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.o src/jemalloc_cpp.cpp | |
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hooks.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/stats.o src/sz.o src/tcache.o src/ticker.o src/tsd.o src/witness.o src/jemalloc_cpp.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.pic.o src/background_thread.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.pic.o src/bin.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.pic.o src/div.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.pic.o src/extent_dss.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.pic.o src/extent_mmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.pic.o src/hooks.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.pic.o src/large.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.pic.o src/log.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.pic.o src/malloc_io.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.pic.o src/mutex_pool.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.pic.o src/nstime.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.pic.o src/prng.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.pic.o src/sz.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.pic.o src/ticker.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.pic.o src/witness.c | |
g++ -std=c++14 -Wall -g3 -fvisibility=hidden -O3 -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.pic.o src/jemalloc_cpp.cpp | |
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bitmap.pic.o src/ckh.pic.o src/ctl.pic.o src/div.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/hash.pic.o src/hooks.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/mutex_pool.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/rtree.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/jemalloc_cpp.pic.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[2]: Leaving directory '/home/solano.palacio/ardb-forestdb/deps/jemalloc-5.1.0' | |
<<<<< Done building JEMALLOC | |
echo ">>>>> Building LUA" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps/lua/src && \ | |
make all CFLAGS="-O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='"0.10.0"' -DCORO_ASM" MYLDFLAGS="-g" && \ | |
echo ">>>>> Done building LUA" | |
>>>>> Building LUA | |
make[2]: Entering directory '/home/solano.palacio/ardb-forestdb/deps/lua/src' | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lapi.o lapi.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lcode.o lcode.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldebug.o ldebug.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldo.o ldo.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldump.o ldump.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lfunc.o lfunc.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lgc.o lgc.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o llex.o llex.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lmem.o lmem.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lobject.o lobject.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lopcodes.o lopcodes.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lparser.o lparser.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstate.o lstate.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstring.o lstring.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltable.o ltable.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltm.o ltm.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lundump.o lundump.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lvm.o lvm.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lzio.o lzio.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o strbuf.o strbuf.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lauxlib.o lauxlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lbaselib.o lbaselib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldblib.o ldblib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o liolib.o liolib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lmathlib.o lmathlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o loslib.o loslib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltablib.o ltablib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstrlib.o lstrlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o loadlib.o loadlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o linit.o linit.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_cjson.o lua_cjson.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_struct.o lua_struct.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_cmsgpack.o lua_cmsgpack.c | |
lua_cmsgpack.c: In function ‘table_is_an_array’: | |
lua_cmsgpack.c:370:21: warning: variable ‘max’ set but not used [-Wunused-but-set-variable] | |
long count = 0, max = 0, idx = 0; | |
^ | |
ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o # DLL needs all object files | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
ranlib liblua.a | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua.o lua.c | |
cc -o lua -g lua.o liblua.a -lm | |
liblua.a(loslib.o): In function `os_tmpname': | |
/home/solano.palacio/ardb-forestdb/deps/lua/src/loslib.c:60: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o luac.o luac.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o print.o print.c | |
cc -o luac -g luac.o print.o liblua.a -lm | |
make[2]: Leaving directory '/home/solano.palacio/ardb-forestdb/deps/lua/src' | |
>>>>> Done building LUA | |
echo ">>>>> Dowloading Snappy" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps && \ | |
wget -O /home/solano.palacio/ardb-forestdb/src/../deps/snappy-1.1.4.tar.gz https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz && \ | |
echo "<<<<< Done dowloading Snappy" | |
>>>>> Dowloading Snappy | |
--2018-10-24 13:26:09-- https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz | |
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113 | |
Connecting to github.com (github.com)|192.30.253.112|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/17381605/9b6ce51a-e4da-11e6-97b8-ce7eaee056f7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T162610Z&X-Amz-Expires=300&X-Amz-Signature=7944e97bed653cac633bc867556649704f3499fca84d0e2b9be657d36613249f&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsnappy-1.1.4.tar.gz&response-content-type=application%2Foctet-stream [following] | |
--2018-10-24 13:26:10-- https://github-production-release-asset-2e65be.s3.amazonaws.com/17381605/9b6ce51a-e4da-11e6-97b8-ce7eaee056f7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T162610Z&X-Amz-Expires=300&X-Amz-Signature=7944e97bed653cac633bc867556649704f3499fca84d0e2b9be657d36613249f&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsnappy-1.1.4.tar.gz&response-content-type=application%2Foctet-stream | |
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.104.59 | |
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.104.59|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1491767 (1,4M) [application/octet-stream] | |
Saving to: ‘/home/solano.palacio/ardb-forestdb/src/../deps/snappy-1.1.4.tar.gz’ | |
/home/solano.palacio/ardb-forestdb/sr 100%[=======================================================================>] 1,42M 344KB/s in 4,7s | |
2018-10-24 13:26:16 (311 KB/s) - ‘/home/solano.palacio/ardb-forestdb/src/../deps/snappy-1.1.4.tar.gz’ saved [1491767/1491767] | |
<<<<< Done dowloading Snappy | |
cd /home/solano.palacio/ardb-forestdb/src/../deps && \ | |
tar zxf /home/solano.palacio/ardb-forestdb/src/../deps/snappy-1.1.4.tar.gz | |
echo ">>>>> Building SNAPPY" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps/snappy-1.1.4 && \ | |
./configure CXXFLAGS="" > configure.out && \ | |
make libsnappy.la && \ | |
echo "<<<<< Done building SNAPPY" | |
>>>>> Building SNAPPY | |
make[2]: Entering directory '/home/solano.palacio/ardb-forestdb/deps/snappy-1.1.4' | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -fPIC -DPIC -o .libs/snappy.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -o snappy.o >/dev/null 2>&1 | |
mv -f .deps/snappy.Tpo .deps/snappy.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy-sinksource.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -o snappy-sinksource.o >/dev/null 2>&1 | |
mv -f .deps/snappy-sinksource.Tpo .deps/snappy-sinksource.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy-stubs-internal.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -o snappy-stubs-internal.o >/dev/null 2>&1 | |
mv -f .deps/snappy-stubs-internal.Tpo .deps/snappy-stubs-internal.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -fPIC -DPIC -o .libs/snappy-c.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -o snappy-c.o >/dev/null 2>&1 | |
mv -f .deps/snappy-c.Tpo .deps/snappy-c.Plo | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -version-info 4:1:3 -o libsnappy.la -rpath /usr/local/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.3.1 | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.3.1" "libsnappy.so.1") | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.3.1" "libsnappy.so") | |
libtool: link: ar cru .libs/libsnappy.a snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libsnappy.a | |
libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" ) | |
make[2]: Leaving directory '/home/solano.palacio/ardb-forestdb/deps/snappy-1.1.4' | |
<<<<< Done building SNAPPY | |
echo ">>>>> Building sparsehash" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps; tar zxvf /home/solano.palacio/ardb-forestdb/src/../deps/sparsehash-sparsehash-2.0.3.tar.gz;\ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps/sparsehash-sparsehash-2.0.3; ./configure; \ | |
make src/sparsehash/internal/sparseconfig.h && \ | |
echo ">>>>> Done building sparsehash" | |
>>>>> Building sparsehash | |
sparsehash-sparsehash-2.0.3/ | |
sparsehash-sparsehash-2.0.3/.gitignore | |
sparsehash-sparsehash-2.0.3/AUTHORS | |
sparsehash-sparsehash-2.0.3/COPYING | |
sparsehash-sparsehash-2.0.3/ChangeLog | |
sparsehash-sparsehash-2.0.3/INSTALL | |
sparsehash-sparsehash-2.0.3/Makefile.am | |
sparsehash-sparsehash-2.0.3/Makefile.in | |
sparsehash-sparsehash-2.0.3/NEWS | |
sparsehash-sparsehash-2.0.3/README | |
sparsehash-sparsehash-2.0.3/README_windows.txt | |
sparsehash-sparsehash-2.0.3/TODO | |
sparsehash-sparsehash-2.0.3/aclocal.m4 | |
sparsehash-sparsehash-2.0.3/autogen.sh | |
sparsehash-sparsehash-2.0.3/config.guess | |
sparsehash-sparsehash-2.0.3/config.sub | |
sparsehash-sparsehash-2.0.3/configure | |
sparsehash-sparsehash-2.0.3/configure.ac | |
sparsehash-sparsehash-2.0.3/depcomp | |
sparsehash-sparsehash-2.0.3/doc/ | |
sparsehash-sparsehash-2.0.3/doc/dense_hash_map.html | |
sparsehash-sparsehash-2.0.3/doc/dense_hash_set.html | |
sparsehash-sparsehash-2.0.3/doc/designstyle.css | |
sparsehash-sparsehash-2.0.3/doc/implementation.html | |
sparsehash-sparsehash-2.0.3/doc/index.html | |
sparsehash-sparsehash-2.0.3/doc/performance.html | |
sparsehash-sparsehash-2.0.3/doc/sparse_hash_map.html | |
sparsehash-sparsehash-2.0.3/doc/sparse_hash_set.html | |
sparsehash-sparsehash-2.0.3/doc/sparsetable.html | |
sparsehash-sparsehash-2.0.3/experimental/ | |
sparsehash-sparsehash-2.0.3/experimental/Makefile | |
sparsehash-sparsehash-2.0.3/experimental/README | |
sparsehash-sparsehash-2.0.3/experimental/example.c | |
sparsehash-sparsehash-2.0.3/experimental/libchash.c | |
sparsehash-sparsehash-2.0.3/experimental/libchash.h | |
sparsehash-sparsehash-2.0.3/google-sparsehash.sln | |
sparsehash-sparsehash-2.0.3/install-sh | |
sparsehash-sparsehash-2.0.3/m4/ | |
sparsehash-sparsehash-2.0.3/m4/acx_pthread.m4 | |
sparsehash-sparsehash-2.0.3/m4/google_namespace.m4 | |
sparsehash-sparsehash-2.0.3/m4/namespaces.m4 | |
sparsehash-sparsehash-2.0.3/m4/stl_hash.m4 | |
sparsehash-sparsehash-2.0.3/m4/stl_hash_fun.m4 | |
sparsehash-sparsehash-2.0.3/missing | |
sparsehash-sparsehash-2.0.3/packages/ | |
sparsehash-sparsehash-2.0.3/packages/deb.sh | |
sparsehash-sparsehash-2.0.3/packages/deb/ | |
sparsehash-sparsehash-2.0.3/packages/deb/README | |
sparsehash-sparsehash-2.0.3/packages/deb/changelog | |
sparsehash-sparsehash-2.0.3/packages/deb/compat | |
sparsehash-sparsehash-2.0.3/packages/deb/control | |
sparsehash-sparsehash-2.0.3/packages/deb/copyright | |
sparsehash-sparsehash-2.0.3/packages/deb/docs | |
sparsehash-sparsehash-2.0.3/packages/deb/rules | |
sparsehash-sparsehash-2.0.3/packages/deb/sparsehash.dirs | |
sparsehash-sparsehash-2.0.3/packages/deb/sparsehash.install | |
sparsehash-sparsehash-2.0.3/packages/rpm.sh | |
sparsehash-sparsehash-2.0.3/packages/rpm/ | |
sparsehash-sparsehash-2.0.3/packages/rpm/rpm.spec | |
sparsehash-sparsehash-2.0.3/sparsehash.sln | |
sparsehash-sparsehash-2.0.3/src/ | |
sparsehash-sparsehash-2.0.3/src/config.h.in | |
sparsehash-sparsehash-2.0.3/src/config.h.include | |
sparsehash-sparsehash-2.0.3/src/google/ | |
sparsehash-sparsehash-2.0.3/src/google/dense_hash_map | |
sparsehash-sparsehash-2.0.3/src/google/dense_hash_set | |
sparsehash-sparsehash-2.0.3/src/google/sparse_hash_map | |
sparsehash-sparsehash-2.0.3/src/google/sparse_hash_set | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/densehashtable.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/hashtable-common.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/libc_allocator_with_realloc.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/sparsehashtable.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsetable | |
sparsehash-sparsehash-2.0.3/src/google/template_util.h | |
sparsehash-sparsehash-2.0.3/src/google/type_traits.h | |
sparsehash-sparsehash-2.0.3/src/hash_test_interface.h | |
sparsehash-sparsehash-2.0.3/src/hashtable_test.cc | |
sparsehash-sparsehash-2.0.3/src/libc_allocator_with_realloc_test.cc | |
sparsehash-sparsehash-2.0.3/src/simple_compat_test.cc | |
sparsehash-sparsehash-2.0.3/src/simple_test.cc | |
sparsehash-sparsehash-2.0.3/src/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/sparsehash/dense_hash_map | |
sparsehash-sparsehash-2.0.3/src/sparsehash/dense_hash_set | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/ | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/densehashtable.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/hashtable-common.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/libc_allocator_with_realloc.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/sparsehashtable.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparse_hash_map | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparse_hash_set | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparsetable | |
sparsehash-sparsehash-2.0.3/src/sparsehash/template_util.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/type_traits.h | |
sparsehash-sparsehash-2.0.3/src/sparsetable_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/template_util_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/testutil.h | |
sparsehash-sparsehash-2.0.3/src/time_hash_map.cc | |
sparsehash-sparsehash-2.0.3/src/type_traits_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/windows/ | |
sparsehash-sparsehash-2.0.3/src/windows/config.h | |
sparsehash-sparsehash-2.0.3/src/windows/google/ | |
sparsehash-sparsehash-2.0.3/src/windows/google/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/windows/google/sparsehash/sparseconfig.h | |
sparsehash-sparsehash-2.0.3/src/windows/port.cc | |
sparsehash-sparsehash-2.0.3/src/windows/port.h | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/internal/ | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/internal/sparseconfig.h | |
sparsehash-sparsehash-2.0.3/vsprojects/ | |
sparsehash-sparsehash-2.0.3/vsprojects/hashtable_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/hashtable_test/hashtable_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/libc_allocator_with_realloc_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/simple_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/simple_test/simple_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/sparsetable_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/template_util_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/template_util_unittest/template_util_unittest.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/time_hash_map/ | |
sparsehash-sparsehash-2.0.3/vsprojects/time_hash_map/time_hash_map.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/type_traits_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/type_traits_unittest/type_traits_unittest.vcproj | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for g++... g++ | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of g++... gcc3 | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for uint16_t... yes | |
checking for u_int16_t... yes | |
checking for __uint16... no | |
checking for long long... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking google/malloc_extension.h usability... no | |
checking google/malloc_extension.h presence... no | |
checking for google/malloc_extension.h... no | |
checking whether the compiler implements namespaces... yes | |
checking the location of hash_map... <tr1/unordered_map> | |
checking how to include hash_fun directly... <tr1/functional> | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
make[2]: Entering directory '/home/solano.palacio/ardb-forestdb/deps/sparsehash-sparsehash-2.0.3' | |
[ -d src/sparsehash/internal ] || mkdir -p src/sparsehash/internal | |
echo "/*" > src/sparsehash/internal/_sparsehash_config | |
echo " * NOTE: This file is for internal use only." >> src/sparsehash/internal/_sparsehash_config | |
echo " * Do not use these #defines in your own program!" >> src/sparsehash/internal/_sparsehash_config | |
echo " */" >> src/sparsehash/internal/_sparsehash_config | |
gawk '{prevline=currline; currline=$0;} \ | |
/^#/ {in_second_file = 1;} \ | |
!in_second_file {if (currline !~ /^ *$/) {inc[currline]=0}}; \ | |
in_second_file { for (i in inc) { \ | |
if (index(currline, i) != 0) { \ | |
print "\n"prevline"\n"currline; \ | |
delete inc[i]; \ | |
} \ | |
} }' \ | |
./src/config.h.include ./src/config.h \ | |
>> src/sparsehash/internal/_sparsehash_config | |
mv -f src/sparsehash/internal/_sparsehash_config src/sparsehash/internal/sparseconfig.h | |
make[2]: Leaving directory '/home/solano.palacio/ardb-forestdb/deps/sparsehash-sparsehash-2.0.3' | |
>>>>> Done building sparsehash | |
echo ">>>>> Dowloading forestdb" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps && \ | |
wget -O /home/solano.palacio/ardb-forestdb/src/../deps/forestdb-1.2.tar.gz https://github.com/couchbase/forestdb/archive/v1.2.tar.gz && \ | |
echo "<<<<< Done dowloading forestdb" | |
>>>>> Dowloading forestdb | |
--2018-10-24 13:26:30-- https://github.com/couchbase/forestdb/archive/v1.2.tar.gz | |
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112 | |
Connecting to github.com (github.com)|192.30.253.113|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://codeload.github.com/couchbase/forestdb/tar.gz/v1.2 [following] | |
--2018-10-24 13:26:32-- https://codeload.github.com/couchbase/forestdb/tar.gz/v1.2 | |
Resolving codeload.github.com (codeload.github.com)... 192.30.253.120, 192.30.253.121 | |
Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: unspecified [application/x-gzip] | |
Saving to: ‘/home/solano.palacio/ardb-forestdb/src/../deps/forestdb-1.2.tar.gz’ | |
/home/solano.palacio/ardb-forestdb/sr [ <=> ] 395,17K 215KB/s in 1,8s | |
2018-10-24 13:26:35 (215 KB/s) - ‘/home/solano.palacio/ardb-forestdb/src/../deps/forestdb-1.2.tar.gz’ saved [404652] | |
<<<<< Done dowloading forestdb | |
echo ">>>>> Unpacking forestdb" && \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps && \ | |
tar zxf /home/solano.palacio/ardb-forestdb/src/../deps/forestdb-1.2.tar.gz && \ | |
echo "<<<<< Done unpacking forestdb" | |
>>>>> Unpacking forestdb | |
<<<<< Done unpacking forestdb | |
echo ">>>>> Building forestdb" ; \ | |
cd /home/solano.palacio/ardb-forestdb/src/../deps/forestdb-1.2 ; sed -i 's/SHARED/STATIC/g' CMakeLists.txt ;\ | |
mkdir -p build ; cd build ;\ | |
SNAPPY_DIR=/home/solano.palacio/ardb-forestdb/src/../deps/snappy-1.1.4:/home/solano.palacio/ardb-forestdb/src/../deps/snappy-1.1.4/.libs cmake ../ ; \ | |
cc=`grep -c libaio /home/solano.palacio/ardb-forestdb/src/../deps/forestdb-1.2/build/CMakeCache.txt`; \ | |
echo ;\ | |
make ; \ | |
echo "<<<<< Done building forestdb" | |
>>>>> Building forestdb | |
/bin/sh: 4: cmake: not found | |
grep: /home/solano.palacio/ardb-forestdb/src/../deps/forestdb-1.2/build/CMakeCache.txt: No such file or directory | |
make[2]: Entering directory '/home/solano.palacio/ardb-forestdb/deps/forestdb-1.2/build' | |
make[2]: *** No targets specified and no makefile found. Stop. | |
make[2]: Leaving directory '/home/solano.palacio/ardb-forestdb/deps/forestdb-1.2/build' | |
<<<<< Done building forestdb | |
CXX db/forestdb/forestdb_engine.o | |
CXX config.o | |
CXX cron.o | |
CXX logger.o | |
CXX network.o | |
CXX types.o | |
CXX statistics.o | |
CXX background.o | |
CXX common/channel/channel.o | |
CXX common/channel/channel_handler_context.o | |
CXX common/channel/channel_service.o | |
CXX common/channel/channel_helper.o | |
CXX common/channel/channel_pipeline.o | |
CXX common/channel/socket/datagram_channel.o | |
CXX common/channel/socket/socket_channel.o | |
CXX common/channel/socket/serversocket_channel.o | |
CXX common/channel/socket/clientsocket_channel.o | |
CXX common/channel/fifo/fifo_channel.o | |
CXX common/channel/codec/int_header_frame_decoder.o | |
CXX common/channel/codec/dir_sync_decoder.o | |
CXX common/channel/codec/delimiter_frame_decoder.o | |
CXX common/channel/codec/redis_command_codec.o | |
CXX common/channel/codec/redis_reply_codec.o | |
CXX common/channel/codec/redis_reply.o | |
CXX common/channel/timer/timer_channel.o | |
CXX common/channel/timer/timer.o | |
CXX common/channel/timer/timer_task_queue.o | |
CXX common/channel/signal/soft_signal_channel.o | |
CXX common/channel/signal/signal_channel.o | |
CXX common/util/network_helper.o | |
CXX common/util/socket_address.o | |
CXX common/util/file_helper.o | |
CXX common/util/mmap.o | |
CXX common/util/datagram_packet.o | |
CXX common/util/time_helper.o | |
CXX common/util/string_helper.o | |
CXX common/util/system_helper.o | |
CXX common/util/config_helper.o | |
CXX common/util/math_helper.o | |
CXX common/util/exception/api_exception.o | |
CXX common/thread/event_condition.o | |
CXX common/thread/thread.o | |
CXX common/coro/coro_channel.o | |
CXX common/coro/scheduler.o | |
CXX common/buffer/buffer_helper.o | |
CXX common/buffer/buffer.o | |
CXX common/geo/geohash_helper.o | |
CC common/util/sha1.o | |
CC common/util/murmur3.o | |
CC common/util/sds.o | |
CC common/util/rand.o | |
CC common/coro/coro.o | |
common/coro/coro.c: In function ‘coro_create’: | |
common/coro/coro.c:366:16: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] | |
*--ctx->sp = (void *)abort; /* needed for alignment only */ | |
^ | |
common/coro/coro.c:367:16: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] | |
*--ctx->sp = (void *)coro_init; | |
^ | |
CC common/redis/zipmap.o | |
common/redis/zipmap.c: In function ‘zipmapResize’: | |
common/redis/zipmap.c:205:10: warning: implicit declaration of function ‘realloc’ [-Wimplicit-function-declaration] | |
zm = realloc(zm, len); | |
^ | |
common/redis/zipmap.c:205:10: warning: incompatible implicit declaration of built-in function ‘realloc’ | |
common/redis/zipmap.c:205:10: note: include ‘<stdlib.h>’ or provide a declaration of ‘realloc’ | |
CC common/redis/endianconv.o | |
CC common/redis/lzf_c.o | |
CC common/redis/lzf_d.o | |
CC common/redis/ziplist.o | |
CC common/redis/listpack.o | |
common/redis/listpack.c: In function ‘lpGet’: | |
common/redis/listpack.c:563:56: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t {aka long int}’ [-Wformat=] | |
*count = snprintf((char*)intbuf,LP_INTBUF_SIZE,"%lld",val); | |
^ | |
common/redis/listpack.c:563:56: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t {aka long int}’ [-Wformat=] | |
CC common/redis/crc64.o | |
CC common/redis/intset.o | |
CC common/geo/geohash.o | |
CC common/channel/redis/ae.o | |
CC common/channel/redis/zmalloc.o | |
CXX command/server.o | |
CXX command/transaction.o | |
CXX command/blocked.o | |
CXX command/connection.o | |
CXX command/merge.o | |
CXX command/slowlog.o | |
CXX command/migrate.o | |
CXX command/hyperloglog.o | |
CXX command/t_set.o | |
CXX command/t_stream.o | |
CXX command/t_zset.o | |
CXX command/sort.o | |
CXX command/t_string.o | |
CXX command/keys.o | |
CXX command/lua_scripting.o | |
CXX command/t_list.o | |
CXX command/pubsub.o | |
CXX command/geo.o | |
CXX command/t_bitset.o | |
CXX command/t_hash.o | |
CXX db/engine.o | |
CXX db/db_utils.o | |
CXX db/codec.o | |
CXX db/db.o | |
CXX db/engine_factory.o | |
CXX repl/snapshot.o | |
CXX repl/master.o | |
CXX repl/repl.o | |
CXX repl/slave.o | |
CC repl/swal.o | |
repl/swal.c: In function ‘swal_user_meta’: | |
repl/swal.c:195:16: warning: return makes pointer from integer without a cast [-Wint-conversion] | |
return -1; | |
^ | |
repl/swal.c: In function ‘swal_replay’: | |
repl/swal.c:290:29: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] | |
wal->last_replay_time = time(NULL); | |
^ | |
repl/swal.c:300:20: warning: unused variable ‘cache_end_idx’ [-Wunused-variable] | |
size_t cache_end_idx = wal->ring_cache_idx; | |
^ | |
repl/swal.c:349:28: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
func(wal->mmap_buf + start_pos, total, data); | |
^ | |
repl/swal.c:354:46: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
size_t consumed = func(wal->mmap_buf + start_pos, tlen, data); | |
^ | |
repl/swal.c:363:39: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
memcpy(tmp, wal->mmap_buf + start_pos + consumed, tlen - consumed); | |
^ | |
repl/swal.c:363:51: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
memcpy(tmp, wal->mmap_buf + start_pos + consumed, tlen - consumed); | |
^ | |
repl/swal.c: In function ‘swal_dump_ring_cache’: | |
repl/swal.c:448:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
write(fd, wal->ring_cache, wal->options.ring_cache_size); | |
^ | |
LINK libardb.a | |
CXX ../test/test_main.o | |
LINK test | |
g++: error: /home/solano.palacio/ardb-forestdb/src/../deps/forestdb-1.2/build/libforestdb.a: No such file or directory | |
Makefile:301: recipe for target 'test' failed | |
make[1]: *** [test] Error 1 | |
make[1]: Leaving directory '/home/solano.palacio/ardb-forestdb/src' | |
Makefile:4: recipe for target 'all' failed | |
make: *** [all] Error 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The three files in the gist are the install logs for the 3 different storage engines during ardb install. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
solano.palacio@AR-IT03759: ~/ardb-leveldb (master) $ storage_engine=leveldb make | |
cd src && make all | |
make[1]: Entering directory '/home/solano.palacio/ardb-leveldb/src' | |
rm -f db/engine_factory.o | |
echo ">>>>> Dowloading JEMALLOC" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps && \ | |
wget -O /home/solano.palacio/ardb-leveldb/src/../deps/jemalloc-5.1.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2 && \ | |
echo "<<<<< Done dowloading JEMALLOC" | |
>>>>> Dowloading JEMALLOC | |
--2018-10-24 13:18:25-- https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2 | |
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113 | |
Connecting to github.com (github.com)|192.30.253.112|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/13310527/f3c870e6-52c8-11e8-84f4-7caf181a1c6c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T161826Z&X-Amz-Expires=300&X-Amz-Signature=621c38a108ec7a1ce72df0a69d9916d17c6686c7b8778109ae7cd635d479f203&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Djemalloc-5.1.0.tar.bz2&response-content-type=application%2Foctet-stream [following] | |
--2018-10-24 13:18:26-- https://github-production-release-asset-2e65be.s3.amazonaws.com/13310527/f3c870e6-52c8-11e8-84f4-7caf181a1c6c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T161826Z&X-Amz-Expires=300&X-Amz-Signature=621c38a108ec7a1ce72df0a69d9916d17c6686c7b8778109ae7cd635d479f203&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Djemalloc-5.1.0.tar.bz2&response-content-type=application%2Foctet-stream | |
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.163.59 | |
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.163.59|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 515622 (504K) [application/octet-stream] | |
Saving to: ‘/home/solano.palacio/ardb-leveldb/src/../deps/jemalloc-5.1.0.tar.bz2’ | |
/home/solano.palacio/ardb-leveldb/src 100%[=======================================================================>] 503,54K 113KB/s in 4,5s | |
2018-10-24 13:18:32 (113 KB/s) - ‘/home/solano.palacio/ardb-leveldb/src/../deps/jemalloc-5.1.0.tar.bz2’ saved [515622/515622] | |
<<<<< Done dowloading JEMALLOC | |
echo ">>>>> Unpacking JEMALLOC" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps && \ | |
tar jxf /home/solano.palacio/ardb-leveldb/src/../deps/jemalloc-5.1.0.tar.bz2 && \ | |
echo "<<<<< Done unpacking JEMALLOC" | |
>>>>> Unpacking JEMALLOC | |
<<<<< Done unpacking JEMALLOC | |
echo ">>>>> Building JEMALLOC" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps/jemalloc-5.1.0 && \ | |
./configure && \ | |
make build_lib_static && \ | |
echo "<<<<< Done building JEMALLOC" | |
>>>>> Building JEMALLOC | |
checking for xsltproc... false | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether compiler is cray... no | |
checking whether compiler supports -std=gnu11... yes | |
checking whether compiler supports -Wall... yes | |
checking whether compiler supports -Wshorten-64-to-32... no | |
checking whether compiler supports -Wsign-compare... yes | |
checking whether compiler supports -Wundef... yes | |
checking whether compiler supports -Wno-format-zero-length... yes | |
checking whether compiler supports -pipe... yes | |
checking whether compiler supports -g3... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking whether g++ supports C++14 features by default... no | |
checking whether g++ supports C++14 features with -std=c++14... yes | |
checking whether compiler supports -Wall... yes | |
checking whether compiler supports -g3... yes | |
checking whether libstdc++ linkage is compilable... yes | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking size of void *... 8 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of intmax_t... 8 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking whether pause instruction is compilable... yes | |
checking number of significant virtual address bits... 48 | |
checking for ar... ar | |
checking for nm... nm | |
checking for gawk... gawk | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking whether malloc_usable_size definition can use const argument... no | |
checking for library containing log... -lm | |
checking whether __attribute__ syntax is compilable... yes | |
checking whether compiler supports -fvisibility=hidden... yes | |
checking whether compiler supports -fvisibility=hidden... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether tls_model attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether alloc_size attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether format(gnu_printf, ...) attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether format(printf, ...) attribute is compilable... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for ranlib... ranlib | |
checking for ld... /usr/bin/ld | |
checking for autoconf... false | |
checking for memalign... yes | |
checking for valloc... yes | |
checking for __libc_calloc... yes | |
checking for __libc_free... yes | |
checking for __libc_malloc... yes | |
checking for __libc_memalign... yes | |
checking for __libc_realloc... yes | |
checking for __libc_valloc... yes | |
checking for __posix_memalign... no | |
checking whether compiler supports -O3... yes | |
checking whether compiler supports -O3... yes | |
checking whether compiler supports -funroll-loops... yes | |
checking configured backtracing method... N/A | |
checking for sbrk... yes | |
checking whether utrace(2) is compilable... no | |
checking whether a program using __builtin_unreachable is compilable... yes | |
checking whether a program using __builtin_ffsl is compilable... yes | |
checking LG_PAGE... 12 | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_create in -lpthread... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for dlsym... no | |
checking for dlsym in -ldl... yes | |
checking whether pthread_atfork(3) is compilable... yes | |
checking whether pthread_setname_np(3) is compilable... yes | |
checking for library containing clock_gettime... none required | |
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes | |
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes | |
checking whether mach_absolute_time() is compilable... no | |
checking whether compiler supports -Werror... yes | |
checking whether syscall(2) is compilable... yes | |
checking for secure_getenv... yes | |
checking for sched_getcpu... yes | |
checking for sched_setaffinity... yes | |
checking for issetugid... no | |
checking for _malloc_thread_cleanup... no | |
checking for _pthread_mutex_init_calloc_cb... no | |
checking for TLS... yes | |
checking whether C11 atomics is compilable... yes | |
checking whether GCC __atomic atomics is compilable... yes | |
checking whether GCC __sync atomics is compilable... yes | |
checking whether Darwin OSAtomic*() is compilable... no | |
checking whether madvise(2) is compilable... yes | |
checking whether madvise(..., MADV_FREE) is compilable... no | |
checking whether madvise(..., MADV_DONTNEED) is compilable... yes | |
checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes | |
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes | |
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no | |
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no | |
checking for __builtin_clz... yes | |
checking whether Darwin os_unfair_lock_*() is compilable... no | |
checking whether Darwin OSSpin*() is compilable... no | |
checking whether glibc malloc hook is compilable... yes | |
checking whether glibc memalign hook is compilable... yes | |
checking whether pthreads adaptive mutexes is compilable... yes | |
checking whether compiler supports -D_GNU_SOURCE... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether strerror_r returns char with gnu source is compilable... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating jemalloc.pc | |
config.status: creating doc/html.xsl | |
config.status: creating doc/manpages.xsl | |
config.status: creating doc/jemalloc.xml | |
config.status: creating include/jemalloc/jemalloc_macros.h | |
config.status: creating include/jemalloc/jemalloc_protos.h | |
config.status: creating include/jemalloc/jemalloc_typedefs.h | |
config.status: creating include/jemalloc/internal/jemalloc_preamble.h | |
config.status: creating test/test.sh | |
config.status: creating test/include/test/jemalloc_test.h | |
config.status: creating config.stamp | |
config.status: creating bin/jemalloc-config | |
config.status: creating bin/jemalloc.sh | |
config.status: creating bin/jeprof | |
config.status: creating include/jemalloc/jemalloc_defs.h | |
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h | |
config.status: creating test/include/test/jemalloc_test_defs.h | |
config.status: executing include/jemalloc/internal/public_symbols.txt commands | |
config.status: executing include/jemalloc/internal/private_symbols.awk commands | |
config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands | |
config.status: executing include/jemalloc/internal/public_namespace.h commands | |
config.status: executing include/jemalloc/internal/public_unnamespace.h commands | |
config.status: executing include/jemalloc/internal/size_classes.h commands | |
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands | |
config.status: executing include/jemalloc/jemalloc_rename.h commands | |
config.status: executing include/jemalloc/jemalloc_mangle.h commands | |
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands | |
config.status: executing include/jemalloc/jemalloc.h commands | |
=============================================================================== | |
jemalloc version : 5.1.0-0-g61efbda7098de6fe64c362d309824864308c36d4 | |
library revision : 2 | |
CONFIG : | |
CC : gcc | |
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops | |
SPECIFIED_CFLAGS : | |
EXTRA_CFLAGS : | |
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT | |
CXX : g++ -std=c++14 | |
CONFIGURE_CXXFLAGS : -Wall -g3 -fvisibility=hidden -O3 | |
SPECIFIED_CXXFLAGS : | |
EXTRA_CXXFLAGS : | |
LDFLAGS : | |
EXTRA_LDFLAGS : | |
DSO_LDFLAGS : -shared -Wl,-soname,$(@F) | |
LIBS : -lm -lstdc++ -lpthread -ldl | |
RPATH_EXTRA : | |
XSLTPROC : false | |
XSLROOT : /usr/share/xml/docbook/stylesheet/docbook-xsl | |
PREFIX : /usr/local | |
BINDIR : /usr/local/bin | |
DATADIR : /usr/local/share | |
INCLUDEDIR : /usr/local/include | |
LIBDIR : /usr/local/lib | |
MANDIR : /usr/local/share/man | |
srcroot : | |
abs_srcroot : /home/solano.palacio/ardb-leveldb/deps/jemalloc-5.1.0/ | |
objroot : | |
abs_objroot : /home/solano.palacio/ardb-leveldb/deps/jemalloc-5.1.0/ | |
JEMALLOC_PREFIX : | |
JEMALLOC_PRIVATE_NAMESPACE | |
: je_ | |
install_suffix : | |
malloc_conf : | |
autogen : 0 | |
debug : 0 | |
stats : 1 | |
prof : 0 | |
prof-libunwind : 0 | |
prof-libgcc : 0 | |
prof-gcc : 0 | |
fill : 1 | |
utrace : 0 | |
xmalloc : 0 | |
log : 0 | |
lazy_lock : 0 | |
cache-oblivious : 1 | |
cxx : 1 | |
=============================================================================== | |
make[2]: Entering directory '/home/solano.palacio/ardb-leveldb/deps/jemalloc-5.1.0' | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c | |
nm -a src/jemalloc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c | |
nm -a src/arena.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c | |
nm -a src/background_thread.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c | |
nm -a src/base.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c | |
nm -a src/bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c | |
nm -a src/bitmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c | |
nm -a src/ckh.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c | |
nm -a src/ctl.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c | |
nm -a src/div.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c | |
nm -a src/extent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c | |
nm -a src/extent_dss.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c | |
nm -a src/extent_mmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c | |
nm -a src/hash.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o src/hooks.c | |
nm -a src/hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c | |
nm -a src/large.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c | |
nm -a src/log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c | |
nm -a src/malloc_io.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c | |
nm -a src/mutex.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c | |
nm -a src/mutex_pool.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c | |
nm -a src/nstime.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c | |
nm -a src/pages.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c | |
nm -a src/prng.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c | |
nm -a src/prof.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c | |
nm -a src/rtree.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c | |
nm -a src/stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c | |
nm -a src/sz.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c | |
nm -a src/tcache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c | |
nm -a src/ticker.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c | |
nm -a src/tsd.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c | |
nm -a src/witness.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym | |
/bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h | |
cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.o src/hooks.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c | |
g++ -std=c++14 -Wall -g3 -fvisibility=hidden -O3 -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.o src/jemalloc_cpp.cpp | |
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hooks.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/stats.o src/sz.o src/tcache.o src/ticker.o src/tsd.o src/witness.o src/jemalloc_cpp.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.pic.o src/background_thread.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.pic.o src/bin.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.pic.o src/div.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.pic.o src/extent_dss.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.pic.o src/extent_mmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.pic.o src/hooks.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.pic.o src/large.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.pic.o src/log.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.pic.o src/malloc_io.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.pic.o src/mutex_pool.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.pic.o src/nstime.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.pic.o src/prng.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.pic.o src/sz.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.pic.o src/ticker.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.pic.o src/witness.c | |
g++ -std=c++14 -Wall -g3 -fvisibility=hidden -O3 -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.pic.o src/jemalloc_cpp.cpp | |
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bitmap.pic.o src/ckh.pic.o src/ctl.pic.o src/div.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/hash.pic.o src/hooks.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/mutex_pool.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/rtree.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/jemalloc_cpp.pic.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[2]: Leaving directory '/home/solano.palacio/ardb-leveldb/deps/jemalloc-5.1.0' | |
<<<<< Done building JEMALLOC | |
echo ">>>>> Building LUA" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps/lua/src && \ | |
make all CFLAGS="-O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='"0.10.0"' -DCORO_ASM" MYLDFLAGS="-g" && \ | |
echo ">>>>> Done building LUA" | |
>>>>> Building LUA | |
make[2]: Entering directory '/home/solano.palacio/ardb-leveldb/deps/lua/src' | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lapi.o lapi.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lcode.o lcode.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldebug.o ldebug.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldo.o ldo.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldump.o ldump.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lfunc.o lfunc.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lgc.o lgc.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o llex.o llex.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lmem.o lmem.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lobject.o lobject.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lopcodes.o lopcodes.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lparser.o lparser.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstate.o lstate.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstring.o lstring.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltable.o ltable.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltm.o ltm.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lundump.o lundump.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lvm.o lvm.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lzio.o lzio.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o strbuf.o strbuf.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lauxlib.o lauxlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lbaselib.o lbaselib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldblib.o ldblib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o liolib.o liolib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lmathlib.o lmathlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o loslib.o loslib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltablib.o ltablib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstrlib.o lstrlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o loadlib.o loadlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o linit.o linit.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_cjson.o lua_cjson.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_struct.o lua_struct.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_cmsgpack.o lua_cmsgpack.c | |
lua_cmsgpack.c: In function ‘table_is_an_array’: | |
lua_cmsgpack.c:370:21: warning: variable ‘max’ set but not used [-Wunused-but-set-variable] | |
long count = 0, max = 0, idx = 0; | |
^ | |
ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o # DLL needs all object files | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
ranlib liblua.a | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua.o lua.c | |
cc -o lua -g lua.o liblua.a -lm | |
liblua.a(loslib.o): In function `os_tmpname': | |
/home/solano.palacio/ardb-leveldb/deps/lua/src/loslib.c:60: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o luac.o luac.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o print.o print.c | |
cc -o luac -g luac.o print.o liblua.a -lm | |
make[2]: Leaving directory '/home/solano.palacio/ardb-leveldb/deps/lua/src' | |
>>>>> Done building LUA | |
echo ">>>>> Dowloading Snappy" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps && \ | |
wget -O /home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4.tar.gz https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz && \ | |
echo "<<<<< Done dowloading Snappy" | |
>>>>> Dowloading Snappy | |
--2018-10-24 13:19:22-- https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz | |
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112 | |
Connecting to github.com (github.com)|192.30.253.113|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/17381605/9b6ce51a-e4da-11e6-97b8-ce7eaee056f7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T161926Z&X-Amz-Expires=300&X-Amz-Signature=04537a80fca777dcc3275a55bd18c1ebb52b0f1ef866ae0d1639f450260567d4&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsnappy-1.1.4.tar.gz&response-content-type=application%2Foctet-stream [following] | |
--2018-10-24 13:19:26-- https://github-production-release-asset-2e65be.s3.amazonaws.com/17381605/9b6ce51a-e4da-11e6-97b8-ce7eaee056f7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T161926Z&X-Amz-Expires=300&X-Amz-Signature=04537a80fca777dcc3275a55bd18c1ebb52b0f1ef866ae0d1639f450260567d4&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsnappy-1.1.4.tar.gz&response-content-type=application%2Foctet-stream | |
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.225.160 | |
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.225.160|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1491767 (1,4M) [application/octet-stream] | |
Saving to: ‘/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4.tar.gz’ | |
/home/solano.palacio/ardb-leveldb/src 100%[=======================================================================>] 1,42M 301KB/s in 7,3s | |
2018-10-24 13:19:34 (198 KB/s) - ‘/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4.tar.gz’ saved [1491767/1491767] | |
<<<<< Done dowloading Snappy | |
cd /home/solano.palacio/ardb-leveldb/src/../deps && \ | |
tar zxf /home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4.tar.gz | |
echo ">>>>> Building SNAPPY" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 && \ | |
./configure CXXFLAGS="" > configure.out && \ | |
make libsnappy.la && \ | |
echo "<<<<< Done building SNAPPY" | |
>>>>> Building SNAPPY | |
make[2]: Entering directory '/home/solano.palacio/ardb-leveldb/deps/snappy-1.1.4' | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -fPIC -DPIC -o .libs/snappy.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -o snappy.o >/dev/null 2>&1 | |
mv -f .deps/snappy.Tpo .deps/snappy.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy-sinksource.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -o snappy-sinksource.o >/dev/null 2>&1 | |
mv -f .deps/snappy-sinksource.Tpo .deps/snappy-sinksource.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy-stubs-internal.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -o snappy-stubs-internal.o >/dev/null 2>&1 | |
mv -f .deps/snappy-stubs-internal.Tpo .deps/snappy-stubs-internal.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -fPIC -DPIC -o .libs/snappy-c.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -o snappy-c.o >/dev/null 2>&1 | |
mv -f .deps/snappy-c.Tpo .deps/snappy-c.Plo | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -version-info 4:1:3 -o libsnappy.la -rpath /usr/local/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.3.1 | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.3.1" "libsnappy.so.1") | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.3.1" "libsnappy.so") | |
libtool: link: ar cru .libs/libsnappy.a snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libsnappy.a | |
libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" ) | |
make[2]: Leaving directory '/home/solano.palacio/ardb-leveldb/deps/snappy-1.1.4' | |
<<<<< Done building SNAPPY | |
echo ">>>>> Building sparsehash" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps; tar zxvf /home/solano.palacio/ardb-leveldb/src/../deps/sparsehash-sparsehash-2.0.3.tar.gz;\ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps/sparsehash-sparsehash-2.0.3; ./configure; \ | |
make src/sparsehash/internal/sparseconfig.h && \ | |
echo ">>>>> Done building sparsehash" | |
>>>>> Building sparsehash | |
sparsehash-sparsehash-2.0.3/ | |
sparsehash-sparsehash-2.0.3/.gitignore | |
sparsehash-sparsehash-2.0.3/AUTHORS | |
sparsehash-sparsehash-2.0.3/COPYING | |
sparsehash-sparsehash-2.0.3/ChangeLog | |
sparsehash-sparsehash-2.0.3/INSTALL | |
sparsehash-sparsehash-2.0.3/Makefile.am | |
sparsehash-sparsehash-2.0.3/Makefile.in | |
sparsehash-sparsehash-2.0.3/NEWS | |
sparsehash-sparsehash-2.0.3/README | |
sparsehash-sparsehash-2.0.3/README_windows.txt | |
sparsehash-sparsehash-2.0.3/TODO | |
sparsehash-sparsehash-2.0.3/aclocal.m4 | |
sparsehash-sparsehash-2.0.3/autogen.sh | |
sparsehash-sparsehash-2.0.3/config.guess | |
sparsehash-sparsehash-2.0.3/config.sub | |
sparsehash-sparsehash-2.0.3/configure | |
sparsehash-sparsehash-2.0.3/configure.ac | |
sparsehash-sparsehash-2.0.3/depcomp | |
sparsehash-sparsehash-2.0.3/doc/ | |
sparsehash-sparsehash-2.0.3/doc/dense_hash_map.html | |
sparsehash-sparsehash-2.0.3/doc/dense_hash_set.html | |
sparsehash-sparsehash-2.0.3/doc/designstyle.css | |
sparsehash-sparsehash-2.0.3/doc/implementation.html | |
sparsehash-sparsehash-2.0.3/doc/index.html | |
sparsehash-sparsehash-2.0.3/doc/performance.html | |
sparsehash-sparsehash-2.0.3/doc/sparse_hash_map.html | |
sparsehash-sparsehash-2.0.3/doc/sparse_hash_set.html | |
sparsehash-sparsehash-2.0.3/doc/sparsetable.html | |
sparsehash-sparsehash-2.0.3/experimental/ | |
sparsehash-sparsehash-2.0.3/experimental/Makefile | |
sparsehash-sparsehash-2.0.3/experimental/README | |
sparsehash-sparsehash-2.0.3/experimental/example.c | |
sparsehash-sparsehash-2.0.3/experimental/libchash.c | |
sparsehash-sparsehash-2.0.3/experimental/libchash.h | |
sparsehash-sparsehash-2.0.3/google-sparsehash.sln | |
sparsehash-sparsehash-2.0.3/install-sh | |
sparsehash-sparsehash-2.0.3/m4/ | |
sparsehash-sparsehash-2.0.3/m4/acx_pthread.m4 | |
sparsehash-sparsehash-2.0.3/m4/google_namespace.m4 | |
sparsehash-sparsehash-2.0.3/m4/namespaces.m4 | |
sparsehash-sparsehash-2.0.3/m4/stl_hash.m4 | |
sparsehash-sparsehash-2.0.3/m4/stl_hash_fun.m4 | |
sparsehash-sparsehash-2.0.3/missing | |
sparsehash-sparsehash-2.0.3/packages/ | |
sparsehash-sparsehash-2.0.3/packages/deb.sh | |
sparsehash-sparsehash-2.0.3/packages/deb/ | |
sparsehash-sparsehash-2.0.3/packages/deb/README | |
sparsehash-sparsehash-2.0.3/packages/deb/changelog | |
sparsehash-sparsehash-2.0.3/packages/deb/compat | |
sparsehash-sparsehash-2.0.3/packages/deb/control | |
sparsehash-sparsehash-2.0.3/packages/deb/copyright | |
sparsehash-sparsehash-2.0.3/packages/deb/docs | |
sparsehash-sparsehash-2.0.3/packages/deb/rules | |
sparsehash-sparsehash-2.0.3/packages/deb/sparsehash.dirs | |
sparsehash-sparsehash-2.0.3/packages/deb/sparsehash.install | |
sparsehash-sparsehash-2.0.3/packages/rpm.sh | |
sparsehash-sparsehash-2.0.3/packages/rpm/ | |
sparsehash-sparsehash-2.0.3/packages/rpm/rpm.spec | |
sparsehash-sparsehash-2.0.3/sparsehash.sln | |
sparsehash-sparsehash-2.0.3/src/ | |
sparsehash-sparsehash-2.0.3/src/config.h.in | |
sparsehash-sparsehash-2.0.3/src/config.h.include | |
sparsehash-sparsehash-2.0.3/src/google/ | |
sparsehash-sparsehash-2.0.3/src/google/dense_hash_map | |
sparsehash-sparsehash-2.0.3/src/google/dense_hash_set | |
sparsehash-sparsehash-2.0.3/src/google/sparse_hash_map | |
sparsehash-sparsehash-2.0.3/src/google/sparse_hash_set | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/densehashtable.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/hashtable-common.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/libc_allocator_with_realloc.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/sparsehashtable.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsetable | |
sparsehash-sparsehash-2.0.3/src/google/template_util.h | |
sparsehash-sparsehash-2.0.3/src/google/type_traits.h | |
sparsehash-sparsehash-2.0.3/src/hash_test_interface.h | |
sparsehash-sparsehash-2.0.3/src/hashtable_test.cc | |
sparsehash-sparsehash-2.0.3/src/libc_allocator_with_realloc_test.cc | |
sparsehash-sparsehash-2.0.3/src/simple_compat_test.cc | |
sparsehash-sparsehash-2.0.3/src/simple_test.cc | |
sparsehash-sparsehash-2.0.3/src/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/sparsehash/dense_hash_map | |
sparsehash-sparsehash-2.0.3/src/sparsehash/dense_hash_set | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/ | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/densehashtable.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/hashtable-common.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/libc_allocator_with_realloc.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/sparsehashtable.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparse_hash_map | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparse_hash_set | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparsetable | |
sparsehash-sparsehash-2.0.3/src/sparsehash/template_util.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/type_traits.h | |
sparsehash-sparsehash-2.0.3/src/sparsetable_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/template_util_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/testutil.h | |
sparsehash-sparsehash-2.0.3/src/time_hash_map.cc | |
sparsehash-sparsehash-2.0.3/src/type_traits_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/windows/ | |
sparsehash-sparsehash-2.0.3/src/windows/config.h | |
sparsehash-sparsehash-2.0.3/src/windows/google/ | |
sparsehash-sparsehash-2.0.3/src/windows/google/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/windows/google/sparsehash/sparseconfig.h | |
sparsehash-sparsehash-2.0.3/src/windows/port.cc | |
sparsehash-sparsehash-2.0.3/src/windows/port.h | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/internal/ | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/internal/sparseconfig.h | |
sparsehash-sparsehash-2.0.3/vsprojects/ | |
sparsehash-sparsehash-2.0.3/vsprojects/hashtable_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/hashtable_test/hashtable_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/libc_allocator_with_realloc_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/simple_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/simple_test/simple_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/sparsetable_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/template_util_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/template_util_unittest/template_util_unittest.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/time_hash_map/ | |
sparsehash-sparsehash-2.0.3/vsprojects/time_hash_map/time_hash_map.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/type_traits_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/type_traits_unittest/type_traits_unittest.vcproj | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for g++... g++ | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of g++... gcc3 | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for uint16_t... yes | |
checking for u_int16_t... yes | |
checking for __uint16... no | |
checking for long long... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking google/malloc_extension.h usability... no | |
checking google/malloc_extension.h presence... no | |
checking for google/malloc_extension.h... no | |
checking whether the compiler implements namespaces... yes | |
checking the location of hash_map... <tr1/unordered_map> | |
checking how to include hash_fun directly... <tr1/functional> | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
make[2]: Entering directory '/home/solano.palacio/ardb-leveldb/deps/sparsehash-sparsehash-2.0.3' | |
[ -d src/sparsehash/internal ] || mkdir -p src/sparsehash/internal | |
echo "/*" > src/sparsehash/internal/_sparsehash_config | |
echo " * NOTE: This file is for internal use only." >> src/sparsehash/internal/_sparsehash_config | |
echo " * Do not use these #defines in your own program!" >> src/sparsehash/internal/_sparsehash_config | |
echo " */" >> src/sparsehash/internal/_sparsehash_config | |
gawk '{prevline=currline; currline=$0;} \ | |
/^#/ {in_second_file = 1;} \ | |
!in_second_file {if (currline !~ /^ *$/) {inc[currline]=0}}; \ | |
in_second_file { for (i in inc) { \ | |
if (index(currline, i) != 0) { \ | |
print "\n"prevline"\n"currline; \ | |
delete inc[i]; \ | |
} \ | |
} }' \ | |
./src/config.h.include ./src/config.h \ | |
>> src/sparsehash/internal/_sparsehash_config | |
mv -f src/sparsehash/internal/_sparsehash_config src/sparsehash/internal/sparseconfig.h | |
make[2]: Leaving directory '/home/solano.palacio/ardb-leveldb/deps/sparsehash-sparsehash-2.0.3' | |
>>>>> Done building sparsehash | |
echo ">>>>> Dowloading LevelDB" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps && \ | |
wget -O /home/solano.palacio/ardb-leveldb/src/../deps/leveldb-1.20.tar.gz https://github.com/google/leveldb/archive/v1.20.tar.gz && \ | |
echo "<<<<< Done dowloading LevelDB" | |
>>>>> Dowloading LevelDB | |
--2018-10-24 13:19:48-- https://github.com/google/leveldb/archive/v1.20.tar.gz | |
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112 | |
Connecting to github.com (github.com)|192.30.253.113|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://codeload.github.com/google/leveldb/tar.gz/v1.20 [following] | |
--2018-10-24 13:19:49-- https://codeload.github.com/google/leveldb/tar.gz/v1.20 | |
Resolving codeload.github.com (codeload.github.com)... 192.30.253.121, 192.30.253.120 | |
Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: unspecified [application/x-gzip] | |
Saving to: ‘/home/solano.palacio/ardb-leveldb/src/../deps/leveldb-1.20.tar.gz’ | |
/home/solano.palacio/ardb-leveldb/src [ <=> ] 217,91K 243KB/s in 0,9s | |
2018-10-24 13:19:51 (243 KB/s) - ‘/home/solano.palacio/ardb-leveldb/src/../deps/leveldb-1.20.tar.gz’ saved [223141] | |
<<<<< Done dowloading LevelDB | |
echo ">>>>> Unpacking LEVELDB" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps && \ | |
tar zxf /home/solano.palacio/ardb-leveldb/src/../deps/leveldb-1.20.tar.gz && \ | |
echo "<<<<< Done unpacking LEVELDB" | |
>>>>> Unpacking LEVELDB | |
<<<<< Done unpacking LEVELDB | |
echo ">>>>> Building LEVELDB" && \ | |
cd /home/solano.palacio/ardb-leveldb/src/../deps/leveldb-1.20 && \ | |
OPT="-g -O2" \ | |
CXXFLAGS="-I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control" \ | |
CFLAGS="-I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4" \ | |
LDFLAGS="/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4/.libs" \ | |
make out-static/libleveldb.a && \ | |
echo "<<<<< Done building LEVELDB" | |
>>>>> Building LEVELDB | |
make[2]: Entering directory '/home/solano.palacio/ardb-leveldb/deps/leveldb-1.20' | |
mkdir out-static | |
mkdir out-static/db | |
mkdir out-static/port | |
mkdir out-static/table | |
mkdir out-static/util | |
mkdir -p out-static/helpers/memenv | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/builder.cc -o out-static/db/builder.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/c.cc -o out-static/db/c.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/dbformat.cc -o out-static/db/dbformat.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/db_impl.cc -o out-static/db/db_impl.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/db_iter.cc -o out-static/db/db_iter.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/dumpfile.cc -o out-static/db/dumpfile.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/filename.cc -o out-static/db/filename.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/log_reader.cc -o out-static/db/log_reader.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/log_writer.cc -o out-static/db/log_writer.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/memtable.cc -o out-static/db/memtable.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/repair.cc -o out-static/db/repair.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/table_cache.cc -o out-static/db/table_cache.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/version_edit.cc -o out-static/db/version_edit.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/version_set.cc -o out-static/db/version_set.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c db/write_batch.cc -o out-static/db/write_batch.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/block_builder.cc -o out-static/table/block_builder.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/block.cc -o out-static/table/block.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/filter_block.cc -o out-static/table/filter_block.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/format.cc -o out-static/table/format.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/iterator.cc -o out-static/table/iterator.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/merger.cc -o out-static/table/merger.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/table_builder.cc -o out-static/table/table_builder.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/table.cc -o out-static/table/table.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c table/two_level_iterator.cc -o out-static/table/two_level_iterator.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/arena.cc -o out-static/util/arena.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/bloom.cc -o out-static/util/bloom.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/cache.cc -o out-static/util/cache.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/coding.cc -o out-static/util/coding.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/comparator.cc -o out-static/util/comparator.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/crc32c.cc -o out-static/util/crc32c.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/env.cc -o out-static/util/env.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/env_posix.cc -o out-static/util/env_posix.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/filter_policy.cc -o out-static/util/filter_policy.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/hash.cc -o out-static/util/hash.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/histogram.cc -o out-static/util/histogram.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/logging.cc -o out-static/util/logging.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/options.cc -o out-static/util/options.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c util/status.cc -o out-static/util/status.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -c port/port_posix.cc -o out-static/port/port_posix.o | |
g++ -I/home/solano.palacio/ardb-leveldb/src/../deps/snappy-1.1.4 -fno-access-control -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -DSNAPPY -g -O2 -msse4.2 -DLEVELDB_PLATFORM_POSIX_SSE -c port/port_posix_sse.cc -o out-static/port/port_posix_sse.o | |
rm -f out-static/libleveldb.a | |
ar -rs out-static/libleveldb.a out-static/db/builder.o out-static/db/c.o out-static/db/dbformat.o out-static/db/db_impl.o out-static/db/db_iter.o out-static/db/dumpfile.o out-static/db/filename.o out-static/db/log_reader.o out-static/db/log_writer.o out-static/db/memtable.o out-static/db/repair.o out-static/db/table_cache.o out-static/db/version_edit.o out-static/db/version_set.o out-static/db/write_batch.o out-static/table/block_builder.o out-static/table/block.o out-static/table/filter_block.o out-static/table/format.o out-static/table/iterator.o out-static/table/merger.o out-static/table/table_builder.o out-static/table/table.o out-static/table/two_level_iterator.o out-static/util/arena.o out-static/util/bloom.o out-static/util/cache.o out-static/util/coding.o out-static/util/comparator.o out-static/util/crc32c.o out-static/util/env.o out-static/util/env_posix.o out-static/util/filter_policy.o out-static/util/hash.o out-static/util/histogram.o out-static/util/logging.o out-static/util/options.o out-static/util/status.o out-static/port/port_posix.o out-static/port/port_posix_sse.o | |
ar: creating out-static/libleveldb.a | |
make[2]: Leaving directory '/home/solano.palacio/ardb-leveldb/deps/leveldb-1.20' | |
<<<<< Done building LEVELDB | |
CXX db/leveldb/leveldb_engine.o | |
CXX config.o | |
CXX cron.o | |
CXX logger.o | |
CXX network.o | |
CXX types.o | |
CXX statistics.o | |
CXX background.o | |
CXX common/channel/channel.o | |
CXX common/channel/channel_handler_context.o | |
CXX common/channel/channel_service.o | |
CXX common/channel/channel_helper.o | |
CXX common/channel/channel_pipeline.o | |
CXX common/channel/socket/datagram_channel.o | |
CXX common/channel/socket/socket_channel.o | |
CXX common/channel/socket/serversocket_channel.o | |
CXX common/channel/socket/clientsocket_channel.o | |
CXX common/channel/fifo/fifo_channel.o | |
CXX common/channel/codec/int_header_frame_decoder.o | |
CXX common/channel/codec/dir_sync_decoder.o | |
CXX common/channel/codec/delimiter_frame_decoder.o | |
CXX common/channel/codec/redis_command_codec.o | |
CXX common/channel/codec/redis_reply_codec.o | |
CXX common/channel/codec/redis_reply.o | |
CXX common/channel/timer/timer_channel.o | |
CXX common/channel/timer/timer.o | |
CXX common/channel/timer/timer_task_queue.o | |
CXX common/channel/signal/soft_signal_channel.o | |
CXX common/channel/signal/signal_channel.o | |
CXX common/util/network_helper.o | |
CXX common/util/socket_address.o | |
CXX common/util/file_helper.o | |
CXX common/util/mmap.o | |
CXX common/util/datagram_packet.o | |
CXX common/util/time_helper.o | |
CXX common/util/string_helper.o | |
CXX common/util/system_helper.o | |
CXX common/util/config_helper.o | |
CXX common/util/math_helper.o | |
CXX common/util/exception/api_exception.o | |
CXX common/thread/event_condition.o | |
CXX common/thread/thread.o | |
CXX common/coro/coro_channel.o | |
CXX common/coro/scheduler.o | |
CXX common/buffer/buffer_helper.o | |
CXX common/buffer/buffer.o | |
CXX common/geo/geohash_helper.o | |
CC common/util/sha1.o | |
CC common/util/murmur3.o | |
CC common/util/sds.o | |
CC common/util/rand.o | |
CC common/coro/coro.o | |
common/coro/coro.c: In function ‘coro_create’: | |
common/coro/coro.c:366:16: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] | |
*--ctx->sp = (void *)abort; /* needed for alignment only */ | |
^ | |
common/coro/coro.c:367:16: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] | |
*--ctx->sp = (void *)coro_init; | |
^ | |
CC common/redis/zipmap.o | |
common/redis/zipmap.c: In function ‘zipmapResize’: | |
common/redis/zipmap.c:205:10: warning: implicit declaration of function ‘realloc’ [-Wimplicit-function-declaration] | |
zm = realloc(zm, len); | |
^ | |
common/redis/zipmap.c:205:10: warning: incompatible implicit declaration of built-in function ‘realloc’ | |
common/redis/zipmap.c:205:10: note: include ‘<stdlib.h>’ or provide a declaration of ‘realloc’ | |
CC common/redis/endianconv.o | |
CC common/redis/lzf_c.o | |
CC common/redis/lzf_d.o | |
CC common/redis/ziplist.o | |
CC common/redis/listpack.o | |
common/redis/listpack.c: In function ‘lpGet’: | |
common/redis/listpack.c:563:56: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t {aka long int}’ [-Wformat=] | |
*count = snprintf((char*)intbuf,LP_INTBUF_SIZE,"%lld",val); | |
^ | |
common/redis/listpack.c:563:56: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t {aka long int}’ [-Wformat=] | |
CC common/redis/crc64.o | |
CC common/redis/intset.o | |
CC common/geo/geohash.o | |
CC common/channel/redis/ae.o | |
CC common/channel/redis/zmalloc.o | |
CXX command/server.o | |
CXX command/transaction.o | |
CXX command/blocked.o | |
CXX command/connection.o | |
CXX command/merge.o | |
CXX command/slowlog.o | |
CXX command/migrate.o | |
CXX command/hyperloglog.o | |
CXX command/t_set.o | |
CXX command/t_stream.o | |
CXX command/t_zset.o | |
CXX command/sort.o | |
CXX command/t_string.o | |
CXX command/keys.o | |
CXX command/lua_scripting.o | |
CXX command/t_list.o | |
CXX command/pubsub.o | |
CXX command/geo.o | |
CXX command/t_bitset.o | |
CXX command/t_hash.o | |
CXX db/engine.o | |
CXX db/db_utils.o | |
CXX db/codec.o | |
CXX db/db.o | |
CXX db/engine_factory.o | |
CXX repl/snapshot.o | |
CXX repl/master.o | |
CXX repl/repl.o | |
CXX repl/slave.o | |
CC repl/swal.o | |
repl/swal.c: In function ‘swal_user_meta’: | |
repl/swal.c:195:16: warning: return makes pointer from integer without a cast [-Wint-conversion] | |
return -1; | |
^ | |
repl/swal.c: In function ‘swal_replay’: | |
repl/swal.c:290:29: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] | |
wal->last_replay_time = time(NULL); | |
^ | |
repl/swal.c:300:20: warning: unused variable ‘cache_end_idx’ [-Wunused-variable] | |
size_t cache_end_idx = wal->ring_cache_idx; | |
^ | |
repl/swal.c:349:28: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
func(wal->mmap_buf + start_pos, total, data); | |
^ | |
repl/swal.c:354:46: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
size_t consumed = func(wal->mmap_buf + start_pos, tlen, data); | |
^ | |
repl/swal.c:363:39: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
memcpy(tmp, wal->mmap_buf + start_pos + consumed, tlen - consumed); | |
^ | |
repl/swal.c:363:51: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
memcpy(tmp, wal->mmap_buf + start_pos + consumed, tlen - consumed); | |
^ | |
repl/swal.c: In function ‘swal_dump_ring_cache’: | |
repl/swal.c:448:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
write(fd, wal->ring_cache, wal->options.ring_cache_size); | |
^ | |
LINK libardb.a | |
CXX ../test/test_main.o | |
LINK test | |
CXX main.o | |
LINK server | |
CXX tools/repair.o | |
LINK repair | |
make[1]: Leaving directory '/home/solano.palacio/ardb-leveldb/src' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
solano.palacio@AR-IT03759: ~/ardb (master) $ make | |
cd src && make all | |
make[1]: Entering directory '/home/solano.palacio/ardb/src' | |
echo ">>>>> Dowloading JEMALLOC" && \ | |
cd /home/solano.palacio/ardb/src/../deps && \ | |
wget -O /home/solano.palacio/ardb/src/../deps/jemalloc-5.1.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2 && \ | |
echo "<<<<< Done dowloading JEMALLOC" | |
>>>>> Dowloading JEMALLOC | |
--2018-10-24 12:57:41-- https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2 | |
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113 | |
Connecting to github.com (github.com)|192.30.253.112|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/13310527/f3c870e6-52c8-11e8-84f4-7caf181a1c6c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T155742Z&X-Amz-Expires=300&X-Amz-Signature=8dd00f4089ee40ebf5b7d5fb8b775803cf954d658f3259127528a42ac2755047&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Djemalloc-5.1.0.tar.bz2&response-content-type=application%2Foctet-stream [following] | |
--2018-10-24 12:57:42-- https://github-production-release-asset-2e65be.s3.amazonaws.com/13310527/f3c870e6-52c8-11e8-84f4-7caf181a1c6c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T155742Z&X-Amz-Expires=300&X-Amz-Signature=8dd00f4089ee40ebf5b7d5fb8b775803cf954d658f3259127528a42ac2755047&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Djemalloc-5.1.0.tar.bz2&response-content-type=application%2Foctet-stream | |
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.161.219 | |
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.161.219|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 515622 (504K) [application/octet-stream] | |
Saving to: ‘/home/solano.palacio/ardb/src/../deps/jemalloc-5.1.0.tar.bz2’ | |
/home/solano.palacio/ardb/src/../deps 100%[=======================================================================>] 503,54K 315KB/s in 1,6s | |
2018-10-24 12:57:45 (315 KB/s) - ‘/home/solano.palacio/ardb/src/../deps/jemalloc-5.1.0.tar.bz2’ saved [515622/515622] | |
<<<<< Done dowloading JEMALLOC | |
echo ">>>>> Unpacking JEMALLOC" && \ | |
cd /home/solano.palacio/ardb/src/../deps && \ | |
tar jxf /home/solano.palacio/ardb/src/../deps/jemalloc-5.1.0.tar.bz2 && \ | |
echo "<<<<< Done unpacking JEMALLOC" | |
>>>>> Unpacking JEMALLOC | |
<<<<< Done unpacking JEMALLOC | |
echo ">>>>> Building JEMALLOC" && \ | |
cd /home/solano.palacio/ardb/src/../deps/jemalloc-5.1.0 && \ | |
./configure && \ | |
make build_lib_static && \ | |
echo "<<<<< Done building JEMALLOC" | |
>>>>> Building JEMALLOC | |
checking for xsltproc... false | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether compiler is cray... no | |
checking whether compiler supports -std=gnu11... yes | |
checking whether compiler supports -Wall... yes | |
checking whether compiler supports -Wshorten-64-to-32... no | |
checking whether compiler supports -Wsign-compare... yes | |
checking whether compiler supports -Wundef... yes | |
checking whether compiler supports -Wno-format-zero-length... yes | |
checking whether compiler supports -pipe... yes | |
checking whether compiler supports -g3... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking whether g++ supports C++14 features by default... no | |
checking whether g++ supports C++14 features with -std=c++14... yes | |
checking whether compiler supports -Wall... yes | |
checking whether compiler supports -g3... yes | |
checking whether libstdc++ linkage is compilable... yes | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether byte ordering is bigendian... no | |
checking size of void *... 8 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of intmax_t... 8 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking whether pause instruction is compilable... yes | |
checking number of significant virtual address bits... 48 | |
checking for ar... ar | |
checking for nm... nm | |
checking for gawk... gawk | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking whether malloc_usable_size definition can use const argument... no | |
checking for library containing log... -lm | |
checking whether __attribute__ syntax is compilable... yes | |
checking whether compiler supports -fvisibility=hidden... yes | |
checking whether compiler supports -fvisibility=hidden... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether tls_model attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether alloc_size attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether format(gnu_printf, ...) attribute is compilable... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether format(printf, ...) attribute is compilable... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for ranlib... ranlib | |
checking for ld... /usr/bin/ld | |
checking for autoconf... false | |
checking for memalign... yes | |
checking for valloc... yes | |
checking for __libc_calloc... yes | |
checking for __libc_free... yes | |
checking for __libc_malloc... yes | |
checking for __libc_memalign... yes | |
checking for __libc_realloc... yes | |
checking for __libc_valloc... yes | |
checking for __posix_memalign... no | |
checking whether compiler supports -O3... yes | |
checking whether compiler supports -O3... yes | |
checking whether compiler supports -funroll-loops... yes | |
checking configured backtracing method... N/A | |
checking for sbrk... yes | |
checking whether utrace(2) is compilable... no | |
checking whether a program using __builtin_unreachable is compilable... yes | |
checking whether a program using __builtin_ffsl is compilable... yes | |
checking LG_PAGE... 12 | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_create in -lpthread... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for dlsym... no | |
checking for dlsym in -ldl... yes | |
checking whether pthread_atfork(3) is compilable... yes | |
checking whether pthread_setname_np(3) is compilable... yes | |
checking for library containing clock_gettime... none required | |
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes | |
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes | |
checking whether mach_absolute_time() is compilable... no | |
checking whether compiler supports -Werror... yes | |
checking whether syscall(2) is compilable... yes | |
checking for secure_getenv... yes | |
checking for sched_getcpu... yes | |
checking for sched_setaffinity... yes | |
checking for issetugid... no | |
checking for _malloc_thread_cleanup... no | |
checking for _pthread_mutex_init_calloc_cb... no | |
checking for TLS... yes | |
checking whether C11 atomics is compilable... yes | |
checking whether GCC __atomic atomics is compilable... yes | |
checking whether GCC __sync atomics is compilable... yes | |
checking whether Darwin OSAtomic*() is compilable... no | |
checking whether madvise(2) is compilable... yes | |
checking whether madvise(..., MADV_FREE) is compilable... no | |
checking whether madvise(..., MADV_DONTNEED) is compilable... yes | |
checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes | |
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes | |
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no | |
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no | |
checking for __builtin_clz... yes | |
checking whether Darwin os_unfair_lock_*() is compilable... no | |
checking whether Darwin OSSpin*() is compilable... no | |
checking whether glibc malloc hook is compilable... yes | |
checking whether glibc memalign hook is compilable... yes | |
checking whether pthreads adaptive mutexes is compilable... yes | |
checking whether compiler supports -D_GNU_SOURCE... yes | |
checking whether compiler supports -Werror... yes | |
checking whether compiler supports -herror_on_warning... no | |
checking whether strerror_r returns char with gnu source is compilable... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating jemalloc.pc | |
config.status: creating doc/html.xsl | |
config.status: creating doc/manpages.xsl | |
config.status: creating doc/jemalloc.xml | |
config.status: creating include/jemalloc/jemalloc_macros.h | |
config.status: creating include/jemalloc/jemalloc_protos.h | |
config.status: creating include/jemalloc/jemalloc_typedefs.h | |
config.status: creating include/jemalloc/internal/jemalloc_preamble.h | |
config.status: creating test/test.sh | |
config.status: creating test/include/test/jemalloc_test.h | |
config.status: creating config.stamp | |
config.status: creating bin/jemalloc-config | |
config.status: creating bin/jemalloc.sh | |
config.status: creating bin/jeprof | |
config.status: creating include/jemalloc/jemalloc_defs.h | |
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h | |
config.status: creating test/include/test/jemalloc_test_defs.h | |
config.status: executing include/jemalloc/internal/public_symbols.txt commands | |
config.status: executing include/jemalloc/internal/private_symbols.awk commands | |
config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands | |
config.status: executing include/jemalloc/internal/public_namespace.h commands | |
config.status: executing include/jemalloc/internal/public_unnamespace.h commands | |
config.status: executing include/jemalloc/internal/size_classes.h commands | |
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands | |
config.status: executing include/jemalloc/jemalloc_rename.h commands | |
config.status: executing include/jemalloc/jemalloc_mangle.h commands | |
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands | |
config.status: executing include/jemalloc/jemalloc.h commands | |
=============================================================================== | |
jemalloc version : 5.1.0-0-g61efbda7098de6fe64c362d309824864308c36d4 | |
library revision : 2 | |
CONFIG : | |
CC : gcc | |
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops | |
SPECIFIED_CFLAGS : | |
EXTRA_CFLAGS : | |
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT | |
CXX : g++ -std=c++14 | |
CONFIGURE_CXXFLAGS : -Wall -g3 -fvisibility=hidden -O3 | |
SPECIFIED_CXXFLAGS : | |
EXTRA_CXXFLAGS : | |
LDFLAGS : | |
EXTRA_LDFLAGS : | |
DSO_LDFLAGS : -shared -Wl,-soname,$(@F) | |
LIBS : -lm -lstdc++ -lpthread -ldl | |
RPATH_EXTRA : | |
XSLTPROC : false | |
XSLROOT : /usr/share/xml/docbook/stylesheet/docbook-xsl | |
PREFIX : /usr/local | |
BINDIR : /usr/local/bin | |
DATADIR : /usr/local/share | |
INCLUDEDIR : /usr/local/include | |
LIBDIR : /usr/local/lib | |
MANDIR : /usr/local/share/man | |
srcroot : | |
abs_srcroot : /home/solano.palacio/ardb/deps/jemalloc-5.1.0/ | |
objroot : | |
abs_objroot : /home/solano.palacio/ardb/deps/jemalloc-5.1.0/ | |
JEMALLOC_PREFIX : | |
JEMALLOC_PRIVATE_NAMESPACE | |
: je_ | |
install_suffix : | |
malloc_conf : | |
autogen : 0 | |
debug : 0 | |
stats : 1 | |
prof : 0 | |
prof-libunwind : 0 | |
prof-libgcc : 0 | |
prof-gcc : 0 | |
fill : 1 | |
utrace : 0 | |
xmalloc : 0 | |
log : 0 | |
lazy_lock : 0 | |
cache-oblivious : 1 | |
cxx : 1 | |
=============================================================================== | |
make[2]: Entering directory '/home/solano.palacio/ardb/deps/jemalloc-5.1.0' | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c | |
nm -a src/jemalloc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c | |
nm -a src/arena.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c | |
nm -a src/background_thread.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c | |
nm -a src/base.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c | |
nm -a src/bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c | |
nm -a src/bitmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c | |
nm -a src/ckh.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c | |
nm -a src/ctl.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c | |
nm -a src/div.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c | |
nm -a src/extent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c | |
nm -a src/extent_dss.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c | |
nm -a src/extent_mmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c | |
nm -a src/hash.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o src/hooks.c | |
nm -a src/hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c | |
nm -a src/large.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c | |
nm -a src/log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c | |
nm -a src/malloc_io.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c | |
nm -a src/mutex.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c | |
nm -a src/mutex_pool.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c | |
nm -a src/nstime.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c | |
nm -a src/pages.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c | |
nm -a src/prng.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c | |
nm -a src/prof.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c | |
nm -a src/rtree.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c | |
nm -a src/stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c | |
nm -a src/sz.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c | |
nm -a src/tcache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c | |
nm -a src/ticker.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c | |
nm -a src/tsd.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c | |
nm -a src/witness.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym | |
/bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h | |
cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.o src/hooks.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c | |
g++ -std=c++14 -Wall -g3 -fvisibility=hidden -O3 -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.o src/jemalloc_cpp.cpp | |
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hooks.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/stats.o src/sz.o src/tcache.o src/ticker.o src/tsd.o src/witness.o src/jemalloc_cpp.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.pic.o src/background_thread.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.pic.o src/bin.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.pic.o src/div.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.pic.o src/extent_dss.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.pic.o src/extent_mmap.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.pic.o src/hooks.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.pic.o src/large.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.pic.o src/log.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.pic.o src/malloc_io.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.pic.o src/mutex_pool.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.pic.o src/nstime.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.pic.o src/pages.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.pic.o src/prng.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.pic.o src/sz.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.pic.o src/ticker.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c | |
gcc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.pic.o src/witness.c | |
g++ -std=c++14 -Wall -g3 -fvisibility=hidden -O3 -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.pic.o src/jemalloc_cpp.cpp | |
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/background_thread.pic.o src/base.pic.o src/bin.pic.o src/bitmap.pic.o src/ckh.pic.o src/ctl.pic.o src/div.pic.o src/extent.pic.o src/extent_dss.pic.o src/extent_mmap.pic.o src/hash.pic.o src/hooks.pic.o src/large.pic.o src/log.pic.o src/malloc_io.pic.o src/mutex.pic.o src/mutex_pool.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/rtree.pic.o src/stats.pic.o src/sz.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/witness.pic.o src/jemalloc_cpp.pic.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
make[2]: Leaving directory '/home/solano.palacio/ardb/deps/jemalloc-5.1.0' | |
<<<<< Done building JEMALLOC | |
echo ">>>>> Building LUA" && \ | |
cd /home/solano.palacio/ardb/src/../deps && \ | |
cd /home/solano.palacio/ardb/src/../deps/lua/src && \ | |
make all CFLAGS="-O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='"0.10.0"' -DCORO_ASM" MYLDFLAGS="-g" && \ | |
echo ">>>>> Done building LUA" | |
>>>>> Building LUA | |
make[2]: Entering directory '/home/solano.palacio/ardb/deps/lua/src' | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lapi.o lapi.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lcode.o lcode.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldebug.o ldebug.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldo.o ldo.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldump.o ldump.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lfunc.o lfunc.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lgc.o lgc.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o llex.o llex.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lmem.o lmem.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lobject.o lobject.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lopcodes.o lopcodes.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lparser.o lparser.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstate.o lstate.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstring.o lstring.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltable.o ltable.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltm.o ltm.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lundump.o lundump.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lvm.o lvm.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lzio.o lzio.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o strbuf.o strbuf.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lauxlib.o lauxlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lbaselib.o lbaselib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ldblib.o ldblib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o liolib.o liolib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lmathlib.o lmathlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o loslib.o loslib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o ltablib.o ltablib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lstrlib.o lstrlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o loadlib.o loadlib.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o linit.o linit.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_cjson.o lua_cjson.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_struct.o lua_struct.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua_cmsgpack.o lua_cmsgpack.c | |
lua_cmsgpack.c: In function ‘table_is_an_array’: | |
lua_cmsgpack.c:370:21: warning: variable ‘max’ set but not used [-Wunused-but-set-variable] | |
long count = 0, max = 0, idx = 0; | |
^ | |
ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o # DLL needs all object files | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
ranlib liblua.a | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o lua.o lua.c | |
cc -o lua -g lua.o liblua.a -lm | |
liblua.a(loslib.o): In function `os_tmpname': | |
/home/solano.palacio/ardb/deps/lua/src/loslib.c:60: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o luac.o luac.c | |
cc -O2 -Wall -DLUA_ANSI -Wall -std=gnu99 -O2 -fPIC -pedantic -g -D__STDC_FORMAT_MACROS -DARDB_VERSION='0.10.0' -DCORO_ASM -c -o print.o print.c | |
cc -o luac -g luac.o print.o liblua.a -lm | |
make[2]: Leaving directory '/home/solano.palacio/ardb/deps/lua/src' | |
>>>>> Done building LUA | |
echo ">>>>> Dowloading Snappy" && \ | |
cd /home/solano.palacio/ardb/src/../deps && \ | |
wget -O /home/solano.palacio/ardb/src/../deps/snappy-1.1.4.tar.gz https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz && \ | |
echo "<<<<< Done dowloading Snappy" | |
>>>>> Dowloading Snappy | |
--2018-10-24 12:58:45-- https://github.com/google/snappy/releases/download/1.1.4/snappy-1.1.4.tar.gz | |
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112 | |
Connecting to github.com (github.com)|192.30.253.113|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/17381605/9b6ce51a-e4da-11e6-97b8-ce7eaee056f7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T155846Z&X-Amz-Expires=300&X-Amz-Signature=240d7fc70dd25a93e62150945971a22bb0b63376e9824164816da77f521f2900&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsnappy-1.1.4.tar.gz&response-content-type=application%2Foctet-stream [following] | |
--2018-10-24 12:58:46-- https://github-production-release-asset-2e65be.s3.amazonaws.com/17381605/9b6ce51a-e4da-11e6-97b8-ce7eaee056f7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20181024%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20181024T155846Z&X-Amz-Expires=300&X-Amz-Signature=240d7fc70dd25a93e62150945971a22bb0b63376e9824164816da77f521f2900&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dsnappy-1.1.4.tar.gz&response-content-type=application%2Foctet-stream | |
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.101.107 | |
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.101.107|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1491767 (1,4M) [application/octet-stream] | |
Saving to: ‘/home/solano.palacio/ardb/src/../deps/snappy-1.1.4.tar.gz’ | |
/home/solano.palacio/ardb/src/../deps 100%[=======================================================================>] 1,42M 359KB/s in 4,2s | |
2018-10-24 12:58:52 (344 KB/s) - ‘/home/solano.palacio/ardb/src/../deps/snappy-1.1.4.tar.gz’ saved [1491767/1491767] | |
<<<<< Done dowloading Snappy | |
cd /home/solano.palacio/ardb/src/../deps && \ | |
tar zxf /home/solano.palacio/ardb/src/../deps/snappy-1.1.4.tar.gz | |
echo ">>>>> Building SNAPPY" && \ | |
cd /home/solano.palacio/ardb/src/../deps/snappy-1.1.4 && \ | |
./configure CXXFLAGS="" > configure.out && \ | |
make libsnappy.la && \ | |
echo "<<<<< Done building SNAPPY" | |
>>>>> Building SNAPPY | |
make[2]: Entering directory '/home/solano.palacio/ardb/deps/snappy-1.1.4' | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -fPIC -DPIC -o .libs/snappy.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -o snappy.o >/dev/null 2>&1 | |
mv -f .deps/snappy.Tpo .deps/snappy.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy-sinksource.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -o snappy-sinksource.o >/dev/null 2>&1 | |
mv -f .deps/snappy-sinksource.Tpo .deps/snappy-sinksource.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy-stubs-internal.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -o snappy-stubs-internal.o >/dev/null 2>&1 | |
mv -f .deps/snappy-stubs-internal.Tpo .deps/snappy-stubs-internal.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -fPIC -DPIC -o .libs/snappy-c.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -o snappy-c.o >/dev/null 2>&1 | |
mv -f .deps/snappy-c.Tpo .deps/snappy-c.Plo | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -version-info 4:1:3 -o libsnappy.la -rpath /usr/local/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbeginS.o .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/5/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.3.1 | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.3.1" "libsnappy.so.1") | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.3.1" "libsnappy.so") | |
libtool: link: ar cru .libs/libsnappy.a snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
libtool: link: ranlib .libs/libsnappy.a | |
libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" ) | |
make[2]: Leaving directory '/home/solano.palacio/ardb/deps/snappy-1.1.4' | |
<<<<< Done building SNAPPY | |
echo ">>>>> Building sparsehash" && \ | |
cd /home/solano.palacio/ardb/src/../deps; tar zxvf /home/solano.palacio/ardb/src/../deps/sparsehash-sparsehash-2.0.3.tar.gz;\ | |
cd /home/solano.palacio/ardb/src/../deps/sparsehash-sparsehash-2.0.3; ./configure; \ | |
make src/sparsehash/internal/sparseconfig.h && \ | |
echo ">>>>> Done building sparsehash" | |
>>>>> Building sparsehash | |
sparsehash-sparsehash-2.0.3/ | |
sparsehash-sparsehash-2.0.3/.gitignore | |
sparsehash-sparsehash-2.0.3/AUTHORS | |
sparsehash-sparsehash-2.0.3/COPYING | |
sparsehash-sparsehash-2.0.3/ChangeLog | |
sparsehash-sparsehash-2.0.3/INSTALL | |
sparsehash-sparsehash-2.0.3/Makefile.am | |
sparsehash-sparsehash-2.0.3/Makefile.in | |
sparsehash-sparsehash-2.0.3/NEWS | |
sparsehash-sparsehash-2.0.3/README | |
sparsehash-sparsehash-2.0.3/README_windows.txt | |
sparsehash-sparsehash-2.0.3/TODO | |
sparsehash-sparsehash-2.0.3/aclocal.m4 | |
sparsehash-sparsehash-2.0.3/autogen.sh | |
sparsehash-sparsehash-2.0.3/config.guess | |
sparsehash-sparsehash-2.0.3/config.sub | |
sparsehash-sparsehash-2.0.3/configure | |
sparsehash-sparsehash-2.0.3/configure.ac | |
sparsehash-sparsehash-2.0.3/depcomp | |
sparsehash-sparsehash-2.0.3/doc/ | |
sparsehash-sparsehash-2.0.3/doc/dense_hash_map.html | |
sparsehash-sparsehash-2.0.3/doc/dense_hash_set.html | |
sparsehash-sparsehash-2.0.3/doc/designstyle.css | |
sparsehash-sparsehash-2.0.3/doc/implementation.html | |
sparsehash-sparsehash-2.0.3/doc/index.html | |
sparsehash-sparsehash-2.0.3/doc/performance.html | |
sparsehash-sparsehash-2.0.3/doc/sparse_hash_map.html | |
sparsehash-sparsehash-2.0.3/doc/sparse_hash_set.html | |
sparsehash-sparsehash-2.0.3/doc/sparsetable.html | |
sparsehash-sparsehash-2.0.3/experimental/ | |
sparsehash-sparsehash-2.0.3/experimental/Makefile | |
sparsehash-sparsehash-2.0.3/experimental/README | |
sparsehash-sparsehash-2.0.3/experimental/example.c | |
sparsehash-sparsehash-2.0.3/experimental/libchash.c | |
sparsehash-sparsehash-2.0.3/experimental/libchash.h | |
sparsehash-sparsehash-2.0.3/google-sparsehash.sln | |
sparsehash-sparsehash-2.0.3/install-sh | |
sparsehash-sparsehash-2.0.3/m4/ | |
sparsehash-sparsehash-2.0.3/m4/acx_pthread.m4 | |
sparsehash-sparsehash-2.0.3/m4/google_namespace.m4 | |
sparsehash-sparsehash-2.0.3/m4/namespaces.m4 | |
sparsehash-sparsehash-2.0.3/m4/stl_hash.m4 | |
sparsehash-sparsehash-2.0.3/m4/stl_hash_fun.m4 | |
sparsehash-sparsehash-2.0.3/missing | |
sparsehash-sparsehash-2.0.3/packages/ | |
sparsehash-sparsehash-2.0.3/packages/deb.sh | |
sparsehash-sparsehash-2.0.3/packages/deb/ | |
sparsehash-sparsehash-2.0.3/packages/deb/README | |
sparsehash-sparsehash-2.0.3/packages/deb/changelog | |
sparsehash-sparsehash-2.0.3/packages/deb/compat | |
sparsehash-sparsehash-2.0.3/packages/deb/control | |
sparsehash-sparsehash-2.0.3/packages/deb/copyright | |
sparsehash-sparsehash-2.0.3/packages/deb/docs | |
sparsehash-sparsehash-2.0.3/packages/deb/rules | |
sparsehash-sparsehash-2.0.3/packages/deb/sparsehash.dirs | |
sparsehash-sparsehash-2.0.3/packages/deb/sparsehash.install | |
sparsehash-sparsehash-2.0.3/packages/rpm.sh | |
sparsehash-sparsehash-2.0.3/packages/rpm/ | |
sparsehash-sparsehash-2.0.3/packages/rpm/rpm.spec | |
sparsehash-sparsehash-2.0.3/sparsehash.sln | |
sparsehash-sparsehash-2.0.3/src/ | |
sparsehash-sparsehash-2.0.3/src/config.h.in | |
sparsehash-sparsehash-2.0.3/src/config.h.include | |
sparsehash-sparsehash-2.0.3/src/google/ | |
sparsehash-sparsehash-2.0.3/src/google/dense_hash_map | |
sparsehash-sparsehash-2.0.3/src/google/dense_hash_set | |
sparsehash-sparsehash-2.0.3/src/google/sparse_hash_map | |
sparsehash-sparsehash-2.0.3/src/google/sparse_hash_set | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/densehashtable.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/hashtable-common.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/libc_allocator_with_realloc.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsehash/sparsehashtable.h | |
sparsehash-sparsehash-2.0.3/src/google/sparsetable | |
sparsehash-sparsehash-2.0.3/src/google/template_util.h | |
sparsehash-sparsehash-2.0.3/src/google/type_traits.h | |
sparsehash-sparsehash-2.0.3/src/hash_test_interface.h | |
sparsehash-sparsehash-2.0.3/src/hashtable_test.cc | |
sparsehash-sparsehash-2.0.3/src/libc_allocator_with_realloc_test.cc | |
sparsehash-sparsehash-2.0.3/src/simple_compat_test.cc | |
sparsehash-sparsehash-2.0.3/src/simple_test.cc | |
sparsehash-sparsehash-2.0.3/src/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/sparsehash/dense_hash_map | |
sparsehash-sparsehash-2.0.3/src/sparsehash/dense_hash_set | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/ | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/densehashtable.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/hashtable-common.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/libc_allocator_with_realloc.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/internal/sparsehashtable.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparse_hash_map | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparse_hash_set | |
sparsehash-sparsehash-2.0.3/src/sparsehash/sparsetable | |
sparsehash-sparsehash-2.0.3/src/sparsehash/template_util.h | |
sparsehash-sparsehash-2.0.3/src/sparsehash/type_traits.h | |
sparsehash-sparsehash-2.0.3/src/sparsetable_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/template_util_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/testutil.h | |
sparsehash-sparsehash-2.0.3/src/time_hash_map.cc | |
sparsehash-sparsehash-2.0.3/src/type_traits_unittest.cc | |
sparsehash-sparsehash-2.0.3/src/windows/ | |
sparsehash-sparsehash-2.0.3/src/windows/config.h | |
sparsehash-sparsehash-2.0.3/src/windows/google/ | |
sparsehash-sparsehash-2.0.3/src/windows/google/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/windows/google/sparsehash/sparseconfig.h | |
sparsehash-sparsehash-2.0.3/src/windows/port.cc | |
sparsehash-sparsehash-2.0.3/src/windows/port.h | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/ | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/internal/ | |
sparsehash-sparsehash-2.0.3/src/windows/sparsehash/internal/sparseconfig.h | |
sparsehash-sparsehash-2.0.3/vsprojects/ | |
sparsehash-sparsehash-2.0.3/vsprojects/hashtable_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/hashtable_test/hashtable_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/libc_allocator_with_realloc_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/simple_test/ | |
sparsehash-sparsehash-2.0.3/vsprojects/simple_test/simple_test.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/sparsetable_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/template_util_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/template_util_unittest/template_util_unittest.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/time_hash_map/ | |
sparsehash-sparsehash-2.0.3/vsprojects/time_hash_map/time_hash_map.vcproj | |
sparsehash-sparsehash-2.0.3/vsprojects/type_traits_unittest/ | |
sparsehash-sparsehash-2.0.3/vsprojects/type_traits_unittest/type_traits_unittest.vcproj | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for g++... g++ | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of g++... gcc3 | |
checking for gcc... gcc | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking dependency style of gcc... gcc3 | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for memcpy... yes | |
checking for memmove... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for uint16_t... yes | |
checking for u_int16_t... yes | |
checking for __uint16... no | |
checking for long long... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking google/malloc_extension.h usability... no | |
checking google/malloc_extension.h presence... no | |
checking for google/malloc_extension.h... no | |
checking whether the compiler implements namespaces... yes | |
checking the location of hash_map... <tr1/unordered_map> | |
checking how to include hash_fun directly... <tr1/functional> | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
make[2]: Entering directory '/home/solano.palacio/ardb/deps/sparsehash-sparsehash-2.0.3' | |
[ -d src/sparsehash/internal ] || mkdir -p src/sparsehash/internal | |
echo "/*" > src/sparsehash/internal/_sparsehash_config | |
echo " * NOTE: This file is for internal use only." >> src/sparsehash/internal/_sparsehash_config | |
echo " * Do not use these #defines in your own program!" >> src/sparsehash/internal/_sparsehash_config | |
echo " */" >> src/sparsehash/internal/_sparsehash_config | |
gawk '{prevline=currline; currline=$0;} \ | |
/^#/ {in_second_file = 1;} \ | |
!in_second_file {if (currline !~ /^ *$/) {inc[currline]=0}}; \ | |
in_second_file { for (i in inc) { \ | |
if (index(currline, i) != 0) { \ | |
print "\n"prevline"\n"currline; \ | |
delete inc[i]; \ | |
} \ | |
} }' \ | |
./src/config.h.include ./src/config.h \ | |
>> src/sparsehash/internal/_sparsehash_config | |
mv -f src/sparsehash/internal/_sparsehash_config src/sparsehash/internal/sparseconfig.h | |
make[2]: Leaving directory '/home/solano.palacio/ardb/deps/sparsehash-sparsehash-2.0.3' | |
>>>>> Done building sparsehash | |
>>>>> Dowloading RocksDB | |
--2018-10-24 12:59:05-- https://github.com/facebook/rocksdb/archive/v5.14.2.tar.gz | |
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113 | |
Connecting to github.com (github.com)|192.30.253.112|:443... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://codeload.github.com/facebook/rocksdb/tar.gz/v5.14.2 [following] | |
--2018-10-24 12:59:10-- https://codeload.github.com/facebook/rocksdb/tar.gz/v5.14.2 | |
Resolving codeload.github.com (codeload.github.com)... 192.30.253.120, 192.30.253.121 | |
Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: unspecified [application/x-gzip] | |
Saving to: ‘/home/solano.palacio/ardb/src/../deps/rocksdb-5.14.2.tar.gz’ | |
/home/solano.palacio/ardb/src/../deps [ <=> ] 4,47M 368KB/s in 18s | |
2018-10-24 12:59:33 (256 KB/s) - ‘/home/solano.palacio/ardb/src/../deps/rocksdb-5.14.2.tar.gz’ saved [4685894] | |
<<<<< Done dowloading RocksDB | |
>>>>> Unpacking ROCKSDB | |
<<<<< Done unpacking ROCKSDB | |
>>>>> Building ROCKSDB | |
make[2]: Entering directory '/home/solano.palacio/ardb/deps/rocksdb-5.14.2' | |
GEN util/build_version.cc | |
GEN util/build_version.cc | |
CC cache/clock_cache.o | |
CC cache/lru_cache.o | |
CC cache/sharded_cache.o | |
CC db/builder.o | |
CC db/c.o | |
CC db/column_family.o | |
CC db/compacted_db_impl.o | |
CC db/compaction.o | |
CC db/compaction_iterator.o | |
CC db/compaction_job.o | |
CC db/compaction_picker.o | |
CC db/compaction_picker_universal.o | |
CC db/convenience.o | |
CC db/db_filesnapshot.o | |
CC db/db_impl.o | |
CC db/db_impl_compaction_flush.o | |
CC db/db_impl_debug.o | |
CC db/db_impl_experimental.o | |
CC db/db_impl_files.o | |
CC db/db_impl_open.o | |
CC db/db_impl_readonly.o | |
CC db/db_impl_write.o | |
CC db/db_info_dumper.o | |
CC db/db_iter.o | |
CC db/dbformat.o | |
CC db/event_helpers.o | |
CC db/experimental.o | |
CC db/external_sst_file_ingestion_job.o | |
CC db/file_indexer.o | |
CC db/flush_job.o | |
CC db/flush_scheduler.o | |
CC db/forward_iterator.o | |
CC db/internal_stats.o | |
CC db/logs_with_prep_tracker.o | |
CC db/log_reader.o | |
CC db/log_writer.o | |
CC db/malloc_stats.o | |
CC db/managed_iterator.o | |
CC db/memtable.o | |
CC db/memtable_list.o | |
CC db/merge_helper.o | |
CC db/merge_operator.o | |
CC db/range_del_aggregator.o | |
CC db/repair.o | |
CC db/snapshot_impl.o | |
CC db/table_cache.o | |
CC db/table_properties_collector.o | |
CC db/transaction_log_impl.o | |
CC db/version_builder.o | |
CC db/version_edit.o | |
CC db/version_set.o | |
CC db/wal_manager.o | |
CC db/write_batch.o | |
CC db/write_batch_base.o | |
CC db/write_controller.o | |
CC db/write_thread.o | |
CC env/env.o | |
CC env/env_chroot.o | |
CC env/env_encryption.o | |
CC env/env_hdfs.o | |
CC env/env_posix.o | |
CC env/io_posix.o | |
CC env/mock_env.o | |
CC memtable/alloc_tracker.o | |
CC memtable/hash_cuckoo_rep.o | |
CC memtable/hash_linklist_rep.o | |
CC memtable/hash_skiplist_rep.o | |
CC memtable/skiplistrep.o | |
CC memtable/vectorrep.o | |
CC memtable/write_buffer_manager.o | |
CC monitoring/histogram.o | |
CC monitoring/histogram_windowing.o | |
CC monitoring/instrumented_mutex.o | |
CC monitoring/iostats_context.o | |
CC monitoring/perf_context.o | |
CC monitoring/perf_level.o | |
CC monitoring/statistics.o | |
CC monitoring/thread_status_impl.o | |
CC monitoring/thread_status_updater.o | |
CC monitoring/thread_status_updater_debug.o | |
CC monitoring/thread_status_util.o | |
CC monitoring/thread_status_util_debug.o | |
CC options/cf_options.o | |
CC options/db_options.o | |
CC options/options.o | |
CC options/options_helper.o | |
CC options/options_parser.o | |
CC options/options_sanity_check.o | |
CC port/port_posix.o | |
CC port/stack_trace.o | |
CC table/adaptive_table_factory.o | |
CC table/block.o | |
CC table/block_based_filter_block.o | |
CC table/block_based_table_builder.o | |
CC table/block_based_table_factory.o | |
CC table/block_based_table_reader.o | |
CC table/block_builder.o | |
CC table/block_fetcher.o | |
CC table/block_prefix_index.o | |
CC table/bloom_block.o | |
CC table/cuckoo_table_builder.o | |
CC table/cuckoo_table_factory.o | |
CC table/cuckoo_table_reader.o | |
CC table/flush_block_policy.o | |
CC table/format.o | |
CC table/full_filter_block.o | |
CC table/get_context.o | |
CC table/index_builder.o | |
CC table/iterator.o | |
CC table/merging_iterator.o | |
CC table/meta_blocks.o | |
CC table/partitioned_filter_block.o | |
CC table/persistent_cache_helper.o | |
CC table/plain_table_builder.o | |
CC table/plain_table_factory.o | |
CC table/plain_table_index.o | |
CC table/plain_table_key_coding.o | |
CC table/plain_table_reader.o | |
CC table/sst_file_writer.o | |
CC table/table_properties.o | |
CC table/two_level_iterator.o | |
CC tools/dump/db_dump_tool.o | |
CC util/arena.o | |
CC util/auto_roll_logger.o | |
CC util/bloom.o | |
CC util/build_version.o | |
CC util/coding.o | |
CC util/compaction_job_stats_impl.o | |
CC util/comparator.o | |
CC util/concurrent_arena.o | |
CC util/crc32c.o | |
CC util/delete_scheduler.o | |
CC util/dynamic_bloom.o | |
CC util/event_logger.o | |
CC util/file_reader_writer.o | |
CC util/file_util.o | |
CC util/filename.o | |
CC util/filter_policy.o | |
CC util/hash.o | |
CC util/log_buffer.o | |
CC util/murmurhash.o | |
CC util/random.o | |
CC util/rate_limiter.o | |
CC util/slice.o | |
CC util/sst_file_manager_impl.o | |
CC util/status.o | |
CC util/status_message.o | |
CC util/string_util.o | |
CC util/sync_point.o | |
CC util/sync_point_impl.o | |
CC util/thread_local.o | |
CC util/threadpool_imp.o | |
CC util/transaction_test_util.o | |
CC util/xxhash.o | |
CC utilities/backupable/backupable_db.o | |
CC utilities/blob_db/blob_compaction_filter.o | |
CC utilities/blob_db/blob_db.o | |
CC utilities/blob_db/blob_db_impl.o | |
CC utilities/blob_db/blob_file.o | |
CC utilities/blob_db/blob_log_format.o | |
CC utilities/blob_db/blob_log_reader.o | |
CC utilities/blob_db/blob_log_writer.o | |
CC utilities/blob_db/ttl_extractor.o | |
CC utilities/cassandra/cassandra_compaction_filter.o | |
CC utilities/cassandra/format.o | |
CC utilities/cassandra/merge_operator.o | |
CC utilities/checkpoint/checkpoint_impl.o | |
CC utilities/compaction_filters/remove_emptyvalue_compactionfilter.o | |
CC utilities/convenience/info_log_finder.o | |
CC utilities/date_tiered/date_tiered_db_impl.o | |
CC utilities/debug.o | |
CC utilities/document/document_db.o | |
CC utilities/document/json_document.o | |
CC utilities/document/json_document_builder.o | |
CC utilities/env_mirror.o | |
CC utilities/env_timed.o | |
CC utilities/geodb/geodb_impl.o | |
CC utilities/leveldb_options/leveldb_options.o | |
CC utilities/lua/rocks_lua_compaction_filter.o | |
CC utilities/memory/memory_util.o | |
CC utilities/merge_operators/max.o | |
CC utilities/merge_operators/put.o | |
CC utilities/merge_operators/string_append/stringappend.o | |
CC utilities/merge_operators/string_append/stringappend2.o | |
CC utilities/merge_operators/uint64add.o | |
CC utilities/merge_operators/bytesxor.o | |
CC utilities/option_change_migration/option_change_migration.o | |
CC utilities/options/options_util.o | |
CC utilities/persistent_cache/block_cache_tier.o | |
CC utilities/persistent_cache/block_cache_tier_file.o | |
CC utilities/persistent_cache/block_cache_tier_metadata.o | |
CC utilities/persistent_cache/persistent_cache_tier.o | |
CC utilities/persistent_cache/volatile_tier_impl.o | |
CC utilities/redis/redis_lists.o | |
CC utilities/simulator_cache/sim_cache.o | |
CC utilities/spatialdb/spatial_db.o | |
CC utilities/table_properties_collectors/compact_on_deletion_collector.o | |
CC utilities/transactions/optimistic_transaction.o | |
CC utilities/transactions/optimistic_transaction_db_impl.o | |
CC utilities/transactions/pessimistic_transaction.o | |
CC utilities/transactions/pessimistic_transaction_db.o | |
CC utilities/transactions/snapshot_checker.o | |
CC utilities/transactions/transaction_base.o | |
CC utilities/transactions/transaction_db_mutex_impl.o | |
CC utilities/transactions/transaction_lock_mgr.o | |
CC utilities/transactions/transaction_util.o | |
CC utilities/transactions/write_prepared_txn.o | |
CC utilities/transactions/write_prepared_txn_db.o | |
CC utilities/ttl/db_ttl_impl.o | |
CC utilities/write_batch_with_index/write_batch_with_index.o | |
CC utilities/write_batch_with_index/write_batch_with_index_internal.o | |
CC tools/ldb_cmd.o | |
CC tools/ldb_tool.o | |
CC tools/sst_dump_tool.o | |
CC utilities/blob_db/blob_dump_tool.o | |
AR librocksdb.a | |
ar: creating librocksdb.a | |
make[2]: Leaving directory '/home/solano.palacio/ardb/deps/rocksdb-5.14.2' | |
<<<<< Done building ROCKSDB | |
CXX db/rocksdb/rocksdb_engine.o | |
CXX config.o | |
CXX cron.o | |
CXX logger.o | |
CXX network.o | |
CXX types.o | |
CXX statistics.o | |
CXX background.o | |
CXX common/channel/channel.o | |
CXX common/channel/channel_handler_context.o | |
CXX common/channel/channel_service.o | |
CXX common/channel/channel_helper.o | |
CXX common/channel/channel_pipeline.o | |
CXX common/channel/socket/datagram_channel.o | |
CXX common/channel/socket/socket_channel.o | |
CXX common/channel/socket/serversocket_channel.o | |
CXX common/channel/socket/clientsocket_channel.o | |
CXX common/channel/fifo/fifo_channel.o | |
CXX common/channel/codec/int_header_frame_decoder.o | |
CXX common/channel/codec/dir_sync_decoder.o | |
CXX common/channel/codec/delimiter_frame_decoder.o | |
CXX common/channel/codec/redis_command_codec.o | |
CXX common/channel/codec/redis_reply_codec.o | |
CXX common/channel/codec/redis_reply.o | |
CXX common/channel/timer/timer_channel.o | |
CXX common/channel/timer/timer.o | |
CXX common/channel/timer/timer_task_queue.o | |
CXX common/channel/signal/soft_signal_channel.o | |
CXX common/channel/signal/signal_channel.o | |
CXX common/util/network_helper.o | |
CXX common/util/socket_address.o | |
CXX common/util/file_helper.o | |
CXX common/util/mmap.o | |
CXX common/util/datagram_packet.o | |
CXX common/util/time_helper.o | |
CXX common/util/string_helper.o | |
CXX common/util/system_helper.o | |
CXX common/util/config_helper.o | |
CXX common/util/math_helper.o | |
CXX common/util/exception/api_exception.o | |
CXX common/thread/event_condition.o | |
CXX common/thread/thread.o | |
CXX common/coro/coro_channel.o | |
CXX common/coro/scheduler.o | |
CXX common/buffer/buffer_helper.o | |
CXX common/buffer/buffer.o | |
CXX common/geo/geohash_helper.o | |
CC common/util/sha1.o | |
CC common/util/murmur3.o | |
CC common/util/sds.o | |
CC common/util/rand.o | |
CC common/coro/coro.o | |
common/coro/coro.c: In function ‘coro_create’: | |
common/coro/coro.c:366:16: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] | |
*--ctx->sp = (void *)abort; /* needed for alignment only */ | |
^ | |
common/coro/coro.c:367:16: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] | |
*--ctx->sp = (void *)coro_init; | |
^ | |
CC common/redis/zipmap.o | |
common/redis/zipmap.c: In function ‘zipmapResize’: | |
common/redis/zipmap.c:205:10: warning: implicit declaration of function ‘realloc’ [-Wimplicit-function-declaration] | |
zm = realloc(zm, len); | |
^ | |
common/redis/zipmap.c:205:10: warning: incompatible implicit declaration of built-in function ‘realloc’ | |
common/redis/zipmap.c:205:10: note: include ‘<stdlib.h>’ or provide a declaration of ‘realloc’ | |
CC common/redis/endianconv.o | |
CC common/redis/lzf_c.o | |
CC common/redis/lzf_d.o | |
CC common/redis/ziplist.o | |
CC common/redis/listpack.o | |
common/redis/listpack.c: In function ‘lpGet’: | |
common/redis/listpack.c:563:56: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t {aka long int}’ [-Wformat=] | |
*count = snprintf((char*)intbuf,LP_INTBUF_SIZE,"%lld",val); | |
^ | |
common/redis/listpack.c:563:56: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 4 has type ‘int64_t {aka long int}’ [-Wformat=] | |
CC common/redis/crc64.o | |
CC common/redis/intset.o | |
CC common/geo/geohash.o | |
CC common/channel/redis/ae.o | |
CC common/channel/redis/zmalloc.o | |
CXX command/server.o | |
CXX command/transaction.o | |
CXX command/blocked.o | |
CXX command/connection.o | |
CXX command/merge.o | |
CXX command/slowlog.o | |
CXX command/migrate.o | |
CXX command/hyperloglog.o | |
CXX command/t_set.o | |
CXX command/t_stream.o | |
CXX command/t_zset.o | |
CXX command/sort.o | |
CXX command/t_string.o | |
CXX command/keys.o | |
CXX command/lua_scripting.o | |
CXX command/t_list.o | |
CXX command/pubsub.o | |
CXX command/geo.o | |
CXX command/t_bitset.o | |
CXX command/t_hash.o | |
CXX db/engine.o | |
CXX db/db_utils.o | |
CXX db/codec.o | |
CXX db/db.o | |
CXX db/engine_factory.o | |
CXX repl/snapshot.o | |
CXX repl/master.o | |
CXX repl/repl.o | |
CXX repl/slave.o | |
CC repl/swal.o | |
repl/swal.c: In function ‘swal_user_meta’: | |
repl/swal.c:195:16: warning: return makes pointer from integer without a cast [-Wint-conversion] | |
return -1; | |
^ | |
repl/swal.c: In function ‘swal_replay’: | |
repl/swal.c:290:29: warning: implicit declaration of function ‘time’ [-Wimplicit-function-declaration] | |
wal->last_replay_time = time(NULL); | |
^ | |
repl/swal.c:300:20: warning: unused variable ‘cache_end_idx’ [-Wunused-variable] | |
size_t cache_end_idx = wal->ring_cache_idx; | |
^ | |
repl/swal.c:349:28: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
func(wal->mmap_buf + start_pos, total, data); | |
^ | |
repl/swal.c:354:46: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
size_t consumed = func(wal->mmap_buf + start_pos, tlen, data); | |
^ | |
repl/swal.c:363:39: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
memcpy(tmp, wal->mmap_buf + start_pos + consumed, tlen - consumed); | |
^ | |
repl/swal.c:363:51: warning: pointer of type ‘void *’ used in arithmetic [-Wpointer-arith] | |
memcpy(tmp, wal->mmap_buf + start_pos + consumed, tlen - consumed); | |
^ | |
repl/swal.c: In function ‘swal_dump_ring_cache’: | |
repl/swal.c:448:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
write(fd, wal->ring_cache, wal->options.ring_cache_size); | |
^ | |
LINK libardb.a | |
CXX ../test/test_main.o | |
LINK test | |
CXX main.o | |
LINK server | |
CXX tools/repair.o | |
LINK repair | |
make[1]: Leaving directory '/home/solano.palacio/ardb/src' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment