Hi All,
I found the cause of the issue to do with apr version incompatiblity.
My Apache 2.0 is built with 'apr-0.9.x'.
Subversion-1.5.0-beta1 is shipping apr-1.x in its deps tar ball and
hence 'mod_dav_svn' and 'mod_authz_svn' are built with apr-1.x which is
not compatible with apache 2.0(which uses apr 0.9.x). This
in-compatiblity is causing segfaults.
<snip from INSTALL>
| Subversion 1.0 originally shipped with APR 0.9. Even |
| though APR 1.X has been available for many years, we |
| continue to ship APR 0.9 so as not to accidentally break |
| binary compatibility in Subversion upgrades. |
</snip>
Either we need to update the INSTALL file or downgrade the apr in the
deps file.
Thanks
With regards
Kamesh Jayachandran
Kamesh Jayachandran wrote:
> Hi All,
>
> I use
> http://orac.ece.utexas.edu/pub/svn/1.5.0-beta1/pflugerville-peanut/to-tigris/subversion-deps-1.5.0-beta1.tar.bz2
>
> and
> http://orac.ece.utexas.edu/pub/svn/1.5.0-beta1/pflugerville-peanut/subversion-1.5.0-beta1.tar.bz2
>
>
> make davautocheck fails.
>
> When trying to get closer, I get errors like the following while 'svn
> import'.
> ../subversion/libsvn_ra_neon/util.c:711: (apr_err=2)
> svn: Can't open file
> '/repositories/test1.5/db/transactions/0-0.txn/props': No such file or
> directory
>
> But commit seems to be successful.
>
> Still figuring out the cause.
>
> Any clues appreciated.
>
> With regards
> Kamesh Jayachandran
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-18 08:53:06 CET