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

Re: [Issue 699] Changed - Dependency on XML parser not in INSTALL

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-05-07 14:39:59 CEST

On Sun, May 05, 2002 at 11:24:51PM -0500, Karl Fogel wrote:
> > http://subversion.tigris.org/issues/show_bug.cgi?id=699
>
> Update (for those who don't follow the issue tracker religiously):
>
> This turns out to be a real issue. The neon/ included in
> subversion-r1868.tar.gz won't configure on a system that doesn't
> already have an XML parser installed somewhere. See the issue for
> details.

I can't reproduce this by removing all my system's XML parser devel
packages: the r1868 tarball configures and builds correctly. apr-util
doesn't find an installed expat, so it and neon both arrange to use the
bundled copy of expat in apr-util.

Karl, I'd guess the failure you are getting is a variant of the problem
Martin found: apr-util is still detecting an installed copy of expat
somewhere, but neon isn't: the apr-util configure output should reveal
all.

(The fact that neon is searching for an XML parser via xml2-config etc
on your system means that the neon configure script was *not* passed the
--with-expat=... flag: that should only happen when apr-util *does* find
an installed copy of expat somewhere.)

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 7 14:43:06 2002

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.