[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problems compiling on Mac OS X

From: Peder Axensten <peder_at_axensten.se>
Date: 2004-10-11 16:07:41 CEST

I can't install subversion 1.1 on a Mac OS X 10.3.5. I'm no Unix
expert, I can usually install stuff as long as things don't go too
wrong, but I don't understand the inner workings of dynamic libraries
and other more involved things. I suspect they have something to do
with my present problem. Any help is truly appreciated!

I downloaded, compiled and installed Berkeley 4.2.52. All seemed well.

I downloaded
http://subversion.tigris.org/tarballs/subversion-1.1.0.tar.gz and ran
./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-ssl
I got no errors and two warnings, one about Apache which is ok since I
don't have Apache 2, and one
configure: WARNING: bindtextdomain() not found. Disabling NLS.
that I don't understand.

Running make I get a lot of warnings of the kind
libtool: link: warning: `/usr/local/lib/libexpat.la' seems to be moved
libtool: link: warning: library `/usr/local/lib/libexpat.la' was moved.
I also got
libtool: link: warning: `-version-info' is ignored for programs
and
ld: warning can't open dynamic library:
/usr/local/apr/lib/libaprutil-0.0.dylib (checking for undefined symbols
may be affected) (No such file or directory, errno = 2)
ld: warning can't open dynamic library:
/Users/immortalq/Desktop/Archives/Root/usr/local/BerkeleyDB.4.2/lib/
libdb-4.2.dylib (checking for undefined symbols may be affected) (No
such file or directory, errno = 2)
and
*** Warning: This system can not link to static lib archive
/Users/peder/Desktop/dev-tools/subversion-1.1.0/neon/src/libneon.la.
*** I have the capability to make that library automatically link in
when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
libtool: link: warning: `/usr/lib//libxml2.la' seems to be moved

Running make check I get failures on all .py files except
target-test.py, run-fs-tests.py, and run-repos-tests.py.

Running sudo make install I get make: *** [revision-install] Error 133.
I also get a number of libtool warnings about relinking.

Finally:
$ svn update
dyld: svn can't open library:
/Users/immortalq/Desktop/Archives/Root/usr/local/BerkeleyDB.4.2/lib/
libdb-4.2.dylib (No such file or directory, errno = 2)
Trace/BPT trap

/Peder
+46-90-786.7719 (work)
+46-90-32344 (home)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 11 16:08:24 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.