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