Your message dated Mon, 5 Dec 2016 18:10:57 +0200
with message-id <[email protected]>
and subject line Re: Bug#814194: opensips: FTBFS: various undeclared identifiers
has caused the Debian Bug report #814194,
regarding opensips: FTBFS: various undeclared identifiers
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
814194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814194
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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!
--- End Message ---
--- Begin Message ---
Package: opensips
Version: 2.2.2-1
Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com
On 02/29/2016 05:55 AM, Aaron M. Ucko wrote:
found 814194 2.1.2-1
notfixed 814194 2.1.2-2
thanks
Razvan Crainea <[email protected]> writes:
+ Add patch to fix parallel builds. (Closes: #814196, #814546, #814194)
This change was unrelated to these errors, which I still see. Could you
please take another look?
Thanks!
--- End Message ---