Cook: redis 2.8.19 ================================================================================ QA: checking package receipt... QA: unable to reach "https://redis.io/" Checking build dependencies... Installing (pkg/local): libgpg-error-1.34-i486 Installing (pkg/local): libgcrypt-1.8.4-i486 Installing (pkg/local): libxml2-2.9.9-i486 Installing (pkg/local): libxslt-1.1.33-i486 Extracting source archive "redis-2.8.19.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed cd src && make all make[1]: Entering directory '/home/slitaz/wok/redis/source/redis-2.8.19/src' rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-dump redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html (cd ../deps && make distclean) make[2]: Entering directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps' (cd hiredis && make clean) > /dev/null || true (cd linenoise && make clean) > /dev/null || true (cd lua && make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true (rm -f .make-*) make[2]: Leaving directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps' (rm -f .make-*) echo STD=-std=c99 -pedantic >> .make-settings echo WARN=-Wall -W >> .make-settings echo OPT=-O2 >> .make-settings echo MALLOC=jemalloc >> .make-settings echo CFLAGS=-march=i486 -Os -pipe -mindirect-branch=thunk >> .make-settings echo LDFLAGS=-Wl,-Os,--as-needed >> .make-settings echo REDIS_CFLAGS= >> .make-settings echo REDIS_LDFLAGS= >> .make-settings echo PREV_FINAL_CFLAGS=-std=c99 -pedantic -Wall -W -O2 -g -ggdb -march=i486 -Os -pipe -mindirect-branch=thunk -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settings echo PREV_FINAL_LDFLAGS=-Wl,-Os,--as-needed -g -ggdb -rdynamic >> .make-settings (cd ../deps && make hiredis linenoise lua jemalloc) make[2]: Entering directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps' (cd hiredis && make clean) > /dev/null || true (cd linenoise && make clean) > /dev/null || true (cd lua && make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true (rm -f .make-*) (echo "-march=i486 -Os -pipe -mindirect-branch=thunk" > .make-cflags) (echo "-Wl,-Os,--as-needed" > .make-ldflags) MAKE hiredis cd hiredis && make static MAKE linenoise MAKE jemalloc cd linenoise && make MAKE lua cd jemalloc && ./configure --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk" LDFLAGS="-Wl,-Os,--as-needed" cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk" MYLDFLAGS="-Wl,-Os,--as-needed" AR="ar rcu" make[3]: Entering directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps/hiredis' make[3]: Entering directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps/linenoise' cc -Wall -Os -g -march=i486 -Os -pipe -mindirect-branch=thunk -c linenoise.c make[3]: Entering directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps/lua/src' cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lapi.o lapi.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lcode.o lcode.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o ldebug.o ldebug.c cc -std=c99 -pedantic -c -O3 -fPIC -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c In file included from /usr/include/sys/types.h:25, from net.c:34: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ cc -std=c99 -pedantic -c -O3 -fPIC -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c configure: loading site script /etc/slitaz/cook.site In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from hiredis.c:33: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ checking for xsltproc... /usr/bin/xsltproc checking for gcc... gcc checking whether the C compiler works... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o ldo.o ldo.c yes checking for C compiler default output file name... a.out checking for suffix of executables... cc -std=c99 -pedantic -c -O3 -fPIC -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.c cc -std=c99 -pedantic -c -O3 -fPIC -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from async.c:33: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ checking whether we are cross compiling... make[3]: Leaving directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps/linenoise' cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o ldump.o ldump.c no checking for suffix of object files... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lfunc.o lfunc.c o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lgc.o lgc.c yes checking for gcc option to accept ISO C89... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o llex.o llex.c none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lmem.o lmem.c /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lobject.o lobject.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lopcodes.o lopcodes.c ar rcs libhiredis.a net.o hiredis.o sds.o async.o make[3]: Leaving directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps/hiredis' cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lparser.o lparser.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lstate.o lstate.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lstring.o lstring.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o ltable.o ltable.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o ltm.o ltm.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lundump.o lundump.c yes checking for sys/types.h... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lvm.o lvm.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lzio.o lzio.c yes checking for sys/stat.h... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o strbuf.o strbuf.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o fpconv.o fpconv.c yes checking for stdlib.h... yes cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lauxlib.o lauxlib.c checking for string.h... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lbaselib.o lbaselib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o ldblib.o ldblib.c lauxlib.c: In function 'luaL_loadfile': lauxlib.c:577:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; ^~~~~ lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' lf.extraline = 0; ^~ yes cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o liolib.o liolib.c checking for memory.h... yes checking for strings.h... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lmathlib.o lmathlib.c yes checking for inttypes.h... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o loslib.o loslib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o ltablib.o ltablib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lstrlib.o lstrlib.c ltablib.c: In function 'addfield': ltablib.c:137:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!lua_isstring(L, -1)) ^~ ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' luaL_addvalue(b); ^~~~~~~~~~~~~ yes checking for stdint.h... yes cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o loadlib.o loadlib.c checking for unistd.h... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o linit.o linit.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lua_cjson.o lua_cjson.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lua_struct.o lua_struct.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lua_cmsgpack.o lua_cmsgpack.c yes checking whether byte ordering is bigendian... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lua_bit.o lua_bit.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o lua.o lua.c no checking size of void *... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o luac.o luac.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o print.o print.c 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 fpconv.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 lua_bit.o # DLL needs all object files ranlib liblua.a 4 checking size of int... cc -o lua -Wl,-Os,--as-needed lua.o liblua.a -lm /usr/bin/ld: liblua.a(loslib.o): in function `os_tmpname': loslib.c:(.text+0x271): warning: the use of `tmpnam' is dangerous, better use `mkstemp' cc -o luac -Wl,-Os,--as-needed luac.o print.o liblua.a -lm make[3]: Leaving directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps/lua/src' 4 checking size of long... 4 checking size of intmax_t... 8 checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking for ar... ar checking whether __attribute__ syntax is compilable... yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -Werror... yes checking whether tls_model attribute is compilable... no 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 configured backtracing method... N/A checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether valgrind is compilable... no checking STATIC_PAGE_SHIFT... 12 checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether a program using ffsl is compilable... yes checking whether atomic(9) is compilable... no checking whether Darwin OSAtomic*() is compilable... no 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 whether Darwin OSSpin*() is compilable... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile 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/internal/jemalloc_internal.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.sh 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/private_namespace.h commands config.status: executing include/jemalloc/internal/private_unnamespace.h commands config.status: executing include/jemalloc/internal/public_symbols.txt 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 : 3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340 library revision : 1 CC : gcc CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -fvisibility=hidden LDFLAGS : -Wl,-Os,--as-needed EXTRA_LDFLAGS : LIBS : -lpthread RPATH_EXTRA : XSLTPROC : /usr/bin/xsltproc XSLROOT : /usr/share/xml/docbook/stylesheet/docbook-xsl PREFIX : /usr BINDIR : /usr/bin INCLUDEDIR : /usr/include LIBDIR : /usr/lib DATADIR : /usr/share MANDIR : /usr/share/man srcroot : abs_srcroot : /home/slitaz/wok/redis/source/redis-2.8.19/deps/jemalloc/ objroot : abs_objroot : /home/slitaz/wok/redis/source/redis-2.8.19/deps/jemalloc/ JEMALLOC_PREFIX : je_ JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : autogen : 0 experimental : 1 cc-silence : 1 debug : 0 code-coverage : 0 stats : 1 prof : 0 prof-libunwind : 0 prof-libgcc : 0 prof-gcc : 0 tcache : 1 fill : 1 utrace : 0 valgrind : 0 xmalloc : 0 mremap : 0 munmap : 0 dss : 0 lazy_lock : 0 tls : 1 =============================================================================== cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk" LDFLAGS="-Wl,-Os,--as-needed" lib/libjemalloc.a make[3]: Entering directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -march=i486 -Os -pipe -mindirect-branch=thunk -c -D_GLIBCXX_USE_C99_MATH=1 -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o make[3]: Leaving directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps/jemalloc' make[2]: Leaving directory '/home/slitaz/wok/redis/source/redis-2.8.19/deps' CC ae.o CC adlist.o CC anet.o CC dict.o CC redis.o CC sds.o CC zmalloc.o dict.c: In function 'dictGenHashFunction': dict.c:132:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: h ^= data[2] << 16; ~~^~~~~~~~~~~~~~~~ dict.c:133:5: note: here case 2: h ^= data[1] << 8; ^~~~ dict.c:133:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: h ^= data[1] << 8; ~~^~~~~~~~~~~~~~~ dict.c:134:5: note: here case 1: h ^= data[0]; h *= m; ^~~~ CC lzf_c.o In file included from lzf_c.c:37: lzfP.h:131:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !STRICT_ALIGN ^~~~~~~~~~~~ lzfP.h:131:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] lzf_c.c: In function 'lzf_compress': lzf_c.c:158:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if STRICT_ALIGN ^~~~~~~~~~~~ lzf_c.c:158:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] CC lzf_d.o In file included from lzf_d.c:37: lzfP.h:131:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !STRICT_ALIGN ^~~~~~~~~~~~ lzfP.h:131:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o CC networking.o CC util.o CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o CC pubsub.o CC multi.o CC debug.o CC sort.o CC intset.o CC syncio.o CC migrate.o CC endianconv.o CC slowlog.o CC scripting.o CC bio.o CC rio.o CC rand.o CC memtest.o CC crc64.o CC bitops.o CC sentinel.o CC notify.o CC setproctitle.o CC hyperloglog.o setproctitle.c:46:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !HAVE_SETPROCTITLE ^~~~~~~~~~~~~~~~~ setproctitle.c:46:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] setproctitle.c:46:6: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] CC latency.o hyperloglog.c: In function 'MurmurHash64A': hyperloglog.c:425:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: h ^= (uint64_t)data[6] << 48; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:426:5: note: here case 6: h ^= (uint64_t)data[5] << 40; ^~~~ hyperloglog.c:426:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: h ^= (uint64_t)data[5] << 40; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:427:5: note: here case 5: h ^= (uint64_t)data[4] << 32; ^~~~ hyperloglog.c:427:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: h ^= (uint64_t)data[4] << 32; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:428:5: note: here case 4: h ^= (uint64_t)data[3] << 24; ^~~~ hyperloglog.c:428:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: h ^= (uint64_t)data[3] << 24; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:429:5: note: here case 3: h ^= (uint64_t)data[2] << 16; ^~~~ hyperloglog.c:429:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: h ^= (uint64_t)data[2] << 16; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:430:5: note: here case 2: h ^= (uint64_t)data[1] << 8; ^~~~ hyperloglog.c:430:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: h ^= (uint64_t)data[1] << 8; ~~^~~~~~~~~~~~~~~~~~~~~~~~~ hyperloglog.c:431:5: note: here case 1: h ^= (uint64_t)data[0]; ^~~~ CC sparkline.o CC redis-cli.o CC redis-benchmark.o CC redis-check-dump.o CC redis-check-aof.o redis-check-aof.c: In function 'consumeNewline.part.0': redis-check-aof.c:42:20: warning: '%s' directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:50:9: note: in expansion of macro 'ERROR' ERROR("Expected \\r\\n, got: %02x%02x",buf[0],buf[1]); ^~~~~ In file included from /usr/include/stdio.h:873, from redis-check-aof.c:33: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function 'readLong': redis-check-aof.c:42:20: warning: '%s' directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:63:9: note: in expansion of macro 'ERROR' ERROR("Expected prefix '%c', got: '%c'",buf[0],prefix); ^~~~~ In file included from /usr/include/stdio.h:873, from redis-check-aof.c:33: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function 'readBytes': redis-check-aof.c:42:20: warning: '%s' directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:75:9: note: in expansion of macro 'ERROR' ERROR("Expected to read %ld bytes, got %ld bytes",length,real); ^~~~~ In file included from /usr/include/stdio.h:873, from redis-check-aof.c:33: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c: In function 'process': redis-check-aof.c:42:20: warning: '%s' directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:125:25: note: in expansion of macro 'ERROR' ERROR("Unexpected EXEC"); ^~~~~ In file included from /usr/include/stdio.h:873, from redis-check-aof.c:33: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c:42:20: warning: '%s' directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:120:25: note: in expansion of macro 'ERROR' ERROR("Unexpected MULTI"); ^~~~~ In file included from /usr/include/stdio.h:873, from redis-check-aof.c:33: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redis-check-aof.c:42:20: warning: '%s' directive writing up to 1023 bytes into a region of size 1004 [-Wformat-overflow=] sprintf(error, "0x%16llx: %s", (long long)epos, __buf); \ ^~~~~~~~~~~~~~ ~~~~~ redis-check-aof.c:141:9: note: in expansion of macro 'ERROR' ERROR("Reached EOF before reading EXEC for MULTI"); ^~~~~ In file included from /usr/include/stdio.h:873, from redis-check-aof.c:33: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 21 and 1044 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LINK redis-check-aof LINK redis-benchmark LINK redis-check-dump LINK redis-cli LINK redis-server INSTALL redis-sentinel Hint: It's a good idea to run 'make test' ;) make[1]: Leaving directory '/home/slitaz/wok/redis/source/redis-2.8.19/src' ================================================================================ Executing strip on all files... Done Time: 0.69s. Size: 6368912 B -> 1231800 B. Save: 5017 KB. ================================================================================ Build dependencies to remove: 4 Removing: libgcrypt libgpg-error libxml2 libxslt Pack: redis 2.8.19 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "redis-2.8.19-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "redis-2.8.19-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/redis-2.8.19... Done Checking site script in source/redis-2.8.19... Done Checking ownership in install... Done Checking permissions in install... Failed Problems found: 0664 /etc/redis.conf Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: redis 2.8.19 ================================================================================ Src file : redis-2.8.19.tar.gz Src size : 1.2M Source dir : 27.3M Produced : 1.2M Cook time : 35s Cook date : 2020-07-07 22:50 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 1.3M : 370.4K : 6 : redis-2.8.19-i486.tazpkg ================================================================================