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

1.2.0-rc4 Breakage at svnversion/main.c:243: undefined reference to `svn_ra_initialize'

From: Patrick Ryan <tigris_at_pryan.org>
Date: 2005-05-16 19:48:56 CEST

Hello,

I'm having trouble building 1.2.0-rc4. I'm getting stuck at svnversion.
Is this something I can work around without patching something?

Thanks,
Patrick

P.S.

This is on a Debian testing box.

Build Steps:

tar -zxf subversion-1.2.0-rc4.tar.gz
cd subversion-1.2.0-rc4
sh ./autogen.sh
./configure --with-zlib --with-ssl --with-apxs=/usr/bin/apxs2
make
<snip>
------ completed all in apr-util
------ making all in neon
make[1]: Entering directory `/usr/local/src/subversion-1.2.0-rc4/neon'
cd src && make
make[2]: Entering directory `/usr/local/src/subversion-1.2.0-rc4/neon/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/subversion-1.2.0-rc4/neon/src'

  Compilation complete. Run 'make install' (as root?) to install neon.

make[1]: Leaving directory `/usr/local/src/subversion-1.2.0-rc4/neon'
------ completed all in neon
cd subversion/svnversion && /bin/sh /usr/local/src/subversion-1.2.0-rc4/libtool --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -pthread -DNEON_ZLIB -DNEON_SSL -rpath /usr/local/lib -o svnversion main.o ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la ../../subversion/libsvn_wc/libsvn_wc-1.la /usr/local/src/subversion-1.2.0-rc4/apr-util/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/src/subversion-1.2.0-rc4/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /usr/local/src/subversion-1.2.0-rc4/neon/src/libneon.la -L/usr/local/lib -lz -lssl -lcrypto -ldl -lxml2 -lz -lpthread -lm -lz
main.o(.text+0x3e1): In function `main':
subversion/svnversion/main.c:243: undefined reference to `svn_ra_initialize'
collect2: ld returned 1 exit status
make: *** [subversion/svnversion/svnversion] Error 1

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 16 20:49:33 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.