[rabbitmq-discuss] RabbitMQ sources release

Emile Joubert emile at rabbitmq.com
Thu Aug 23 12:00:42 BST 2012


Hi,

On 23/08/12 10:18, Matwey V. Kornilov wrote:
> My question is about source tarballs rabbitmq-server-2.8.6.tar.gz 
> distributed by rabbitmq.com. In this tarballs we see carefully prepared 
> sources of rabbitmq and plugins.
> 
> But umbrella buildsystem requires recheckout of external git/hg repos. dot-
> git and dot-hg directories are missed from release and hash.mk can't be 
> generated without checkout of existing sources.
> 
> Trying to build rpm packages at opensuse build service, I face this problem. 
> As for me hash.mk should be keept in rabbitmq-server-?.?.?.tar.gz and this 
> would be ok.

I can confirm what you are seeing. The first error I see is

  error: Couldn't resolve host 'github.com'

while no error occurs if network access is available:

$ tar xfz rabbitmq-server-2.8.6.tar.gz
$ make -C rabbitmq-server-2.8.6 VERSION=2.8.6
$ find rabbitmq-server-2.8.6 -name hash.mk

rabbitmq-server-2.8.6/plugins-src/erlang-rfc4627-wrapper/build/hash.mk
rabbitmq-server-2.8.6/plugins-src/eldap-wrapper/build/hash.mk
rabbitmq-server-2.8.6/plugins-src/webmachine-wrapper/build/hash.mk
rabbitmq-server-2.8.6/plugins-src/mochiweb-wrapper/build/hash.mk

I will file a bug to solve this. In the meantime you will need network
access to build the sources. (You should consider using the SuSE source
RPM: rabbitmq-server-2.8.6-1.suse.src.rpm)


-Emile



More information about the rabbitmq-discuss mailing list