Originally created by: jacks...@gmail.com
What steps will reproduce the problem?
1. Type 'svn checkout http://csipsimple.googlecode.com/svn/trunk/ csipsimple-read-only' into command line
2.
3.
What is the expected output? What do you see instead?
I was hoping to get the source code for csipsimple, but I got this error.
svn: Can't open file 'csipsimple-read-only/CSipSimple/src/org/pjsip/pjsua/.svn/tmp/text-base/SWIGTYPE_p_f_int_p_pjsua_srv_pres_int_p_q_const__pj_str_t_p_pjsip_rx_data_p_enum_pjsip_status_code_p_pj_str_t_p_pjsua_msg_data__void.java.svn-base': File name too long
What version of the product are you using? On what operating system?
I am trying to pull the latest version as of Nov 5, 2010. I am using Ubuntu 10.10.
Please provide any additional information below.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: r3gis...@gmail.com
Mhh, strange I'm also in the same version of ubuntu and no error.
Maybe it mean total file name length (including directories on the top of that). You could try to checkout into a directory on a higher place in your file system. Or maybe it's cause of your file system type. It is ext4?
Also what you could try is to use bazar. There is a mirror of the project on launchpad (https://code.launchpad.net/csipsimple).
Status: WrongConfig
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: emeric.v...@gmail.com
I face the exact same issue, with a svn checkout fresh from yesterday, although I see it at compile time:
$ cd CSipSimple/jni/swig-glue
$ make
pjsua.i:2179: Warning 302: Identifier 'pjsua_msg_data' redefined (ignored),
pjsua.i:1330: Warning 302: previous definition of 'pjsua_msg_data'.
pjsua.i:2527: Warning 312: Nested union not currently supported (ignored).
pjsua.i:2563: Warning 312: Nested struct not currently supported (ignored).
pjsua.i:2577: Warning 312: Nested union not currently supported (ignored).
pjsua.i:2730: Warning 451: Setting a const char * variable may leak memory.
Unable to open file .../CSipSimple/jni/swig-glue/../../src/org/pjsip/pjsua/SWIGTYPE_p_f_int_p_q_const__pj_str_t_p_q_const__pj_str_t_p_void_enum_pjsip_status_code_p_q_const__pj_str_t_p_pjsip_tx_data_p_pjsip_rx_data_int__void.java: File name too long
make: *** [.../CSipSimple/jni/swig-glue/nativesrc//pjsua_wrap.cpp] Error 1
I run Linux Mint 12, Ubuntu-11.10 based, with a 3.0.0-17-generic kernel.
I am not quite sure bazar will help me since I face this issue at compile time, not at clone time. Any idea?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: emeric.v...@gmail.com
Ok ,I got my answer from https://github.com/twitter/scalding/issues/7
I work on a corporate laptop with encrypted home (ext4). It seems that I need to workaround that issue with some shorten paths...