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

Re: 0.24.2: hard-to-repro build trouble on Cygwin

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-23 23:02:27 CEST

cmpilato@collab.net writes:

> Ben Collins-Sussman <sussman@collab.net> writes:
>
> > I'm confused; does our default 'make' target automatically try to
> > bulid the swig bindings now? If so, I must have missed the change.
> >
> > If it's true, this is a Bad Thing. The swig-py bindings *require* apr
> > threads, but that apr feature isn't always available. Meanwhile, svn
> > itself does *not* require threads. And now people with non-thready
> > systems suddenly can't build svn... bad bad bad bad bad.
>
> No, only tries to build the binding glue code (which is the part that
> actually requires the APR threads). We've been building this as part
> of the regular 'make' target for ... well, for a very long time now.

Well, then status quo is still badness. It's already hit two people
-- a cygwin person and a freebsd person haven't been able to compile.

If we're going to build the glue code as part of the generic 'make'
target, then Subversion's own configure.in needs to look to see if
APR_HAS_THREADS. If not, we shouldn't try to build the glue code.

Right?

Should I file an issue for this?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 24 01:05:08 2003

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.