src/config_file.c: In function 'Handler_load': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'HANDLER_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:90:19: note: in expansion of macro 'bdata' res = DB_exec(bdata(&HANDLER_SQL), ^~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'RAW_PAYLOAD' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:97:27: note: in expansion of macro 'bdata' if(tst_search(params, bdata(&RAW_PAYLOAD), blength(&RAW_PAYLOAD))) { ^~~~~ ../../src/bstr/bstrlib.h:196:35: warning: the comparison will always evaluate as 'false' for the address of 'RAW_PAYLOAD' will never be NULL [-Waddress] #define blengthe(b, e) (((b) == (void *)0 || (b)->slen < 0) ? (int)(e) : ((b)->slen)) ^ ../../src/bstr/bstrlib.h:197:30: note: in expansion of macro 'blengthe' #define blength(b) (blengthe ((b), 0)) ^~~~~~~~ src/config_file.c:97:48: note: in expansion of macro 'blength' if(tst_search(params, bdata(&RAW_PAYLOAD), blength(&RAW_PAYLOAD))) { ^~~~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'HANDLER_RAW_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:101:21: note: in expansion of macro 'bdata' DB_exec(bdata(&HANDLER_RAW_SQL)); ^~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'PROTOCOL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:107:27: note: in expansion of macro 'bdata' if(tst_search(params, bdata(&PROTOCOL), blength(&PROTOCOL))) { ^~~~~ ../../src/bstr/bstrlib.h:196:35: warning: the comparison will always evaluate as 'false' for the address of 'PROTOCOL' will never be NULL [-Waddress] #define blengthe(b, e) (((b) == (void *)0 || (b)->slen < 0) ? (int)(e) : ((b)->slen)) ^ ../../src/bstr/bstrlib.h:197:30: note: in expansion of macro 'blengthe' #define blength(b) (blengthe ((b), 0)) ^~~~~~~~ src/config_file.c:107:45: note: in expansion of macro 'blength' if(tst_search(params, bdata(&PROTOCOL), blength(&PROTOCOL))) { ^~~~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'HANDLER_PROTOCOL_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:112:23: note: in expansion of macro 'bdata' res = DB_exec(bdata(&HANDLER_PROTOCOL_SQL), protocol); ^~~~~ src/config_file.c: In function 'Proxy_load': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'PROXY_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:131:32: note: in expansion of macro 'bdata' tns_value_t *res = DB_exec(bdata(&PROXY_SQL), addr, port); ^~~~~ src/config_file.c: In function 'Mimetypes_import': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'MIMETYPES_DEFAULT_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:145:38: note: in expansion of macro 'bdata' int rc = sqlite3_exec(CONFIG_DB, bdata(&MIMETYPES_DEFAULT_SQL), NULL, NULL, &zErrMsg); ^~~~~ src/config_file.c: In function 'Mimetypes_load': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'MIMETYPE_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:161:19: note: in expansion of macro 'bdata' res = DB_exec(bdata(&MIMETYPE_SQL), ^~~~~ src/config_file.c: In function 'Settings_load': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'SETTING_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:182:19: note: in expansion of macro 'bdata' res = DB_exec(bdata(&SETTING_SQL), name, bdata(val->as.string->data)); ^~~~~ src/config_file.c: In function 'Route_load': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'ROUTE_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:226:19: note: in expansion of macro 'bdata' res = DB_exec(bdata(&ROUTE_SQL), name, HOST_ID, cls->id, bdata(type)); ^~~~~ src/config_file.c: In function 'Host_load': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'MATCHING_PARAM' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:305:32: note: in expansion of macro 'bdata' if(tst_search(cls->params, bdata(&MATCHING_PARAM), blength(&MATCHING_PARAM))) { ^~~~~ ../../src/bstr/bstrlib.h:196:35: warning: the comparison will always evaluate as 'false' for the address of 'MATCHING_PARAM' will never be NULL [-Waddress] #define blengthe(b, e) (((b) == (void *)0 || (b)->slen < 0) ? (int)(e) : ((b)->slen)) ^ ../../src/bstr/bstrlib.h:197:30: note: in expansion of macro 'blengthe' #define blength(b) (blengthe ((b), 0)) ^~~~~~~~ src/config_file.c:305:56: note: in expansion of macro 'blength' if(tst_search(cls->params, bdata(&MATCHING_PARAM), blength(&MATCHING_PARAM))) { ^~~~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'MATCHING_PARAM' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:307:51: note: in expansion of macro 'bdata' matching = AST_str(settings, cls->params, bdata(&MATCHING_PARAM), VAL_QSTRING); ^~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'HOST_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:310:19: note: in expansion of macro 'bdata' res = DB_exec(bdata(&HOST_SQL), SERVER_ID, name, matching); ^~~~~ src/config_file.c: In function 'Server_load': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'BIND_ADDR' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:347:32: note: in expansion of macro 'bdata' if(tst_search(cls->params, bdata(&BIND_ADDR), blength(&BIND_ADDR))) { ^~~~~ ../../src/bstr/bstrlib.h:196:35: warning: the comparison will always evaluate as 'false' for the address of 'BIND_ADDR' will never be NULL [-Waddress] #define blengthe(b, e) (((b) == (void *)0 || (b)->slen < 0) ? (int)(e) : ((b)->slen)) ^ ../../src/bstr/bstrlib.h:197:30: note: in expansion of macro 'blengthe' #define blength(b) (blengthe ((b), 0)) ^~~~~~~~ src/config_file.c:347:51: note: in expansion of macro 'blength' if(tst_search(cls->params, bdata(&BIND_ADDR), blength(&BIND_ADDR))) { ^~~~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'BIND_ADDR' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:348:52: note: in expansion of macro 'bdata' bind_addr = AST_str(settings, cls->params, bdata(&BIND_ADDR), VAL_QSTRING); ^~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'USE_SSL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:353:32: note: in expansion of macro 'bdata' if(tst_search(cls->params, bdata(&USE_SSL), blength(&USE_SSL))) { ^~~~~ ../../src/bstr/bstrlib.h:196:35: warning: the comparison will always evaluate as 'false' for the address of 'USE_SSL' will never be NULL [-Waddress] #define blengthe(b, e) (((b) == (void *)0 || (b)->slen < 0) ? (int)(e) : ((b)->slen)) ^ ../../src/bstr/bstrlib.h:197:30: note: in expansion of macro 'blengthe' #define blength(b) (blengthe ((b), 0)) ^~~~~~~~ src/config_file.c:353:49: note: in expansion of macro 'blength' if(tst_search(cls->params, bdata(&USE_SSL), blength(&USE_SSL))) { ^~~~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'USE_SSL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:354:50: note: in expansion of macro 'bdata' use_ssl = AST_str(settings, cls->params, bdata(&USE_SSL), VAL_NUMBER); ^~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'CONTROL_PORT' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:359:32: note: in expansion of macro 'bdata' if(tst_search(cls->params, bdata(&CONTROL_PORT), blength(&CONTROL_PORT))) { ^~~~~ ../../src/bstr/bstrlib.h:196:35: warning: the comparison will always evaluate as 'false' for the address of 'CONTROL_PORT' will never be NULL [-Waddress] #define blengthe(b, e) (((b) == (void *)0 || (b)->slen < 0) ? (int)(e) : ((b)->slen)) ^ ../../src/bstr/bstrlib.h:197:30: note: in expansion of macro 'blengthe' #define blength(b) (blengthe ((b), 0)) ^~~~~~~~ src/config_file.c:359:54: note: in expansion of macro 'blength' if(tst_search(cls->params, bdata(&CONTROL_PORT), blength(&CONTROL_PORT))) { ^~~~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'CONTROL_PORT' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:360:55: note: in expansion of macro 'bdata' control_port = AST_str(settings, cls->params, bdata(&CONTROL_PORT), VAL_QSTRING); ^~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'OPT_CHROOT' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:365:32: note: in expansion of macro 'bdata' if(tst_search(cls->params, bdata(&OPT_CHROOT), blength(&OPT_CHROOT))) { ^~~~~ ../../src/bstr/bstrlib.h:196:35: warning: the comparison will always evaluate as 'false' for the address of 'OPT_CHROOT' will never be NULL [-Waddress] #define blengthe(b, e) (((b) == (void *)0 || (b)->slen < 0) ? (int)(e) : ((b)->slen)) ^ ../../src/bstr/bstrlib.h:197:30: note: in expansion of macro 'blengthe' #define blength(b) (blengthe ((b), 0)) ^~~~~~~~ src/config_file.c:365:52: note: in expansion of macro 'blength' if(tst_search(cls->params, bdata(&OPT_CHROOT), blength(&OPT_CHROOT))) { ^~~~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'OPT_CHROOT' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:366:53: note: in expansion of macro 'bdata' opt_chroot = AST_str(settings, cls->params, bdata(&OPT_CHROOT), VAL_QSTRING); ^~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'SERVER_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:371:19: note: in expansion of macro 'bdata' res = DB_exec(bdata(&SERVER_SQL), ^~~~~ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'SERVER_SQL' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ ../../src/dbg.h:63:111: note: in expansion of macro 'bdata' #define log_err(M, ...) fprintf_with_timestamp(dbg_get_log(), "[ERROR] (errno: %s) " M "\n", clean_errno(), ##__VA_ARGS__) ^~~~~~~~~~~ ../../src/dbg.h:72:37: note: in expansion of macro 'log_err' #define check(A, M, ...) if(!(A)) { log_err(M, ##__VA_ARGS__); errno=0; goto error; } ^~~~~~~ src/config_file.c:384:5: note: in expansion of macro 'check' check(res != NULL, "Failed to exec SQL: %s", bdata(&SERVER_SQL)); ^~~~~ src/config_file.c: In function 'Config_setup': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'CONFIG_SCHEMA' will never be NULL [-Waddress] #define bdataofse(b, o, e) (((b) == (void *)0 || (b)->data == (void*)0) ? (char *)(e) : ((char *)(b)->data) + (o)) ^ ../../src/bstr/bstrlib.h:199:30: note: in expansion of macro 'bdataofse' #define bdataofs(b, o) (bdataofse ((b), (o), (void *)0)) ^~~~~~~~~ ../../src/bstr/bstrlib.h:201:30: note: in expansion of macro 'bdataofs' #define bdata(b) (bdataofs (b, 0)) ^~~~~~~~ src/config_file.c:424:38: note: in expansion of macro 'bdata' int rc = sqlite3_exec(CONFIG_DB, bdata(&CONFIG_SCHEMA), NULL, NULL, &zErrMsg); ^~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/constants.o src/constants.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/lexer.o src/lexer.c src/lexer.c:74:18: warning: 'm2sh_lexer_en_main' defined but not used [-Wunused-const-variable=] static const int m2sh_lexer_en_main = 6; ^~~~~~~~~~~~~~~~~~ src/lexer.c:72:18: warning: 'm2sh_lexer_error' defined but not used [-Wunused-const-variable=] static const int m2sh_lexer_error = 0; ^~~~~~~~~~~~~~~~ src/lexer.c:71:18: warning: 'm2sh_lexer_first_final' defined but not used [-Wunused-const-variable=] static const int m2sh_lexer_first_final = 6; ^~~~~~~~~~~~~~~~~~~~~~ src/lexer.rl: In function 'Parse_config_string': src/lexer.rl:158:26: warning: 'ts' may be used uninitialized in this function [-Wmaybe-uninitialized] (int)(ts - bdata(content)), ++state.line_number); ~~~~^~~~~~~~~~~~~~~~~ src/lexer.rl:131:11: note: 'ts' was declared here char *ts = NULL; ^~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/linenoise.o src/linenoise.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/m2sh.o src/m2sh.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/parser.o src/parser.c src/parser.c: In function 'yy_destructor': src/parser.c:86:37: warning: unused variable 'state' [-Wunused-variable] #define ParseARG_FETCH ParserState *state = yypParser->state ^ src/parser.c:388:3: note: in expansion of macro 'ParseARG_FETCH' ParseARG_FETCH; ^~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/query_print.o src/query_print.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/token.o src/token.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/commands/access.o src/commands/access.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/commands/config.o src/commands/config.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/commands/helpers.o src/commands/helpers.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/commands/logging.o src/commands/logging.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/commands/querying.o src/commands/querying.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o src/commands/running.o src/commands/running.c mkdir -p build /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -DNO_LINENOS -pthread -g -I../../src -Isrc -Wall -o build/m2sh src/ast.o src/cli.o src/commands.o src/config_file.o src/constants.o src/lexer.o src/linenoise.o src/m2sh.o src/parser.o src/query_print.o src/token.o src/commands/access.o src/commands/config.o src/commands/helpers.o src/commands/logging.o src/commands/querying.o src/commands/running.o ../../build/libm2.a -lzmq -ldl -lsqlite3 /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="" PREFIX="/usr" -C tools/procer all /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -pthread -g -I../../src -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o procer.o procer.c procer.c: In function 'Action_exec': procer.c:56:5: warning: null argument where non-null required (argument 1) [-Wnonnull] putenv(bdata(pidfile_env)); ^~~~~~ procer.c:59:5: warning: null argument where non-null required (argument 1) [-Wnonnull] putenv(bdata(action_env)); ^~~~~~ /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -pthread -g -I../../src -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o profile.o profile.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -pthread -g -I../../src -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o rampart.o rampart.c /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -o procer procer.o profile.o rampart.o ../../build/libm2.a -lzmq -ldl -lsqlite3 /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="" PREFIX="/usr" -C tools/filters all /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I../../src -I../../src/polarssl/include -g -fPIC -shared -nostartfiles -L../../build -o null.so null.c ../../build/libm2.a /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I../../src -I../../src/polarssl/include -g -fPIC -shared -nostartfiles -L../../build -o rewrite.so rewrite.c ../../build/libm2.a /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I../../src -I../../src/polarssl/include -g -fPIC -shared -nostartfiles -L../../build -o sendfile.so sendfile.c ../../build/libm2.a /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="" PREFIX="/usr" -C tools/config_modules all /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I../../src -I../../src/polarssl/include -fPIC -shared -nostartfiles -L../../build -o null.so null.c ../../build/libm2.a /home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -I../../src -I../../src/polarssl/include -fPIC -shared -nostartfiles -L../../build -o zmq.so zmq.c ../../build/libm2.a >>> mongrel2 1.9.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j1 PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ar" AS="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-nm" CC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/buildroot/autobuild/run/instance-0/output/build/mongrel2-1.9.2 PREFIX=/usr DESTDIR=/home/buildroot/autobuild/run/instance-0/output/target install fatal: Not a git repository (or any of the parent directories): .git PolarSSL 1.3.0; already configured /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/buildroot/autobuild/run/instance-0/output/target" PREFIX="/usr" -C tools/m2sh all make[3]: Nothing to be done for `all'. /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/buildroot/autobuild/run/instance-0/output/target" PREFIX="/usr" -C tools/procer all make[3]: Nothing to be done for `all'. /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/buildroot/autobuild/run/instance-0/output/target" PREFIX="/usr" -C tools/filters all make[3]: Nothing to be done for `all'. /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/buildroot/autobuild/run/instance-0/output/target" PREFIX="/usr" -C tools/config_modules all make[3]: Nothing to be done for `all'. install bin/mongrel2 /home/buildroot/autobuild/run/instance-0/output/target//usr/bin/ \ || ( install -d /home/buildroot/autobuild/run/instance-0/output/target//usr/bin/ \ && install bin/mongrel2 /home/buildroot/autobuild/run/instance-0/output/target//usr/bin/ ) /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/buildroot/autobuild/run/instance-0/output/target" PREFIX="/usr" -C tools/m2sh install install build/m2sh /home/buildroot/autobuild/run/instance-0/output/target/usr/bin /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/buildroot/autobuild/run/instance-0/output/target" PREFIX="/usr" -C tools/config_modules install install -d /home/buildroot/autobuild/run/instance-0/output/target//usr/lib/mongrel2/config_modules/ install *.so /home/buildroot/autobuild/run/instance-0/output/target//usr/lib/mongrel2/config_modules/ /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/buildroot/autobuild/run/instance-0/output/target" PREFIX="/usr" -C tools/filters install install -d /home/buildroot/autobuild/run/instance-0/output/target//usr/lib/mongrel2/filters/ install *.so /home/buildroot/autobuild/run/instance-0/output/target//usr/lib/mongrel2/filters/ /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/buildroot/autobuild/run/instance-0/output/target" PREFIX="/usr" -C tools/procer install install procer /home/buildroot/autobuild/run/instance-0/output/target/usr/bin/ monkey-1.6.9.tar.gz: OK (md5: c401734985a936ee07dbff5eca7d176a) monkey-1.6.9.tar.gz: OK (sha256: f1122e89cda627123286542b0a18fcaa131cbe9d4f5dd897d9455157289148fb) >>> monkey 1.6.9 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-0/dl/monkey/monkey-1.6.9.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output/build/monkey-1.6.9 -xf - >>> monkey 1.6.9 Patching >>> monkey 1.6.9 Configuring (cd /home/buildroot/autobuild/run/instance-0/output/build/monkey-1.6.9; PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ar" AS="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-nm" CC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-0/output/host/bin/x86_64-amd-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-0/output/host/x86_64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ./configure --prefix=/usr --sysconfdir=/etc/monkey --webroot=/var/www --mandir=/usr/share/man --logdir=/var/log --pidfile=/var/run --malloc-libc --enable-shared --enable-plugins=tls --mbedtls-shared) Usage: ./configure [OPTION]... [VAR=VALUE]... Optional Commands: --help Display this help and exit --version Display version information and exit Build options: --local Build locally, don't install (dev mode) --debug Compile Monkey with debugging symbols --trace Enable trace messages (don't use in production) --no-backtrace Disable backtrace feature --linux-trace Enable Linux Trace Toolkit --musl-mode Enable musl compatibility mode --uclib-mode Enable uClib compatibility mode --malloc-libc Use system default memory allocator (default is jemalloc) --pthread-tls Use Posix thread keys instead of compiler TLS --no-binary Do not build binary --static-lib-mode Build static library mode --skip-config Do not include configuration files --mbedtls-shared Use system mbedtls shared lib instead of the static one Installation Directories: --prefix=PREFIX Root prefix directory --sbindir=BINDIR Binary files (executables) --libdir=LIBDIR Libraries --includedir=INCDIR Header install path --sysconfdir=SYSCONFDIR Configuration files --webroot=WEB_ROOT Path to default web site files --mandir=MANDIR Manpages - documentation --logdir=LOGDIR Log files --pidfile=PIDFILE Path to file to store PID --systemddir[=DIR] Systemd directory path --enable-plugins=a,b Enable the listed plugins --disable-plugins=a,b Disable the listed plugins --static-plugins=a,b Build plugins in static mode --only-accept Use only accept(2) --only-accept4 Use only accept4(2) (default and preferred) Override Server Configuration: --default-port=PORT Override default TCP port (default: 2001) --default-user=USER Override default web user (default: www-data) make[1]: *** [/home/buildroot/autobuild/run/instance-0/output/build/monkey-1.6.9/.stamp_configured] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-0/buildroot'