2007/5/29, David Tremouilles <david.trem@gmail.com>:
Hello, thanks for your fast reply. I have: MacOsX 1.4.9 on an Intel Core 2 Duo MacBook Xcode 2.4.1 MacPorts 1.442
I do not need db44 but intalling the way you suggested raised a new problem:
sudo port install subversion +no_bdb ---> Building subversion with target all mucc Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_subversion/work/subversion-1.4.3" && make all mucc " returned error 2 Command output: cd subversion/libsvn_ra_dav && /bin/sh /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_subversion/work/subversion-1.4.3/libtool --tag=CC --silent --mode=link gcc -O2 -L/opt/local/lib -L/opt/local/lib -rpath /opt/local/lib -o libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /opt/local/lib/libaprutil-1.la -lsqlite3 -lexpat -liconv /opt/local/lib/libapr-1.la -lpthread /opt/local/lib/libneon.la -lintl -framework Security -framework CoreFoundation -framework CoreServices -lz grep: /opt/local/lib/libgssapi.la: No such file or directory sed: /opt/local/lib/libgssapi.la: No such file or directory libtool: link: `/opt/local/lib/libgssapi.la' is not a valid libtool archive make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1
Error: Status 1 encountered during processing.
2007/5/29, Ryan Schmidt <ryandesign@macports.org>:
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.