On May 29, 2007, at 01:59, David Tremouilles wrote:
Failled to install g95... Any suggestions ? (sorry previous mail was sent with an unrealated object...) David
port install g95 ---> Building db44 with target all [snip]
It looks like it's db44, not g95, that's failing. g95 requires odcctools which requires subversion which by default requires db44, though it can be configured without db44. You could do that this way: sudo port install apr-util +no_bdb sudo port install subversion +no_bdb Then continue to install g95. If you want to work out why db44 is not working, then please first ensure that your MacPorts, OS and Xcode are up to date. Current version of MacPorts is 1.4.4.2, OS is 10.4.9 (or 10.3.9), and Xcode is 2.4.1 (for 10.4.9) or 1.5 (for 10.3.9). When you write back, let us know what version of each you have, and also your processor architecture.