Opened 19 years ago

Closed 19 years ago

#3206 closed defect (worksforme)

Python _bsddb shared library isn't built with current patch-setup.py

Reported by: s.percivall@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

The patch-setup.py file should add "/opt/local/include/db4" to the db_inc_paths list around line 500, where a couple of include directories are added. setup.py will otherwise only look in /opt/local/include for db.h and miss the db4 subdirectory. This means setup.py won't include _bsddb even if db4 is installed.

Attachments (1)

patch-setup.py (808 bytes) - added by s.percivall@… 19 years ago.
new patch-setup.py

Download all attachments as: .zip

Change History (4)

comment:1 Changed 19 years ago by s.percivall@…

Component: uninstallerdports
Summary: _bsddb shared library isn't built with current patch-setup.pyPython _bsddb shared library isn't built with current patch-setup.py

Changed 19 years ago by s.percivall@…

Attachment: patch-setup.py added

new patch-setup.py

comment:2 Changed 19 years ago by olegb@…

Owner: changed from darwinports-bugs@… to mww@…

assigning bug to maintainer

comment:3 Changed 19 years ago by mww@…

Resolution: worksforme
Status: newclosed

please have a look at the "py-bsddb" port! (it features the db3/db4 modules for python24)

Note: See TracTickets for help on using tickets.