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

trunk make clean error

From: <kmradke_at_rockwellcollins.com>
Date: Fri, 7 Nov 2008 13:21:52 -0600

I just updated my whole tree to svn trunk:

Repository Root: https://svn.collab.net/repos/svn
Revision: 34097

Doing a "make clean" now gives this:

...
cd /usr/lfs/v0/tmp/svn_trunk/subversion/bindings/ctypes-python; \
  /usr/bin/python setup.py clean --all
  File "setup.py", line 205
    cmd.extend('-R ' + x for x in self.lib_dirs.split(":"))
                           ^
SyntaxError: invalid syntax
gmake: *** [clean-ctypes-python] Error 1

Is there a python version minimum requirement for building
svn now?

I'm using Python 2.3.4...

I'm on an old RHEL release, so my options are a little limited.

Kevin R.
Received on 2008-11-07 20:22: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.