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

Re: Build problems on Fedora 19 x86_64

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 06 Nov 2013 10:33:52 +0000

George R Goffe <grgoffe_at_yahoo.com> writes:

> /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
> /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc

The "skipping" lines merely indicate that the linker is finding both 32
and 64 bit libraries and ignoring some of them.

> /tools/subversion/subversion/subversion/svnserve/subversion/svnserve/serve.c:171: undefined reference to `logger__write'

> /tools/subversion/subversion/subversion/svnserve/subversion/svnserve/svnserve.c:480: undefined reference to `svn_root_pools__release_pool'

These errors are the problem and they all refer to symbols that are new
in trunk. One known cause is when libtool, patched by the distribution,
finds the installed libraries rather than the just build libraries. If
you have old libraries, say 1.8, already installed in the intended
installation directory then using the patched libtool will fail. Either
remove the old libraries or use a libtool without the bug.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2013-11-06 11:34:37 CET

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.