I installed an EC2 instance of the Bitnami Trac AMI, which contains Trac 1.0.1. I'm trying to upgrade Trac to the latest dev version, using easy_install --upgrade Trac==dev, but this is what I get:
Searching for Trac==dev Reading http://pypi.python.org/simple/Trac/ Reading http://projects.edgewall.com/trac Reading http://projects.edgewall.com/trac/wiki/TracDownload Reading http://trac.edgewall.com/ Reading http://trac.edgewall.org/wiki/TracDownload Best match: Trac dev Downloading http://svn.edgewall.org/repos/trac/trunk#egg=Trac-dev Doing subversion checkout from http://svn.edgewall.org/repos/trac/trunk to /tmp/easy_install-JuDyo0/trunk Processing trunk Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-JuDyo0/trunk/egg-dist-tmp-Ch_pJP Traceback (most recent call last): File "/opt/bitnami/apps/trac/bin/easy_install", line 8, in <module> load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')() File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 1712, in main File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 1716, in <lambda> File "/opt/bitnami/python/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/opt/bitnami/python/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/opt/bitnami/python/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 211, in run File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 446, in easy_install File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 476, in install_item File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 655, in install_eggs File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 930, in build_and_install File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 919, in run_setup File "build/bdist.linux-x86_64/egg/setuptools/sandbox.py", line 62, in run_setup File "build/bdist.linux-x86_64/egg/setuptools/sandbox.py", line 105, in run File "build/bdist.linux-x86_64/egg/setuptools/sandbox.py", line 64, in <lambda> File "setup.py", line 163, in <module> File "/opt/bitnami/python/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/opt/bitnami/python/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/opt/bitnami/python/lib/python2.7/distutils/dist.py", line 971, in run_command cmd_obj.ensure_finalized() File "/opt/bitnami/python/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() File "build/bdist.linux-x86_64/egg/setuptools/command/bdist_egg.py", line 94, in finalize_options File "/opt/bitnami/python/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command cmd_obj.ensure_finalized() File "/opt/bitnami/python/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() File "build/bdist.linux-x86_64/egg/setuptools/command/egg_info.py", line 85, in finalize_options File "build/bdist.linux-x86_64/egg/setuptools/command/egg_info.py", line 185, in tags File "build/bdist.linux-x86_64/egg/setuptools/command/egg_info.py", line 233, in get_svn_revision IndexError: list index out of range What is the problem, and how do I fix it? Thanks, Jay -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
