ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Runtime error on bootstrap installation #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install clean Ubuntu 14.04-1x64 server on VMWare ESXi host. 
2. Install all software listed in the Getting Started page  
3. Download and unpack TyphoonAE buildout 0.2.0
4. Run 
    python bootstrap.py
    ./bin/buildout

What is the expected output? What do you see instead?
Expected output is successfully installed TyphoonAE bootstrap. 
Actual output: 
RuntimeError: maximum recursion depth exceeded in cmp
While:
  Installing.
  Processing develop directory '/home/peaches/typhoonae-buildout-0.2.0/doc/helloworld'.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/home/peaches/typhoonae-buildout-0.2.0/eggs/zc.buildout-1.4.3-py2.7.egg/zc/buildout/buildout.py", line 1660, in main
    getattr(buildout, command)(args)
  File "/home/peaches/typhoonae-buildout-0.2.0/eggs/zc.buildout-1.4.3-py2.7.egg/zc/buildout/buildout.py", line 394, in install
    installed_develop_eggs = self._develop()
  File "/home/peaches/typhoonae-buildout-0.2.0/eggs/zc.buildout-1.4.3-py2.7.egg/zc/buildout/buildout.py", line 634, in _develop
    zc.buildout.easy_install.develop(setup, dest)
  File "/home/peaches/typhoonae-buildout-0.2.0/eggs/zc.buildout-1.4.3-py2.7.egg/zc/buildout/easy_install.py", line 895, in develop
    *args) == 0
AssertionError

What version of the product are you using? On what operating system?
Latest TyphoonAE install instructions
TyphoonAE Buildout 0.2.0
Ubuntu 14.04-1 Server x64
Python 2.7.6
Erlang R16B03
OpenJDK 1.7.0_55

Please provide any additional information below.

Original issue reported on code.google.com by Peaches...@gmail.com on 5 Aug 2014 at 1:30