Opened 12 years ago

Closed 12 years ago

#35701 closed defect (fixed)

dspam missing sqlite compiler directive

Reported by: terry@… Owned by: compconsultant@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: dspam

Description (last modified by ryandesign (Ryan Carsten Schmidt))

The sqlite variant of dspam appears to be missing the following compiler directive:

--with-storage-driver=sqlite3_drv

Attachments (1)

patch-mail-dspam-improve-storage-drivers.diff (3.4 KB) - added by pixilla (Bradley Giesbrecht) 12 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to compconsultant@…

Changed 12 years ago by pixilla (Bradley Giesbrecht)

comment:2 in reply to:  1 ; Changed 12 years ago by terry@…

Replying to ryandesign@…:

Apparently the sqlite3 storage backend is not thread safe so dspam can not use --enable-daemon with this variant. The compile fails.

comment:3 in reply to:  2 Changed 12 years ago by pixilla (Bradley Giesbrecht)

Replying to 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

comment:4 Changed 12 years ago by pixilla (Bradley Giesbrecht)

Resolution: fixed
Status: newclosed

See r97680

Note: See TracTickets for help on using tickets.