net/libphone-base

Ajtim lumiwa at gmail.com
Mon May 26 09:12:17 UTC 2014


Hi!

On my FreeBSD 10.0-RELEASE (amd64) I have a problem to update/build 
net/libphone-base:

 -pipe -fno-strict-aliasing -MT proxy.lo -MD -MP -MF .deps/proxy.Tpo -c 
proxy.c  -fPIC -DPIC -o .libs/proxy.o
presence.c:86:54: error: too few arguments to function call, expected 4, have 
3
                eXosip_insubscription_build_answer(ev->tid,202,&msg);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 ^
/usr/local/include/eXosip2/eX_subscribe.h:175:3: note: 
'eXosip_insubscription_build_answer' declared here
  int eXosip_insubscription_build_answer (struct eXosip_t *excontext, int tid, 
int status, osip_message_t ** answer);
exevents.c:38:15: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_lock();
                ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
exevents.c:39:40: error: too few arguments to function call, expected 3, have 
2
                eXosip_call_terminate(ev->cid,ev->did);
                ~~~~~~~~~~~~~~~~~~~~~                ^
/usr/local/include/eXosip2/eX_call.h:227:3: note: 'eXosip_call_terminate' 
declared here
  int eXosip_call_terminate (struct eXosip_t *excontext, int cid, int did);
  ^
exevents.c:40:17: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_unlock();
                ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
  ^
presence.c:87:52: friend.c:149:14: error: too few arguments to function call, 
single argument 'excontext' was not specified
        eXosip_lock();
        ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
exevents.c:96:36: friend.c:150error: :78: error: error: too toofew  
fewarguments  argumentsto  tofunction  functioncall,  call,expected  
expected7,  4,have  have6 3

                eXosip_insubscription_send_answer(ev->tid,202,msg);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                ^
        eXosip_subscribe_build_initial_request(&msg,friend,from,route,"presence",600);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                      
^
/usr/local/include/eXosip2/eX_subscribe.h:185:3/usr/local/include/eXosip2/eX_subscribe.h:: 
123:3note: : 'eXosip_insubscription_send_answer' note: declared 
here'eXosip_subscribe_build_initial_request' 
declared here
  int eXosip_insubscription_send_answer (struct eXosip_t *excontext, int tid, 
int status, osip_message_t * answer);
  ^
presence.c:88:3  int eXosip_subscribe_build_initial_request (struct eXosip_t 
*excontext, osip_message_t ** subscribe, const char *...:
 too  ^ 
few arguments to function call, expected 3, have 2
friend.c:151:43: error: too        eXosip_call_build_ack(ev->did,&msg); 
few arguments        ~~~~~~~~~~~~~~~~~~~~~             ^ 
to function call, expected 2, have warning: 1
implicit declaration of function '__eXosip_wakeup_event' is invalid in C99
      [-Wimplicit-function-declaration]
        eXosip_subscribe_send_initial_request(msg);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    ^
                __eXosip_wakeup_event();/usr/local/include/eXosip2/eX_subscribe.h
:131:                ^3
: note: 'eXosip_subscribe_send_initial_request' declared here
  int eXosip_subscribe_send_initial_request (struct eXosip_t *excontext, 
osip_message_t * subscribe);
  ^
friend.c:152:16: error: too few arguments to function call, single argument 
'excontext' was not specified
        eXosip_unlock();
        ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
/usr/local/include/eXosip2/eX_call.h:  ^132
:3: note: 'eXosip_call_build_ack' declared here
  int eXosip_call_build_ack (struct eXosip_t *excontext, int did, 
osip_message_t ** ack);
  ^
exevents.c:98:34: error: too few arguments to function call, expected 3, have 
2
        eXosip_call_send_ack(ev->did,msg);
        ~~~~~~~~~~~~~~~~~~~~            ^
/usr/local/include/eXosip2/eX_call.h:141:3: note: 'eXosip_call_send_ack' 
declared here
  int eXosip_call_send_ack (struct eXosip_t *excontext, int did, 
osip_message_t * ack);
  ^
presence.c:proxy.c:113:14: error: too few arguments to function call, single 
argument 'excontext' was not specified
        eXosip_lock();
        ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
proxy.c:115:59: error: too few arguments to function call, expected 4, have 3
        eXosip_register_build_register(obj->rid,obj->expires,&msg);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           ^
/usr/local/include/eXosip2/eX_register.h:104:3: note: 
'eXosip_register_build_register' declared here
  int eXosip_register_build_register (struct eXosip_t *excontext, int rid, int 
expires, osip_message_t ** reg);
  ^
proxy.c:117:17: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_unlock();
                ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
95:55: proxy.c:130:44: error: too few arguments to function call, expected 3, 
have 2
        eXosip_register_send_register(obj->rid,msg);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             ^
/usr/local/include/eXosip2/eX_register.h:113:3: note: 
'eXosip_register_send_register' declared here
  int eXosip_register_send_register (struct eXosip_t *excontext, int rid, 
osip_message_t * reg);
  ^
proxy.c:131:16: error: too few arguments to function call, single argument 
'excontext' was not specified
        eXosip_unlock();
        ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
error: too few arguments to function call, expected 4, have 
3exevents.c:288:15: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_lock();
                ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);friend.c
