[Freeswitch-users] make current failed on CENTOS 64 bit

Ken Rice krice at freeswitch.org
Sun Mar 9 20:22:42 MSK 2014


you might need to git clean -fdx to clean out any old cruft from your src tree

Ken
Sent from my iPad

> On Mar 9, 2014, at 1:39, Sean Devoy <sdevoy at bizfocused.com> wrote:
> 
> Thanks for the reply Brian, but still no go….
>  
> Did I need to maybe to a new “git checkout master” or something to refresh first?
>  
> I did:
> cd /usr/local/freeswitch
> ./bootstrap.sh
> ./configure
>  
> make && make install
>  
> Different files, but still errors out:
>  
> Making all in tport
>          LTCOMPILE tport_tls.lo
> cc1: warnings being treated as errors
> tport_tls.c: In function 'tls_post_connection_check':
> tport_tls.c:573: warning: passing argument 1 of 'SSL_CIPHER_description' discards qualifiers from pointer target type
> make[9]: *** [tport_tls.lo] Error 1
> make[8]: *** [all] Error 2
> Making all in nta
> Making all in nth
> Making all in nea
> Making all in iptsec
> Making all in nua
> make[8]: *** No rule to make target `tport/libtport.la', needed by `libsofia-sip-ua.la'.  Stop.
> make[7]: *** [all-recursive] Error 1
> Making all in packages
> make[6]: *** [all-recursive] Error 1
> make[5]: *** [all] Error 2
> make[4]: *** [/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/libsofia-sip-ua.la] Error 2
> make[3]: *** [mod_sofia-all] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>  
> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice
> Sent: Saturday, March 08, 2014 11:28 PM
> To: FreeSWITCH Users Help
> Subject: Re: [Freeswitch-users] make current failed on CENTOS 64 bit
>  
> You’ll need to bootstrap and re-run configure... See MikeJ’s post about this in the last 48 hours about this
> K
> 
> 
> On 3/8/14 2:42 AM, "Sean Devoy" <sdevoy at bizfocused.com> wrote:
> 
> <image001.gif>
> I have 
> FreeSWITCH Version 1.2.18+git~20140129T015817Z~3307500e69~64bit (git 3307500 2014-01-29 01:58:17Z 64bit)
>  
> I went to /usr/local/freeswitch and tried make current
>  
> Here is the end of the log file, any ideas?
> Making all in tport
> make[9]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/tport'
> make[10]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/tport'
>          LTCOMPILE tport.lo
>          LTCOMPILE tport_logging.lo
>          LTCOMPILE tport_stub_sigcomp.lo
>          LTCOMPILE tport_type_udp.lo
>          LTCOMPILE tport_type_tcp.lo
>          LTCOMPILE tport_type_sctp.lo
>          LTCOMPILE tport_tag.lo
>          LTCOMPILE tport_tag_ref.lo
>          LTCOMPILE tport_type_connect.lo
>          LTCOMPILE tport_type_tls.lo
>          LTCOMPILE tport_tls.lo
> cc1: warnings being treated as errors
> tport_tls.c: In function 'tls_post_connection_check':
> tport_tls.c:573: warning: passing argument 1 of 'SSL_CIPHER_description' discards qualifiers from pointer target type
> make[10]: *** [tport_tls.lo] Error 1
> make[10]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/tport'
> make[9]: *** [all] Error 2
> make[9]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/tport'
> Making all in nta
> make[9]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nta'
> make[10]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nta'
>          LTCOMPILE nta.lo
>          LTCOMPILE nta_check.lo
>          LTCOMPILE nta_tag.lo
>          LTCOMPILE nta_tag_ref.lo
>          LTCOMPILE sl_utils_print.lo
>          LTCOMPILE sl_utils_log.lo
>          LTCOMPILE sl_read_payload.lo
>          LINK libnta.la
> make[10]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nta'
> make[9]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nta'
> Making all in nth
> make[9]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nth'
> make[10]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nth'
>          LTCOMPILE nth_client.lo
>          LTCOMPILE nth_server.lo
>          LTCOMPILE nth_tag.lo
>          LTCOMPILE nth_tag_ref.lo
>          LINK libnth.la
> make[10]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nth'
> make[9]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nth'
> Making all in nea
> make[9]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nea'
> make[10]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nea'
>          LTCOMPILE nea.lo
>          LTCOMPILE nea_event.lo
>          LTCOMPILE nea_server.lo
>          LTCOMPILE nea_debug.lo
>          LTCOMPILE nea_tag.lo
>          LTCOMPILE nea_tag_ref.lo
>          LINK libnea.la
> make[10]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nea'
> make[9]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nea'
> Making all in iptsec
> make[9]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/iptsec'
> make[10]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/iptsec'
>          LTCOMPILE auth_client.lo
>          LTCOMPILE auth_common.lo
>          LTCOMPILE auth_digest.lo
>          LTCOMPILE auth_module.lo
>          LTCOMPILE auth_tag.lo
>          LTCOMPILE auth_tag_ref.lo
>          LTCOMPILE auth_plugin.lo
>          LTCOMPILE auth_plugin_delayed.lo
>          LTCOMPILE auth_module_sip.lo
>          LTCOMPILE iptsec_debug.lo
>          LTCOMPILE auth_module_http.lo
>          LINK libiptsec.la
> make[10]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/iptsec'
> make[9]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/iptsec'
> Making all in nua
> make[9]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nua'
> make[10]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nua'
>          LTCOMPILE nua.lo
>          LTCOMPILE nua_common.lo
>          LTCOMPILE nua_stack.lo
>          LTCOMPILE nua_server.lo
>          LTCOMPILE nua_client.lo
>          LTCOMPILE nua_extension.lo
>          LTCOMPILE nua_dialog.lo
>          LTCOMPILE outbound.lo
>          LTCOMPILE nua_params.lo
>          LTCOMPILE nua_register.lo
>          LTCOMPILE nua_registrar.lo
>          LTCOMPILE nua_session.lo
>          LTCOMPILE nua_options.lo
>          LTCOMPILE nua_message.lo
>          LTCOMPILE nua_publish.lo
>          LTCOMPILE nua_subnotref.lo
>          LTCOMPILE nua_notifier.lo
>          LTCOMPILE nua_event_server.lo
>          LTCOMPILE nua_tag.lo
>          LTCOMPILE nua_tag_ref.lo
>          LINK libnua.la
> make[10]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nua'
> make[9]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/nua'
> make[9]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua'
> make[9]: *** No rule to make target `tport/libtport.la', needed by `libsofia-sip-ua.la'.  Stop.
> make[9]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua'
> make[8]: *** [all-recursive] Error 1
> make[8]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua'
> Making all in packages
> make[8]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip'
> make[8]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip'
> make[7]: *** [all-recursive] Error 1
> make[7]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip'
> make[6]: *** [all] Error 2
> make[6]: Leaving directory `/usr/local/src/freeswitch/libs/sofia-sip'
> make[5]: *** [/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/libsofia-sip-ua.la] Error 2
> make[5]: Leaving directory `/usr/local/src/freeswitch/src/mod/endpoints/mod_sofia'
> make[4]: *** [mod_sofia-all] Error 1
> make[4]: Leaving directory `/usr/local/src/freeswitch/src/mod'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/usr/local/src/freeswitch/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/freeswitch'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/local/src/freeswitch'
> make: *** [current] Error 2
>  
> Is this supposed to be a jira item?
>  
> Thanks,
> Sean
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> 
> 
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 
> -- 
> Ken
> http://www.FreeSWITCH.org
> http://www.ClueCon.com
> http://www.OSTAG.org
> irc.freenode.net #freeswitch
> Twitter: @FreeSWITCH
> 
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
> 
> 
> 
> 
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140309/c0f1223d/attachment-0001.html 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list