On Jun 29, 2007, at 12:55, Amanda Gray wrote:
I'm trying to install py-numpy, and failing to build the dependencies: g95 odcctools subversion apr-util db44
The errors match this bug: Ticket #12040 (defect) (Opened 1 month ago, Last modified 2 weeks ago) BUG: db44-4.4.20 error installing on Intel/10.4
I'm running: macports 1.442 XCode version 2.4.1, Core: 762.0, i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Does anyone have a workaround?
I do have a workaround, if the only reason why you want db44 is because you're trying to install subversion: $ sudo port install apr-util +no_bdb $ sudo port install subversion +no_bdb $ sudo port install py-numpy I do not know why you're having trouble building db44. I'm currently building it myself to see if I get the same problem.