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.
On May 29, 2007, at 03:19, David Tremouilles wrote:
2007/5/29, Ryan Schmidt:
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.
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
Ok, great. I have the same except on a Core 2 Duo MacBook Pro.
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.
Subversion installs just fine for me, even though I also do not have / opt/local/lib/libgssapi.la. There is a gss port. Perhaps, for some reason I don't understand, you need to install that first. Let us know if that makes a difference. Looking through the OS, I see there is /usr/lib/libgssapi_krb5.dylib, which suggests this relates to Kerberos. Have you installed the kerberos5 port? I have not.
I have not installed kerberos5 port. And did not try... I did try to install gss. But still the same problem for subversion... David 2007/5/29, Ryan Schmidt <ryandesign@macports.org>:
On May 29, 2007, at 03:19, David Tremouilles wrote:
2007/5/29, Ryan Schmidt:
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.
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
Ok, great. I have the same except on a Core 2 Duo MacBook Pro.
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.
Subversion installs just fine for me, even though I also do not have / opt/local/lib/libgssapi.la.
There is a gss port. Perhaps, for some reason I don't understand, you need to install that first. Let us know if that makes a difference.
Looking through the OS, I see there is /usr/lib/libgssapi_krb5.dylib, which suggests this relates to Kerberos. Have you installed the kerberos5 port? I have not.
On May 29, 2007, at 04:30, David Tremouilles wrote:
2007/5/29, Ryan Schmidt:
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.
Subversion installs just fine for me, even though I also do not have / opt/local/lib/libgssapi.la.
There is a gss port. Perhaps, for some reason I don't understand, you need to install that first. Let us know if that makes a difference.
Looking through the OS, I see there is /usr/lib/libgssapi_krb5.dylib, which suggests this relates to Kerberos. Have you installed the kerberos5 port? I have not.
I have not installed kerberos5 port. And did not try... I did try to install gss. But still the same problem for subversion...
Hum... I see, yes, the gss port provides /opt/local/lib/libgss.la but not / opt/local/lib/libgssapi.la. The other result for "port search gss" shows p5-gssapi, which I forgot I already had installed. (It's one of the many dependencies of p5-svn-notify which I installed a little while ago.) Would you see if installing p5-gssapi helps?
participants (2)
-
David Tremouilles
-
Ryan Schmidt