[CalendarServer-dev] Trying to compile CalendarServer [Solved]

John Radley (jradley.co.uk) jradley at jradley.co.uk
Wed Jun 1 10:28:19 PDT 2016


Hello,

I've managed to get CalenderServer v8.0 built now.

The error below was because of a wrong version of a libsasl library.
This was causing SVN a problem, and it was outputting a error line, such as
"svn: /usr/local/lib/libsasl2.so.2: no version information available"
as the first line in the svn_info string (see line 71 below), which 
could not then be parsed as XML.

Regards
John

On 31/05/2016 22:55, John Radley (jradley.co.uk) wrote:
> Hello,
>
> I'm trying to compile CalenderServer (v8.0 or trunk) on Ubuntu 14.04.
>
> Having resolved many issues that prevented a sucessful compile, this 
> current error has got me stumped!
>
> Please could you could advise what could be wrong.
>
> ./bin/develop fails as follows
>
> Installed 
> /home/jradley/Downloads/CalServer/CalendarServer/.develop/ve_tools/lib/virtualenv-13.1.2-py2.7.egg
> Processing dependencies for virtualenv==13.1.2
> Finished processing dependencies for virtualenv==13.1.2
> New python executable in 
> /home/jradley/Downloads/CalServer/CalendarServer/.develop/virtualenv/bin/python2.7
> Also creating executable in 
> /home/jradley/Downloads/CalServer/CalendarServer/.develop/virtualenv/bin/python
> Traceback (most recent call last):
>   File "/home/jradley/Downloads/CalServer/CalendarServer/setup.py", 
> line 519, in <module>
>     doSetup()
>   File "/home/jradley/Downloads/CalServer/CalendarServer/setup.py", 
> line 387, in doSetup
>     version_string = version()
>   File "/home/jradley/Downloads/CalServer/CalendarServer/setup.py", 
> line 138, in version
>     info = svn_info(source_root)
>   File "/home/jradley/Downloads/CalServer/CalendarServer/setup.py", 
> line 71, in svn_info
>     info = ElementTree.fromstring(info_xml)
>   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
>     parser.feed(text)
>   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
>     self._raiseerror(v)
>   File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in 
> _raiseerror
>     raise err
> xml.etree.ElementTree.ParseError: syntax error: line 1, column 0
>
>


------------------------------------------------------
Powered by Xeams. Visit xeams.com for more information
------------------------------------------------------


More information about the calendarserver-dev mailing list