^ ../../src/bstr/bstrlib.h:197:30: note: in expansion of macro 'blengthe' #define blength(b) (blengthe ((b), 0)) ^ src/config_file.c:64:46: note: in expansion of macro 'blength' if(tst_search(params, bdata(&CACHE_TTL), blength(&CACHE_TTL))) { ^ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'DIR_CACHE_TTL_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:69:27: note: in expansion of macro 'bdata' res = DB_exec(bdata(&DIR_CACHE_TTL_SQL), cache_ttl); ^ 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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/ast.o src/ast.c In file included from ../../src/bstring.h:38:0, from src/config_file.h:4, from src/ast.h:7, from src/ast.c:35: src/ast.c: In function 'AST_walk': ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'DEFAULT_ROOT' 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/ast.c:119:36: note: in expansion of macro 'bdata' Pair *n = tst_search(settings, bdata(&DEFAULT_ROOT), blength(&DEFAULT_ROOT)); ^ ../../src/bstr/bstrlib.h:196:35: warning: the comparison will always evaluate as 'false' for the address of 'DEFAULT_ROOT' 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/ast.c:119:58: note: in expansion of macro 'blength' Pair *n = tst_search(settings, bdata(&DEFAULT_ROOT), blength(&DEFAULT_ROOT)); ^ ../../src/bstr/bstrlib.h:198:35: warning: the comparison will always evaluate as 'false' for the address of 'DEFAULT_ROOT' 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/ast.c:120:5: note: in expansion of macro 'check' check(n, "You didn't set a %s variable to say what servers you want.", ^ /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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 /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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 mkdir -p build /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/linenoise.o src/lexer.o src/constants.o src/cli.o src/parser.o src/token.o src/commands.o src/query_print.o src/m2sh.o src/config_file.o src/ast.o src/commands/config.o src/commands/helpers.o src/commands/logging.o src/commands/running.o src/commands/querying.o src/commands/access.o ../../build/libm2.a -lzmq -ldl -lsqlite3 /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="" PREFIX="/usr" -C tools/procer all /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-ar" AS="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-as" LD="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-ld" NM="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-nm" CC="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gcc" GCC="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gcc" CPP="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-cpp" CXX="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-g++" FC="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gfortran" F77="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gfortran" RANLIB="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-ranlib" READELF="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-readelf" STRIP="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-strip" OBJCOPY="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-objcopy" OBJDUMP="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/naourr/work/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output/host/mips64el-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /home/naourr/work/instance-3/output/build/mongrel2-1.9.2 PREFIX=/usr DESTDIR=/home/naourr/work/instance-3/output/target install fatal: Not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). PolarSSL 1.3.0; already configured ar rcs build/libm2.a src/polarssl/library/pk.o src/polarssl/library/pkcs12.o src/polarssl/library/version.o src/polarssl/library/net.o src/polarssl/library/dhm.o src/polarssl/library/x509write_crt.o src/polarssl/library/certs.o src/polarssl/library/gcm.o src/polarssl/library/x509_crl.o src/polarssl/library/ssl_ciphersuites.o src/polarssl/library/md5.o src/polarssl/library/des.o src/polarssl/library/cipher_wrap.o src/polarssl/library/ecp.o src/polarssl/library/blowfish.o src/polarssl/library/entropy_poll.o src/polarssl/library/md_wrap.o src/polarssl/library/ecdsa.o src/polarssl/library/memory.o src/polarssl/library/ecdh.o src/polarssl/library/asn1write.o src/polarssl/library/x509_create.o src/polarssl/library/aes.o src/polarssl/library/arc4.o src/polarssl/library/debug.o src/polarssl/library/camellia.o src/polarssl/library/x509.o src/polarssl/library/havege.o src/polarssl/library/entropy.o src/polarssl/library/sha512.o src/polarssl/library/pem.o src/polarssl/library/error.o src/polarssl/library/x509_csr.o src/polarssl/library/md4.o src/polarssl/library/pbkdf2.o src/polarssl/library/pkcs11.o src/polarssl/library/timing.o src/polarssl/library/cipher.o src/polarssl/library/ssl_tls.o src/polarssl/library/ssl_srv.o src/polarssl/library/x509_crt.o src/polarssl/library/sha256.o src/polarssl/library/oid.o src/polarssl/library/pkcs5.o src/polarssl/library/base64.o src/polarssl/library/xtea.o src/polarssl/library/pkparse.o src/polarssl/library/padlock.o src/polarssl/library/pk_wrap.o src/polarssl/library/sha1.o src/polarssl/library/ssl_cli.o src/polarssl/library/threading.o src/polarssl/library/x509write_csr.o src/polarssl/library/rsa.o src/polarssl/library/md.o src/polarssl/library/pkwrite.o src/polarssl/library/asn1parse.o src/polarssl/library/ssl_cache.o src/polarssl/library/memory_buffer_alloc.o src/polarssl/library/md2.o src/polarssl/library/ctr_drbg.o src/polarssl/library/bignum.o src/bstr/bstraux.o src/bstr/bsafe.o src/bstr/bstrlib.o src/config/db.o src/config/config.o src/config/module.o src/task/rendez.o src/task/net.o src/task/qlock.o src/task/task.o src/task/fd.o src/task/context.o src/mem/halloc.o src/adt/list.o src/adt/dict.o src/adt/darray.o src/adt/hash.o src/adt/tst.o src/adt/radixmap.o src/http11/httpclient_parser.o src/http11/http11_parser.o src/response.o src/host.o src/request.o src/logrotate.o src/connection.o src/io.o src/handler_parser.o src/xrequest.o src/unixy.o src/handler.o src/bsd_specific.o src/superpoll.o src/cache.o src/server.o src/proxy.o src/register.o src/control.o src/websocket.o src/state.o src/dir.o src/mime.o src/upload.o src/dbg.o src/tnetstrings.o src/log.o src/headers.o src/pattern.o src/filter.o src/setting.o src/routing.o src/state.o src/http11/http11_parser.o src/task/asm.o ranlib build/libm2.a /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g -O2 -Wall -Wextra -Isrc -Isrc/polarssl/include -pthread -rdynamic -DNDEBUG -D_FILE_OFFSET_BITS=64 src/mongrel2.o -o bin/mongrel2 build/libm2.a -lzmq -ldl -lsqlite3 /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/naourr/work/instance-3/output/target" PREFIX="/usr" -C tools/m2sh all mkdir -p build /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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/linenoise.o src/lexer.o src/constants.o src/cli.o src/parser.o src/commands.o src/query_print.o src/token.o src/m2sh.o src/config_file.o src/ast.o src/commands/config.o src/commands/helpers.o src/commands/logging.o src/commands/running.o src/commands/querying.o src/commands/access.o ../../build/libm2.a -lzmq -ldl -lsqlite3 /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/naourr/work/instance-3/output/target" PREFIX="/usr" -C tools/procer all /home/naourr/work/instance-3/output/host/bin/mips64el-ctng_n32-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="/home/naourr/work/instance-3/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/naourr/work/instance-3/output/target" PREFIX="/usr" -C tools/config_modules all make[3]: Nothing to be done for 'all'. install bin/mongrel2 /home/naourr/work/instance-3/output/target//usr/bin/ \ || ( install -d /home/naourr/work/instance-3/output/target//usr/bin/ \ && install bin/mongrel2 /home/naourr/work/instance-3/output/target//usr/bin/ ) /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/naourr/work/instance-3/output/target" PREFIX="/usr" -C tools/m2sh install install build/m2sh /home/naourr/work/instance-3/output/target/usr/bin /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/naourr/work/instance-3/output/target" PREFIX="/usr" -C tools/config_modules install install -d /home/naourr/work/instance-3/output/target//usr/lib/mongrel2/config_modules/ install *.so /home/naourr/work/instance-3/output/target//usr/lib/mongrel2/config_modules/ /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/naourr/work/instance-3/output/target" PREFIX="/usr" -C tools/filters install install -d /home/naourr/work/instance-3/output/target//usr/lib/mongrel2/filters/ install *.so /home/naourr/work/instance-3/output/target//usr/lib/mongrel2/filters/ /usr/bin/make OPTFLAGS=" " OPTLIBS="" LIBS="-lzmq -ldl -lsqlite3 " DESTDIR="/home/naourr/work/instance-3/output/target" PREFIX="/usr" -C tools/procer install install procer /home/naourr/work/instance-3/output/target/usr/bin/ >>> mpd-mpc 0.29 Downloading --2018-04-24 07:33:00-- http://www.musicpd.org/download/mpc/0/mpc-0.29.tar.xz Resolving www.musicpd.org (www.musicpd.org)... failed: Name or service not known. wget: unable to resolve host address 'www.musicpd.org' --2018-04-24 07:33:30-- http://sources.buildroot.net/mpd-mpc/mpc-0.29.tar.xz Resolving sources.buildroot.net (sources.buildroot.net)... failed: Name or service not known. wget: unable to resolve host address 'sources.buildroot.net' --2018-04-24 07:34:00-- http://sources.buildroot.net/mpc-0.29.tar.xz Resolving sources.buildroot.net (sources.buildroot.net)... failed: Name or service not known. wget: unable to resolve host address 'sources.buildroot.net' make[1]: *** [package/pkg-generic.mk:135: /home/naourr/work/instance-3/output/build/mpd-mpc-0.29/.stamp_downloaded] Error 1 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/work/instance-3/buildroot'