Source: opensips
Version: 2.1.1-1
Severity: important
Justification: fails to build from source
Builds of opensips for the vast majority of architectures failed:
cachedb/../db/../lock_ops.h: In function 'lock_get':
cachedb/../db/../lock_ops.h:195:4: warning: implicit declaration of function
'LM_DBG' [-Wimplicit-function-declaration]
LM_DBG("signal received while waiting for on a mutex\n");
^
cachedb/../db/../lock_ops.h:198:4: warning: implicit declaration of function
'LM_CRIT' [-Wimplicit-function-declaration]
LM_CRIT("%s (%d)\n", strerror(errno), errno);
^
net/../dprint.h: In function '__set_proc_debug_level':
net/../dprint.h:128:2: error: 'pt' undeclared (first use in this function)
pt[proc_idx].debug = level;
^
net/../dprint.h:128:2: note: each undeclared identifier is reported only once
for each function it appears in
net/../dprint.h: In function '__set_proc_default_debug':
net/../dprint.h:133:2: error: 'pt' undeclared (first use in this function)
pt[proc_idx].default_debug = level;
^
net/../dprint.h: In function 'set_global_debug_level':
net/../dprint.h:141:18: error: 'counted_processes' undeclared (first use in
this function)
for (i = 0; i < counted_processes; i++) {
^
net/../dprint.h: In function 'set_proc_debug_level':
net/../dprint.h:150:25: error: 'process_no' undeclared (first use in this
function)
__set_proc_debug_level(process_no, level);
^
Could you please take a look?
Thanks!