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

Re: xreadlines/python2 (?) required for gen-make.py

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-10-29 18:25:48 CET

On Tue, 2002-10-29 at 12:04, cmpilato@collab.net wrote:
> Python 2 is indeed required for Subversion developers and testers.

On Red Hat 7.x, /usr/bin/python is Python 1 and /usr/bin/python2 is
Python 2. Our test suite works fine, because our configure script looks
for python2. But autogen.sh can't make use of that, of course, so it
winds up running gen-make.py through /usr/bin/python.

Red Hat 8.x fixes this situation (it no longer ships Python 1 at all),
but it would be helpful to some developers (myself included) if
autogen.sh could look for and use python2 in preference to python, as a
temporary measure. I'll check in a patch myself if I can decide how the
mechanics should work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 29 18:26:42 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.