[CalendarServer-dev] [Calendar and Contacts Server] #358: Error running carddav server in Linux

Calendar and Contacts Server trac at macosforge.org
Mon Feb 8 09:45:47 PST 2010


#358: Error running carddav server in Linux
-----------------------------+----------------------------------------------
 Reporter:  dave@…           |       Owner:  wsanchez@…        
     Type:  Defect           |      Status:  new               
 Priority:  5: Not set       |   Milestone:                    
Component:  Calendar Server  |    Severity:  Other             
 Keywords:                   |  
-----------------------------+----------------------------------------------

Comment(by dennis@…):

 Trying again with code block:
 {{{
 [dennis at blackbox3 ContactServer]$ svn diff run
 Index: run
 ===================================================================
 --- run (revision 5050)
 +++ run (working copy)
 @@ -30,7 +30,7 @@
  ##

  set -e
 -set -u
 +#set -u

  wd="$(cd "$(dirname "$0")" && pwd)";

 @@ -558,7 +558,7 @@
  # PyOpenDirectory
  #

 -if [ "$(uname -s)" == "Darwin" ]; then
 +#if [ "$(uname -s)" == "Darwin" ]; then
  #  if ! py_have_module opendirectory; then
      opendirectory="${top}/PyOpenDirectory";

 @@ -568,7 +568,7 @@

      export
 PYTHONPATH="${PYTHONPATH}:${opendirectory}/build/${py_platform_libdir}";
  #  fi;
 -fi;
 +#fi;

  #
  # xattr

 }}}

-- 
Ticket URL: <http://trac.calendarserver.org/ticket/358#comment:7>
Calendar and Contacts Server </>
HTTP/WebDAV/CalDAV Server


More information about the calendarserver-dev mailing list