Re: [PATCH] Re: Diff Project compilation problem

2013-01-13 Thread Gabriela Gibson
I propose we add the FAQ entry similar to the following: pOne typical error message class involve the following pattern:/p pre ../../subversion/../*.so: undefined reference to `function_not_worked_on' collect2: ld returned 1 exit status make: *** [subversion/something/something] Error 1 /pre

Re: [PATCH] Re: Diff Project compilation problem

2013-01-10 Thread Gabriela Gibson
On 10/01/13 03:55, Daniel Shahaf wrote: Is this section applicable to tarball builds (which don't use autogen.sh) too? I'm worming my way through the list (more to come) but have encountered the following issue: I was testing whether the current tarball (subversion-1.7.8.tar.gz) is

Re: [PATCH] Re: Diff Project compilation problem

2013-01-10 Thread Ben Reser
On Thu, Jan 10, 2013 at 3:19 PM, Branko Čibej br...@wandisco.com wrote: Looks like we'll have to get-deps.sh on the 1.7.x branch for the next 1.7 release, then. Care to file an issue about this, tagged with the 1.7.9 milestone? r1352031 nominated for backport in the 1.7.x STATUS.

Re: [PATCH] Re: Diff Project compilation problem

2013-01-10 Thread Ben Reser
On Thu, Jan 10, 2013 at 2:24 PM, Gabriela Gibson gabriela.gib...@gmail.com wrote: I was testing whether the current tarball (subversion-1.7.8.tar.gz) is affected by the wrong-lib-linking compilation issue, and I discovered that zlib.net no longer offers a direct download of the zlib version in

Diff Project compilation problem

2013-01-09 Thread Gabriela Gibson
I added a new option to the command structure and the compile error I get is this: ../../subversion/libsvn_client/.libs/libsvn_client-1.so: undefined reference to `svn_wc__get_wcroot' ../../subversion/libsvn_client/.libs/libsvn_client-1.so: undefined reference to `svn_wc_add_from_disk2' What

Re: Diff Project compilation problem

2013-01-09 Thread Branko Čibej
On 09.01.2013 17:31, Gabriela Gibson wrote: I added a new option to the command structure and the compile error I get is this: ../../subversion/libsvn_client/.libs/libsvn_client-1.so: undefined reference to `svn_wc__get_wcroot' ../../subversion/libsvn_client/.libs/libsvn_client-1.so:

Re: Diff Project compilation problem

2013-01-09 Thread Hyrum K Wright
On Wed, Jan 9, 2013 at 11:37 AM, Branko Čibej br...@wandisco.com wrote: On 09.01.2013 17:31, Gabriela Gibson wrote: I added a new option to the command structure and the compile error I get is this: ../../subversion/libsvn_client/.libs/libsvn_client-1.so: undefined reference to

Re: Diff Project compilation problem

2013-01-09 Thread Stefan Sperling
On Wed, Jan 09, 2013 at 04:31:05PM +, Gabriela Gibson wrote: I added a new option to the command structure and the compile error I get is this: ../../subversion/libsvn_client/.libs/libsvn_client-1.so: undefined reference to `svn_wc__get_wcroot'

Re: Diff Project compilation problem

2013-01-09 Thread Philip Martin
Gabriela Gibson gabriela.gib...@gmail.com writes: cd subversion/svnmucc /bin/bash /home/g/trunk/libtool --tag=CC --silent --mode=link gcc -g3 -fno-omit-frame-pointer -fno-inline -Wall -Wmiss\ ing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DSVN_DEBUG -DAP_DEBUG

Re: Diff Project compilation problem

2013-01-09 Thread Gabriela Gibson
On 09/01/13 16:54, Philip Martin wrote: ./configure --prefix=/usr/local/subversionx ... which solves the linking problem. I never install this build so /usr/local/subversionx/lib never exists. When I want to install a build of Subversion I reconfigure and rebuild using the correct

Re: [PATCH] Re: Diff Project compilation problem

2013-01-09 Thread Ben Reser
On Wed, Jan 9, 2013 at 4:15 PM, Gabriela Gibson gabriela.gib...@gmail.com wrote: I thought that the solutions to this question might be useful to have in the faq.html. +p1. You could be linking about your own installed libraries./p Think you mean You could be linking to your own installed

Re: [PATCH] Re: Diff Project compilation problem

2013-01-09 Thread Daniel Shahaf
Gabriela Gibson wrote on Thu, Jan 10, 2013 at 00:15:29 +: I thought that the solutions to this question might be useful to have in the faq.html. +pThere are a couple of frequent causes of this kind of problem:/p + +p1. You could be linking about your own installed libraries./p It