Re: Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

2010-11-09 Thread Daniel Shahaf
Daniel Trebbien wrote on Sun, Nov 07, 2010 at 12:18:33 -0800: On Sun, Nov 7, 2010 at 12:04 PM, Daniel Trebbien dtrebb...@gmail.com wrote: Weird. It seems that `subversion/libsvn_repos/load-fs-vtable.c` was the only C file in `subversion/libsvn_repos` that wasn't being compiled. So, I

Re: Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

2010-11-08 Thread Peter Samuelson
[Daniel Trebbien] I tried your suggestion of removing the subversion and libsvn1 packages (I'm running Debian Sid) FWIW, the only package you actually had to remove in order to prevent linker interference is libsvn-dev. That has the *.la files, *.so symlinks, etc. that are used at link time.

Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

2010-11-07 Thread Daniel Trebbien
I am having trouble building trunk. The make process always fails when linking libsvn_repos-1: cd subversion/libsvn_repos /usr/share/apr-1.0/build/libtool --tag=CC --silent --mode=link gcc -Wno-system-headers -Wold-style-definition -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings

Re: Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

2010-11-07 Thread Stefan Sperling
On Sun, Nov 07, 2010 at 07:56:51AM -0800, Daniel Trebbien wrote: I am having trouble building trunk. The make process always fails when linking libsvn_repos-1: Looks like the linker or libtool is picking up conflicting versions of the same library. Try deinstalling your system subversion

Re: Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

2010-11-07 Thread Daniel Trebbien
On Sun, Nov 7, 2010 at 8:01 AM, Stefan Sperling s...@elego.de wrote: On Sun, Nov 07, 2010 at 07:56:51AM -0800, Daniel Trebbien wrote: I am having trouble building trunk. The make process always fails when linking libsvn_repos-1: Looks like the linker or libtool is picking up conflicting

Re: Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

2010-11-07 Thread Daniel Trebbien
Weird. It seems that `subversion/libsvn_repos/load-fs-vtable.c` was the only C file in `subversion/libsvn_repos` that wasn't being compiled. So, I modified the CC line that compiled `subversion/libsvn_repos/log.c` to instead compile `subversion/libsvn_repos/load-fs-vtable.c` and manually added

Re: Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

2010-11-07 Thread Daniel Trebbien
On Sun, Nov 7, 2010 at 12:04 PM, Daniel Trebbien dtrebb...@gmail.com wrote: Weird. It seems that `subversion/libsvn_repos/load-fs-vtable.c` was the only C file in `subversion/libsvn_repos` that wasn't being compiled. So, I modified the CC line that compiled `subversion/libsvn_repos/log.c` to

Re: Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

2010-11-07 Thread noorul Islam. Kamal Malmiyoda
On Nov 7, 2010, at 9:27 PM, Daniel Trebbien dtrebb...@gmail.com wrote: I am having trouble building trunk. The make process always fails when linking libsvn_repos-1: cd subversion/libsvn_repos /usr/share/apr-1.0/build/libtool --tag=CC --silent --mode=link gcc -Wno-system-headers