Re: [PATCH] Re: Diff Project compilation problem

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

Re: [PATCH] Re: Diff Project compilation problem

2013-01-10 Thread Ben Reser
On Thu, Jan 10, 2013 at 2:24 PM, Gabriela Gibson 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 the get-deps.sh scrip

Re: [PATCH] Re: Diff Project compilation problem

2013-01-10 Thread Ben Reser
On Thu, Jan 10, 2013 at 3:19 PM, Branko Čibej 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 Branko Čibej
On 10.01.2013 23:24, Gabriela Gibson wrote: > 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 t

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 affected

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. > +There are a couple of frequent causes of this kind of problem: > + > +1. You could be linking about your own installed libraries. It would

Re: [PATCH] Re: Diff Project compilation problem

2013-01-09 Thread Ben Reser
On Wed, Jan 9, 2013 at 4:15 PM, Gabriela Gibson wrote: > I thought that the solutions to this question might be useful to have in the > faq.html. > +1. You could be linking about your own installed libraries. Think you mean "You could be linking to your own installed libraries." I'd probably f

[PATCH] Re: Diff Project compilation problem

2013-01-09 Thread Gabriela Gibson
I thought that the solutions to this question might be useful to have in the faq.html. Index: publish/faq.html === --- publish/faq.html (revision 1431153) +++ publish/faq.html (working copy) @@ -282,6 +282,8 @@ validating server certi

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: Diff Project compilation problem

2013-01-09 Thread Philip Martin
Gabriela Gibson 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 -rpath /usr/local/lib -o

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' > ../../subversion/libsvn_client/.libs/

Re: Diff Project compilation problem

2013-01-09 Thread Hyrum K Wright
On Wed, Jan 9, 2013 at 11:37 AM, Branko Čibej 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 `svn_wc__get_wc

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: un

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 is