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

Re: Insists on BDB repository, but it is FSFS!

From: Mario Ruggier <mario_at_ruggier.org>
Date: 2005-02-16 18:59:49 CET

On Feb 16, 2005, at 5:34 PM, James FitzGibbon wrote:

> Are you certain that 'trac-admin' is using your installed svn binaries,
> rather than using ones that it ships with that are pre-FSFS?
>
> Or is trac-admin a binary that is statically linked against svn libs
> that
> don't support FSFS?
>
> Either circumstance would cause this type of error.

trac-admin is a python script, that uses svn via the afore mentioned
swig py23 svn bindings. Those bindings may well be the problem, as they
are being installed separately with fink, then copied over to standard
python installation. You can see the source of the version of the
script that I am using at:
http://projects.edgewall.com/trac/file/tags/trac-0.8/scripts/trac-admin

I have just tried to install those bindings without fink, by fllowing
the procedure detailed in:
http://svn.collab.net/repos/svn/trunk/subversion/bindings/swig/INSTALL

I configure swig with:
$ ./configure --with-python=/usr/bin/python
Swig itself seems to install OK... and it is the swig that the
subversion configure script picks up.

I configure subversion with
$ ./configure --without-berkeley-db PYTHON=/usr/bin/python

and it seems to build ok, but gives the following warning when
installing:
*** Warning: This system can not link to static lib archive
/Users/admin/Desktop/downloads/subversion-1.1.3/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.

Plus, it does not a /usr/local/lib/libsvn_swig_py.so as claimed...
Thus, trying to build swig-py as described, fails:
$ make swig-py
/bin/sh /Users/admin/Desktop/downloads/subversion-1.1.3/libtool
--silent --mode=compile -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK
-no-cpp-precomp
-I/Users/admin/Desktop/downloads/subversion-1.1.3/subversion/bindings/
swig
-I/Users/admin/Desktop/downloads/subversion-1.1.3/subversion/include -I
-DSVN_SWIG_VERSION=103024
-I/Users/admin/Desktop/downloads/subversion-1.1.3/apr/include
-I/Users/admin/Desktop/downloads/subversion-1.1.3/apr-util/include
-I/Users/admin/Desktop/downloads/subversion-1.1.3/apr-util/xml/expat/
lib
-I/Users/admin/Desktop/downloads/subversion-1.1.3/subversion/bindings/
swig/python/libsvn_swig_py -prefer-pic -c -o
subversion/bindings/swig/python/svn_client.lo
subversion/bindings/swig/python/svn_client.c
libtool: unrecognized option `-DDARWIN'
Try `libtool --help' for more information.
make: *** [subversion/bindings/swig/python/svn_client.lo] Error 1

Any ideas anyone?

mario

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 16 19:04:19 2005

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.