#35701: dspam missing sqlite compiler directive ---------------------------+------------------------------------------------ Reporter: terry@… | Owner: compconsultant@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: dspam ---------------------------+------------------------------------------------ Comment(by pixilla@…): Replying to [comment:2 terry@…]:
Apparently the sqlite3 storage backend is not thread safe so dspam can not use --enable-daemon with this variant. The compile fails.
Terry: Can you attach the port log file for a failed build? What are your OS and xcode versions. For the following environments "port build dspam +sqlite" completes for me: {{{ $ sw_vers -productVersion; xcodebuild -version | head -n1;uname -p 10.6.8 Xcode 4.0.2 i386 $ sw_vers -productVersion; xcodebuild -version | head -n1;uname -p 10.6.8 Xcode 3.2.6 i386 $ sw_vers -productVersion; xcodebuild -version | head -n1;uname -p 10.5.8 Xcode 3.1.4 powerpc }}} -- Ticket URL: <https://trac.macports.org/ticket/35701#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS