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

Re: Timeline for 1.6.0-final

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 11 Mar 2009 23:38:38 +0000

On Wed, Mar 11, 2009 at 04:54:12PM -0400, John Peacock wrote:
> Hyrum K. Wright wrote:
> > We're getting close to 1.6.0-final. We've had very little word about
> > showstopper bugs in this release, and it looks like we're going to be
> > able to proceed with a release next month.
>
> I went to try and build a 1.6.0 RPM with our internal packages and I've
> run into a problem during the install phase:
>
> > subversion/svnversion/svnversion . /repos/svn/trunk > /var/tmp/pkgbuild-559/subversion/default/root/opt/msys/3rdParty/include/subversion-1/svn-revision.txt
> > svnversion: Version mismatch in 'svn_wc': found 1.5.6, expected 1.6.0-rc3
> > svnversion: Version mismatch in 'svn_subr': found 1.5.6, expected 1.6.0-rc3
> > make: *** [revision-install] Error 1
>
> I suspect what is going on is that svnversion is not using the in-tree
> libraries nor is it using the "installed into a temporary path"
> libraries, but instead is using the already installed older libraries.
>
> Since svn-revision.txt is (AFAICT) just a log of what checkout was used
> to build this binary (and in fact should be ignored for a non-WC build),
> I just commented out those lines in the Makefile.in and it builds fine.

That this is a common problem with libtool.
If you delete the subversion 1.5 package from your system
before compiling the 1.6 package, things will probably work
just fine.

Stefan
Received on 2009-03-12 00:39:05 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.