Hi I am trying to port subversion (http://subversion.tigris.org), "a compelling replacement for CVS", to fink. But I have some problems:
What I did: -------------------------------- wget http://www.tigris.org/files/15/38/subversion-r1587.tar.gz gnutar zxvf subversion-r1587.tar.gz cd subversion-r1587/ rm -r neon/ sh ./autogen.sh ./configure --disable-shared --enable-maintainer-mode make make check make install -------------------------------- I did the 'rm -r neon/' so it doesn't recompile neon again and uses the package installed via fink. All goes well (including the tests of 'make check'), but if I try to checkout svn: -------------------------------- % svn checkout http://svn.collab.net/repos/svn/trunk -d svn dyld: svn can't open library: libsvn_ra_local.so (No such file or directory, errno = 2) -------------------------------- or: -------------------------------- % svn --version Subversion Client, version 0.10.2 (r1587) compiled Mar 26 2002, 20:48:40 Copyright (C) 2000-2002 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ The following repository access (RA) modules are available: dyld: svn can't open library: libsvn_ra_local.so (No such file or directory, errno = 2) -------------------------------- Does anyone has an idea what could be going on here (Max? Bill?)? Could anybody try the same thing on another machine? Thank you, Chris. PS: suberversion Depends: autoconf25, neon-shlibs, db4-shlibs BuildDepends: libtool14, bison, neon, db4, python, fink (>= 0.9.9) So you have to install these packages to try it out. PPS: fink --version Package manager version: 0.9.9a Distribution version: 0.3.2a.cvs PPPS: I also tried the following configure settings, but they all failed during the 'make' phase with the message 'make: *** [subversion/libsvn_fs/dag.lo] Error 1': ./configure --with-berkeley-db=/sw --disable-shared --enable-maintainer-mode ./configure --with-neon=/sw --with-berkeley-db=/sw --disable-shared --enable-maintainer-mode ./configure --with-berkeley-db=/sw --disable-shared --enable-maintainer-mode (without deleting the neon directory) _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
