ukris / typhoonae

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

Error installing RabbitMQ #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When running buildout on Ubuntu 9.10 the following error occurs:

src/rabbit_access_control.erl:33: can't find include lib 
"stdlib/include/qlc.hrl"
make: *** [ebin/rabbit_access_control.beam] Error 1
While:
  Installing rabbitmq.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "/tmp/tmpi4Kmip/zc.buildout-1.4.3-py2.5.egg/zc/buildout/buildout.py", line 1660, in 
main
  File "/tmp/tmpi4Kmip/zc.buildout-1.4.3-py2.5.egg/zc/buildout/buildout.py", line 532, in 
install
  File "/tmp/tmpi4Kmip/zc.buildout-1.4.3-py2.5.egg/zc/buildout/buildout.py", line 1204, in 
_call
  File "/home/tobias/projects/typhoonae-buildout-0.1.3/eggs/rod.recipe.rabbitmq-1.0.0-
py2.5.egg/rod/recipe/rabbitmq/__init__.py", line 217, in install
    return self.install_rabbitmq()
  File "/home/tobias/projects/typhoonae-buildout-0.1.3/eggs/rod.recipe.rabbitmq-1.0.0-
py2.5.egg/rod/recipe/rabbitmq/__init__.py", line 204, in install_rabbitmq
    raise Exception("building RabbitMQ failed")
Exception: building RabbitMQ failed

Original issue reported on code.google.com by tobias.r...@gmail.com on 21 Mar 2010 at 12:30

GoogleCodeExporter commented 9 years ago
This may happen due to a pre-installed Erlang and a tiny bug in 
rod.recipe.rabbitmq which caused the system 
Erlang to be used for building RabbitMQ rather than the Erlang which comes with 
the buildout. Fixed in 
http://pypi.python.org/pypi/rod.recipe.rabbitmq/1.1.1.

However, it turns out that a standard system Erlang on Ubuntu or Debian lacks 
required development 
headers.

You have now two options to solve this issue:

a) pin rod.recipe.rabbitmq to 1.1.1 in etc/versions.cfg (recommended)
b) install the erlang-dev package.

Then re-run the buildout. 

Original comment by tobias.r...@gmail.com on 21 Mar 2010 at 12:35

GoogleCodeExporter commented 9 years ago

Original comment by tobias.r...@gmail.com on 29 Apr 2010 at 11:15