[CalendarServer] #326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer'
#326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer' ---------------------------------------+------------------------------------ Reporter: softwarejanitor@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 1: Blocker | Milestone: Component: PyOpenDirectory | Severity: Serious Keywords: | ---------------------------------------+------------------------------------ Building PyOpenDirectory... src/CDirectoryServiceAuth.cpp:147: error: '::dsFillAuthBuffer' has not been declared src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationDigestToNode(const char*, const char*, const char*, const char*, const char*)': src/CDirectoryServiceAuth.cpp:228: error: '::dsFillAuthBuffer' has not been declared I can't find dsFillAuthBuffer anywhere. I've installed Python2.5 from MacPorts. -- Ticket URL: <http://trac.calendarserver.org/ticket/326> CalendarServer </> HTTP/WebDAV/CalDAV Server
#326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer' ---------------------------------------+------------------------------------ Reporter: softwarejanitor@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 2: Expected | Milestone: Later Component: PyOpenDirectory | Severity: Serious Keywords: | ---------------------------------------+------------------------------------ Changes (by wsanchez@…): * priority: 1: Blocker => 2: Expected * milestone: => Later -- Ticket URL: <http://trac.calendarserver.org/ticket/326#comment:1> CalendarServer </> HTTP/WebDAV/CalDAV Server
#326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer' ---------------------------------------+------------------------------------ Reporter: softwarejanitor@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 2: Expected | Milestone: Later Component: PyOpenDirectory | Severity: Serious Keywords: | ---------------------------------------+------------------------------------ Comment(by wsanchez@…): For Tiger, you may have to use the XML directory, unless someone wants to make PyOpenDirectory portable to Tiger. -- Ticket URL: <http://trac.calendarserver.org/ticket/326#comment:2> CalendarServer </> HTTP/WebDAV/CalDAV Server
#326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer' ---------------------------------------+------------------------------------ Reporter: softwarejanitor@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 2: Expected | Milestone: Later Component: PyOpenDirectory | Severity: Serious Keywords: | ---------------------------------------+------------------------------------ Comment(by ts.marsh@…): I'm seeing a very similar problem on Leopard Building PyOpenDirectory... src/CDirectoryServiceAuth.cpp: In member function ‘bool CDirectoryServiceAuth::NativeAuthenticationBasicToNode(const char*, const char*, const char*)’: src/CDirectoryServiceAuth.cpp:147: error: ‘::dsFillAuthBuffer’ has not been declared src/CDirectoryServiceAuth.cpp: In member function ‘bool CDirectoryServiceAuth::NativeAuthenticationDigestToNode(const char*, const char*, const char*, const char*, const char*)’: src/CDirectoryServiceAuth.cpp:234: error: ‘::dsFillAuthBuffer’ has not been declared src/CDirectoryServiceAuth.cpp: In member function ‘bool CDirectoryServiceAuth::NativeAuthenticationBasicToNode(const char*, const char*, const char*)’: src/CDirectoryServiceAuth.cpp:147: error: ‘::dsFillAuthBuffer’ has not been declared src/CDirectoryServiceAuth.cpp: In member function ‘bool CDirectoryServiceAuth::NativeAuthenticationDigestToNode(const char*, const char*, const char*, const char*, const char*)’: src/CDirectoryServiceAuth.cpp:234: error: ‘::dsFillAuthBuffer’ has not been declared lipo: can't figure out the architecture type of: /var/folders/5A/5A0E1eRkF4us0FRKcodtoU+++TI/-Tmp-//ccQQ4jNw.out error: command 'gcc' failed with exit status 1 This is on a 32 bit Intel Mac running Leopard 10.5.7, and the iPhone 3.0 SDK webkit, running python 2.5.2. -- Ticket URL: <http://trac.calendarserver.org/ticket/326#comment:3> CalendarServer </> HTTP/WebDAV/CalDAV Server
#326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer' ---------------------------------------+------------------------------------ Reporter: softwarejanitor@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 2: Expected | Milestone: Later Component: PyOpenDirectory | Severity: Serious Keywords: | ---------------------------------------+------------------------------------ Description changed by wsanchez@…: Old description:
Building PyOpenDirectory...
src/CDirectoryServiceAuth.cpp:147: error: '::dsFillAuthBuffer' has not been declared src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationDigestToNode(const char*, const char*, const char*, const char*, const char*)': src/CDirectoryServiceAuth.cpp:228: error: '::dsFillAuthBuffer' has not been declared
I can't find dsFillAuthBuffer anywhere. I've installed Python2.5 from MacPorts.
New description: Building PyOpenDirectory... {{{ src/CDirectoryServiceAuth.cpp:147: error: '::dsFillAuthBuffer' has not been declared src/CDirectoryServiceAuth.cpp: In member function 'bool CDirectoryServiceAuth::NativeAuthenticationDigestToNode(const char*, const char*, const char*, const char*, const char*)': src/CDirectoryServiceAuth.cpp:228: error: '::dsFillAuthBuffer' has not been declared }}} I can't find dsFillAuthBuffer anywhere. I've installed Python2.5 from MacPorts. -- -- Ticket URL: <http://trac.calendarserver.org/ticket/326#comment:4> CalendarServer </> HTTP/WebDAV/CalDAV Server
#326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer' ---------------------------------------+------------------------------------ Reporter: softwarejanitor@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 2: Expected | Milestone: Later Component: PyOpenDirectory | Severity: Serious Keywords: | ---------------------------------------+------------------------------------ Comment(by ts.marsh@…): I was using MacPython which was compiled again 10.4. Downloaded sources for 2.62 recompiled, and removed MacPython from .bash_login and it compiled beautifully. -- Ticket URL: <http://trac.calendarserver.org/ticket/326#comment:5> CalendarServer </> HTTP/WebDAV/CalDAV Server
#326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer' ---------------------------------------+------------------------------------ Reporter: softwarejanitor@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 4: Nice to have | Milestone: Later Component: PyOpenDirectory | Severity: Serious Keywords: | ---------------------------------------+------------------------------------ Changes (by wsanchez@…): * priority: 2: Expected => 4: Nice to have Comment: OK, so it's still a Tiger problem, basically. I don't think we're going to back-port to Tiger unless someone wants to submit a patch. -- Ticket URL: <http://trac.calendarserver.org/ticket/326#comment:6> CalendarServer </> HTTP/WebDAV/CalDAV Server
#326: Compile error in PyOpenDirectory under Tiger - '::dsFillAuthBuffer' ----------------------------------------+----------------------------------- Reporter: softwarejanitor@… | Owner: wsanchez@… Type: Defect | Status: closed Priority: 4: Nice to have | Milestone: Later Component: PyOpenDirectory | Severity: Serious Resolution: Not to be fixed | Keywords: ----------------------------------------+----------------------------------- Changes (by wsanchez@…): * status: new => closed * resolution: => Not to be fixed Comment: Still no plans to work on Tiger, and no patch. Closing. -- Ticket URL: <http://trac.calendarserver.org/ticket/326#comment:7> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (2)
-
Calendar and Contacts Server
-
CalendarServer