:536:  ^15
: error: too few arguments to function call, single argument 'excontext' was 
not specified
                eXosip_lock();
                ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
exevents.c:290:44: error: too few arguments to  int eXosip_lock (struct 
eXosip_t *excontext); 
function call,  ^ 
expected 4, have 3
                        eXosip_call_send_answer(ev->tid,486,NULL);
                        ~~~~~~~~~~~~~~~~~~~~~~~                 ^
friend.c:537:58: /usr/local/include/eXosip2/eX_call.h:error: 217:3too 
few arguments to function call, expected 5, have 4
sdphandler.c:324:78                                
eXosip_insubscription_send_answer(ev->tid,401,NULL);:
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
^
error: too few arguments                eXosip_insubscription_build_notify(lf-
>in_did,ss,0,&msg); 
to                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                     
^function
 /usr/local/include/eXosip2/eX_subscribe.h:/usr/local/include/eXosip2/eX_subscribe.h::185 
206::call,33:note:  :expected   'eXosip_call_send_answer'4, declared  havehere 
note: 
'eXosip_insubscription_send_answer'note:  declared 
'eXosip_insubscription_build_notify'here declared
 here
  int eXosip_call_send_answer (struct eXosip_t *excontext, int tid, int 
status, osip_message_t * answer);
  ^
  int eXosip_insubscription_send_answer (struct eXosip_t *excontext, int tid, 
int status, osip_message_t * answer);
  ^
  int eXosip_insubscription_build_notify (struct eXosip_t *excontext, int did, 
int subscription_status, int subscri...
  ^
presence.c:102:55: error: too few arguments to function call, expected 4, have 
3
friend.c:541:53: error: too few arguments3exevents.c:
296                        eXosip_insubscription_build_answer(ev-
>tid,202,&msg);:
45:                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
^ 
error: too few /usr/local/include/eXosip2/eX_subscribe.harguments: to175 
function: 3call,:  expected 4,note:                  
eXosip_guess_localip(strchr(tmp,':') ?  AF_INET6 : AF_INET,ctx->localip,128); 
'eXosip_insubscription_build_answer'
to  declaredhave functionhere  3
                ~~~~~~~~~~~~~~~~~~~~                                                       
^

/usr/local/include/eXosip2/eX_setup.h:365:3: note: 'eXosip_guess_localip' 
declared here                  eXosip_call_send_answer(ev->tid,480,NULL);

                  ~~~~~~~~~~~~~~~~~~~~~~~                 ^
/usr/local/include/eXosip2/eX_call.h:217:3  int 
eXosip_insubscription_build_answer (struct eXosip_t *excontext, int tid, int 
status, osip_message_t ** answer);:
   ^
note: 'eXosip_call_send_answer' declared here
  int eXosip_guess_localip (struct eXosip_t *excontext, int family, char 
*address, int size);
  ^
presence.c:103:53: error: too few arguments  int eXosip_call_send_answer 
(struct eXosip_t *excontext, int tid, int status, osip_message_t * 
answer);call,
   ^expected
 3, have 2
                        eXosip_insubscription_send_request(lf->in_did,msg);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               ^
/usr/local/include/eXosip2/eX_subscribe.h:215:3: note: 
'eXosip_insubscription_send_request' declared here
exevents.c:298:45: error: too few arguments to function call, expected 4,   
int eXosip_insubscription_send_request (struct eXosip_t *excontext, int did, 
osip_message_t * request); 
to  ^ 
function call, expected 4, have 3
                        eXosip_insubscription_send_answer(ev->tid,202,msg);
friend.c                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
^:
543:17: error: too/usr/local/include/eXosip2/eX_subscribe.h :few185 
:arguments3 :to  function note: call, 
single'eXosip_insubscription_send_answer'  argumentdeclared  'excontext'here 
was
 not specified
                eXosip_unlock();
                ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared   
int eXosip_insubscription_send_answer (struct eXosip_t *excontext, int tid, 
int status, osip_message_t * answer);here
have   ^3proxy.c:
253
:16: error: too few arguments to function call, single argument   int 
eXosip_unlock (struct eXosip_t *excontext);'excontext'
 was not
 specified
                        eXosip_lock();
                        ~~~~~~~~~~~ ^
                  eXosip_call_send_answer(ev->tid,480,NULL);
                  ~~~~~~~~~~~~~~~~~~~~~~~                 ^
/usr/local/include/eXosip2/eX_setup.h:95:3: 
/usr/local/include/eXosip2/eX_call.h:note: 217:'eXosip_lock'   ^declared
 here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
proxy.c:254:50: error: too few arguments to function call, expected 4, have 3
                        eXosip_register_build_register(obj->rid,0,&msg);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                ^
/usr/local/include/eXosip2/eX_register.hfriend.c::104550::315::  note: error: 
'eXosip_register_build_register'3 declared:  here
note: 'eXosip_call_send_answer' declared here
  int eXosip_register_build_register (struct eXosip_t *excontext, int rid, int 
expires, osip_message_t ** reg);
  ^
  int eXosip_call_send_answer (struct eXosip_t *excontext, int tid, int 
status, osip_message_t * answer);
  ^
proxy.c:255:46: error: too few arguments to function call, expected 3, have 2
                        eXosip_register_send_register(obj->rid,msg);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             ^
/usr/local/include/eXosip2/eX_register.h:113:3: note: 
'eXosip_register_send_register' declared here
exevents.c:302:45: error: too few arguments to function  int 
eXosip_register_send_register (struct eXosip_t *excontext, int rid, 
osip_message_t * reg); 
call,   ^expected
 4, have 3
proxy.c:256:18:                         eXosip_call_build_answer(ev-
>tid,302,&msg);
too                        ~~~~~~~~~~~~~~~~~~~~~~~~                 ^ 
few arguments to function call, single/usr/local/include/eXosip2/eX_call.h 
:argument207 :'excontext'3 :was  not note: specified'eXosip_call_build_answer'
 declared here
                eXosip_lock();
                ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_call_build_answer (struct eXosip_t *excontext, int tid, int 
status, osip_message_t ** answer);
  ^
  int eXosip_lock (struct eXosip_t *excontext);
  ^
friend.c:551:58: error: too few arguments to function call, expected 3, have 
exevents.c2:304
:43: error: too few arguments to function call, expected 4, have 3                
eXosip_subscribe_build_refresh_request(lf->out_did,&msg);

                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 ^
/usr/local/include/eXosip2/eX_subscribe.h:140:3: note:                         
eXosip_call_send_answer(ev-
>tid,302,msg);'eXosip_subscribe_build_refresh_request'
 declared                        ~~~~~~~~~~~~~~~~~~~~~~~                ^ 
here
/usr/local/include/eXosip2/eX_call.h:217:3: note: 'eXosip_call_send_answer' 
declared here
  int eXosip_subscribe_build_refresh_request (struct eXosip_t *excontext, int 
did, osip_message_t ** sub);
  ^
  int eXosip_call_send_answer (struct eXosip_t *excontext, int tid, int 
status, osip_message_t * answer);
  ^
friend.c:554:57: error: too few arguments to function call, expected 3, have 2
                        eXosip_subscribe_send_refresh_request(lf-
>out_did,msg);exevents.c
:309                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
^:
45: error: too /usr/local/include/eXosip2/eX_subscribe.hfew: 149arguments: 
3to:  function call,note:  expected 'eXosip_subscribe_send_refresh_request'4,  
declaredhave  here3

                        eXosip_call_build_answer(ev->tid,380,&msg);
                        ~~~~~~~~~~~~~~~~~~~~~~~~                 ^
  int eXosip_subscribe_send_refresh_request (struct eXosip_t *excontext, int 
did, osip_message_t * sub);/usr/local/include/eXosip2/eX_call.h
:error:   ^
207:3: note: 'eXosip_call_build_answer' declared here
friend.c:556:  int eXosip_call_build_answer (struct eXosip_t *excontext, int 
tid, int status, osip_message_t ** answer);17
:   ^
error: too few arguments to function call, single argument 'excontext' was not 
specified
                eXosip_unlock();
                ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: toonote:  few'eXosip_unlock' 
exevents.cdeclared: 311here:43
: error: too few arguments to function call, expected 4,  int eXosip_unlock 
(struct eXosip_t *excontext); 
arguments   ^to
 function call, single argument 'excontext' was not specified
                        eXosip_unlock();
                        ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
 have proxy.c:275:15: error: too few arguments to function call, single 
argument 'excontext' was not specified
                eXosip_lock();
                ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
proxy.c:276:95: error: too few arguments to function call, expected 6, have 5
                obj->rid=eXosip_register_build_initial_register(id_str,obj-
>reg_proxy,NULL,obj->expires,&msg);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                             
^
/usr/local/include/eXosip2/eX_register.h:81:3: note: 
'eXosip_register_build_initial_register' declared here
  int eXosip_register_build_initial_register (struct eXosip_t *excontext, 
const char *from, const char *proxy, cons...
  ^
proxy.c:277:45: error: too few arguments to function call, expected 3, have 2
                eXosip_register_send_register(obj->rid,msg);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             ^
/usr/local/include/eXosip2/eX_register.h:113:3: note: 
'eXosip_register_send_register' declared here
  int eXosip_register_send_register (struct eXosip_t *excontext, int rid, 
osip_message_t * reg);
  ^
proxy.c:278:17: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_unlock();
                ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
3
                        eXosip_call_send_answer(ev->tid,380,msg);
                        ~~~~~~~~~~~~~~~~~~~~~~~                ^
1 warning and 5 errors generated.
/usr/local/include/eXosip2/eX_call.h:217:3: note: proxy.c:447:115: error: too 
few arguments to function call, expected 9, have 8
  i = eXosip_build_publish(&pub, (char *)from, (char *)from, NULL, "presence", 
"1800", "application/pidf+xml", buf);
      ~~~~~~~~~~~~~~~~~~~~                                                                                        
^
/usr/local/include/eXosip2/eX_publish.h:82:3: note: 'eXosip_build_publish' 
declared here
  int eXosip_build_publish (struct eXosip_t *excontext, osip_message_t ** 
message, const char *to, const char *from...
  ^
proxy.c:455:15: error: too few arguments to function call, single argument 
'excontext' was not specified
  eXosip_lock();
  ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
proxy.c:456:31: error: too few arguments to function call, expected 3, have 2
  i = eXosip_publish(pub, from); /* should update the sip-if-match parameter
      ~~~~~~~~~~~~~~          ^
/usr/local/include/eXosip2/eX_publish.h:91:3: note: 'eXosip_publish' declared 
here
  int eXosip_publish (struct eXosip_t *excontext, osip_message_t * message, 
const char *to);
  ^
proxy.c:458:17: error: too few arguments to function call, single argument 
'excontext' was not specified
  eXosip_unlock();
  ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
'eXosip_call_send_answer' declaredgmake[4]: *** [presence.lo] Error 1
gmake[4]: *** Waiting for unfinished jobs....
 here
  int eXosip_call_send_answer (struct eXosip_t *excontext, int tid, int 
status, osip_message_t * answer);
  ^
exevents.c:314:45: error: too few arguments to function call, expected 4, have 
3
                  eXosip_call_send_answer(ev->tid,486,NULL);
                  ~~~~~~~~~~~~~~~~~~~~~~~                 ^
/usr/local/include/eXosip2/eX_call.h:217:3: note: 'eXosip_call_send_answer' 
declared here
  int eXosip_call_send_answer (struct eXosip_t *excontext, int tid, int 
status, osip_message_t * answer);
  ^
exevents.c:315:17: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_unlock();
                ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
exevents.c:319:15: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_lock();
                ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
exevents.c:320:43: error: too few arguments to function call, expected 4, have 
3
                eXosip_call_send_answer(ev->tid,486,NULL);
                ~~~~~~~~~~~~~~~~~~~~~~~                 ^
/usr/local/include/eXosip2/eX_call.h:217:3: note: 'eXosip_call_send_answer' 
declared here
  int eXosip_call_send_answer (struct eXosip_t *excontext, int tid, int 
status, osip_message_t * answer);
  ^
exevents.c:321:17: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_unlock();
                ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
1 error generated.
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
12 errors generated.
exevents.c:349:15: error: too few arguments to function call, single argument 
'excontext' was not specified
                eXosip_lock();
                ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
gmake[4]: *** [sdphandler.lo] Error 1
gmake[4]: *** [friend.lo] Error 1
17 errors generated.
gmake[4]: *** [proxy.lo] Error 1
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -
I../mediastreamer2/include -I/usr/local/include -DIN_LINPHONE -
I/usr/local/include -I/usr/local/include -DOSIP_MT -I../oRTP/include -
DENABLE_TRACE -DLOG_DOMAIN=\"LinphoneCore\" -DORTP_INET6 -O2 -pipe -fno-
strict-aliasing -MT enum.lo -MD -MP -MF .deps/enum.Tpo -c enum.c -o enum.o 
>/dev/null 2>&1
20 errors generated.
linphonecore.c:792:101: error: too few arguments to function call, expected 4, 
have 3
        if (eXosip_guess_localip(lc->sip_conf.ipv6_enabled ? AF_INET6 : 
AF_INET,result,LINPHONE_IPADDR_SIZE)<0){
            ~~~~~~~~~~~~~~~~~~~~                                                                           
^
/usr/local/include/eXosip2/eX_setup.h:365:3: note: 'eXosip_guess_localip' 
declared here
  int eXosip_guess_localip (struct eXosip_t *excontext, int family, char 
*address, int size);
  ^
gmake[4]: *** [exevents.lo] Error 1
linphonecore.c:946:33: error: too few arguments to function call, expected 2, 
have 1
        eXosip_set_user_agent(ua_string);
        ~~~~~~~~~~~~~~~~~~~~~          ^
/usr/local/include/eXosip2/eX_setup.h:271:3: note: 'eXosip_set_user_agent' 
declared here
  void eXosip_set_user_agent (struct eXosip_t *excontext, const char 
*user_agent);
  ^
linphonecore.c:960:34: error: too few arguments to function call, single 
argument 'excontext' was not specified
        if (exosip_running) eXosip_quit();
                            ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:88:3: note: 'eXosip_quit' declared here
  void eXosip_quit (struct eXosip_t *excontext);
  ^
linphonecore.c:961:14: error: too few arguments to function call, single 
argument 'excontext' was not specified
        eXosip_init();
        ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:81:3: note: 'eXosip_init' declared here
  int eXosip_init (struct eXosip_t *excontext);
  ^
linphonecore.c:963:27: error: too few arguments to function call, expected 3, 
have 2
        eXosip_set_option(13,&err); /*13=EXOSIP_OPT_SRV_WITH_NAPTR, as it is 
an enum value, we can't use it unless ...
        ~~~~~~~~~~~~~~~~~        ^
/usr/local/include/eXosip2/eX_setup.h:169:3: note: 'eXosip_set_option' 
declared here
  int eXosip_set_option (struct eXosip_t *excontext, int opt, const void 
*value);
  ^
linphonecore.c:971:53: error: too few arguments to function call, expected 6, 
have 5
                lc->sip_conf.ipv6_enabled ?  PF_INET6 : PF_INET, 0);
                                                                  ^
/usr/local/include/eXosip2/eX_setup.h:245:3: note: 'eXosip_listen_addr' 
declared here
  int eXosip_listen_addr (struct eXosip_t *excontext, int transport, const 
char *addr, int port, int family, int secure);
  ^
linphonecore.c:1022:103: error: too few arguments to function call, expected 
4, have 3
  ...if (eXosip_guess_localip(lc->sip_conf.ipv6_enabled ? AF_INET6 : 
AF_INET,result,LINPHONE_IPADDR_SIZE)==0){
         ~~~~~~~~~~~~~~~~~~~~                                                                           
^
/usr/local/include/eXosip2/eX_setup.h:365:3: note: 'eXosip_guess_localip' 
declared here
  int eXosip_guess_localip (struct eXosip_t *excontext, int family, char 
*address, int size);
  ^
linphonecore.c:1057:34: error: too few arguments to function call, expected 3, 
have 2
                while((ev=eXosip_event_wait(0,0))!=NULL){
                          ~~~~~~~~~~~~~~~~~    ^
/usr/local/include/eXosip2/eXosip.h:407:3: note: 'eXosip_event_wait' declared 
here
  eXosip_event_t *eXosip_event_wait (struct eXosip_t *excontext, int tv_s, int 
tv_ms);
  ^
linphonecore.c:1061:16: error: too few arguments to function call, single 
argument 'excontext' was not specified
                        eXosip_lock();
                        ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
linphonecore.c:1062:28: error: too few arguments to function call, single 
argument 'excontext' was not specified
                        eXosip_automatic_action();
                        ~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eXosip.h:169:3: note: 'eXosip_automatic_action' 
declared here
  void eXosip_automatic_action (struct eXosip_t *excontext);
  ^
linphonecore.c:1063:18: error: too few arguments to function call, single 
argument 'excontext' was not specified
                        eXosip_unlock();
                        ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
linphonecore.c:1363:25: error: too few arguments to function call, expected 6, 
have 5
                                                route,"Phone call");
                                                                  ^
/usr/local/include/eXosip2/eX_call.h:105:3: note: 
'eXosip_call_build_initial_invite' declared here
  int eXosip_call_build_initial_invite (struct eXosip_t *excontext, 
osip_message_t ** invite, const char *to, cons...
  ^
linphonecore.c:1392:14: error: too few arguments to function call, single 
argument 'excontext' was not specified
        eXosip_lock();
        ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
linphonecore.c:1393:44: error: too few arguments to function call, expected 2, 
have 1
        err=eXosip_call_send_initial_invite(invite);
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       ^
/usr/local/include/eXosip2/eX_call.h:113:3: note: 
'eXosip_call_send_initial_invite' declared here
  int eXosip_call_send_initial_invite (struct eXosip_t *excontext, 
osip_message_t * invite);
  ^
linphonecore.c:1395:16: error: too few arguments to function call, single 
argument 'excontext' was not specified
        eXosip_unlock();
        ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
linphonecore.c:1433:51: error: too few arguments to function call, expected 4, 
have 3
        eXosip_call_build_refer(call->did, real_url, &msg);
        ~~~~~~~~~~~~~~~~~~~~~~~                          ^
/usr/local/include/eXosip2/eX_call.h:151:3: note: 'eXosip_call_build_refer' 
declared here
  int eXosip_call_build_refer (struct eXosip_t *excontext, int did, const char 
*refer_to, osip_message_t ** request);
  ^
linphonecore.c:1434:14: error: too few arguments to function call, single 
argument 'excontext' was not specified
        eXosip_lock();
        ~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:95:3: note: 'eXosip_lock' declared here
  int eXosip_lock (struct eXosip_t *excontext);
  ^
linphonecore.c:1435:41: error: too few arguments to function call, expected 3, 
have 2
        eXosip_call_send_request(call->did, msg);
        ~~~~~~~~~~~~~~~~~~~~~~~~               ^
/usr/local/include/eXosip2/eX_call.h:197:3: note: 'eXosip_call_send_request' 
declared here
  int eXosip_call_send_request (struct eXosip_t *excontext, int did, 
osip_message_t * request);
  ^
linphonecore.c:1436:16: error: too few arguments to function call, single 
argument 'excontext' was not specified
        eXosip_unlock();
        ~~~~~~~~~~~~~ ^
/usr/local/include/eXosip2/eX_setup.h:102:3: note: 'eXosip_unlock' declared 
here
  int eXosip_unlock (struct eXosip_t *excontext);
  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[4]: *** [linphonecore.lo] Error 1
mv -f .deps/enum.Tpo .deps/enum.Plo
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I.. -
I../mediastreamer2/include -I/usr/local/include -DIN_LINPHONE -
I/usr/local/include -I/usr/local/include -DOSIP_MT -I../oRTP/include -
DENABLE_TRACE -DLOG_DOMAIN=\"LinphoneCore\" -DORTP_INET6 -O2 -pipe -fno-
strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o 
>/dev/null 2>&1
mv -f .deps/misc.Tpo .deps/misc.Plo
gmake[4]: Leaving directory `/usr/ports/net/linphone-
base/work/linphone-3.2.1/coreapi'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/net/linphone-base/work/linphone-3.2.1'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/net/linphone-base/work/linphone-3.2.1'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/linphone-base
*** Error code 1

Stop.
make: stopped in /usr/ports/net/linphone-base

===>>> make failed for net/linphone-base
===>>> Aborting update

===>>> Update for net/linphone-base failed
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:
       portmaster <flags> net/linphone-base 

Thank you.

-- 
ajtiM
--------
http://www.redbubble.com/people/lumiwa


More information about the freebsd-ports mailing list