Re: Segfault in _wrap_apr_terminate when running "git svn rebase"
From: Dennis Schridde <devurandom_at_gmx.net>
Date: Mon, 12 May 2008 21:43:15 +0200
Am Montag, 12. Mai 2008 20:04:13 schrieb Karl Fogel:
> > Quite an adventure hunting my crashbug. ;)
The issue before the last was that _Core.so only linked against libc, even
This did not anymore appear when I compiled like this:
---
./autogen.sh
./configure \
--enable-runtime-module-search \
--disable-experimental-libtool --disable-mod-activation \
--with-apr=/usr/bin/apr-1-config --with-apr-util=/usr/bin/apu-1-config \
--without-apache --without-apxs \
--without-jikes --without-junit
make -j4 CFLAGS='-fPIC -pipe -O2 -march=athlon64'
CXXFLAGS='-fPIC -pipe -O2 -march=athlon64' LDFLAGS='-Wl,--hash-style=gnu'
SWIG_LDFLAGS="-Wl,--hash-style=gnu" local-all
make -j1 swig-pl
---
(Before it was something like:
./autogen.sh && ./configure && make all swig-pl)
Somewhere in between I purged all non-svn files from the directory (and
redownloaded the neon tarball), and now it does not seem to find the local
neon anymore:
---
checking neon library version... 0.27.2
Using neon found in source directory.
---
cd subversion/libsvn_ra_neon
&& /bin/sh /home/user/software/subversion-svn/libtool --tag=CC --silent --mode=link
gcc -g -O2 -pthread -L/usr/lib64 -Wl,--hash-style=gnu -rdynamic -L/usr/lib64/mysql -lmysqlclient_r -lz -lpthread -lcrypt -lnsl -lm -lssl -lcrypto -L/usr/local/lib -rpath /usr/local/lib -o
libsvn_ra_neon-1.la commit.lo fetch.lo file_revs.lo get_dated_rev.lo
get_location_segments.lo get_locations.lo get_locks.lo lock.lo log.lo
merge.lo mergeinfo.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 /usr/lib64/libaprutil-1.la -lldap -llber -lgdbm -ldb -lmysqlclient_r -lexpat /usr/lib64/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl /home/user/software/subversion-svn/neon/src/libneon.la
libtool: link: cannot find the library
`/home/user/software/subversion-svn/neon/src/libneon.la' or unhandled
argument `/home/user/software/subversion-svn/neon/src/libneon.la'
make: *** [subversion/libsvn_ra_neon/libsvn_ra_neon-1.la] Error 1
---
It will then not even build the svn client anymore. (And appart from that I
need neon since the subversion repository runs via webdav.)
--Dennis
|
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.