[rabbitmq-discuss] Failed to build rabbitmq-server on an aix6.1 system
helf
helf at hundsun.com
Wed Mar 2 09:05:33 GMT 2011
Hi,
Do you build the rabbitmq-server from source code on aix system
successfully? If yes, could you please share your invaluable experience?
I used "rabbitmq-server-generic-unix-2.3.1.tar.gz" on my aix system at
first, but it crashed during my testing. Thus, I would like to build it from
source code, but failed.
Erlang R14B and rabbitmq-server-2.3.1.
After I type "make" command, there will be a core dump caused by xsltproc
operation. And the "rabbit_ctl_usage.erl" is empty.
Below is the output:
bash-4.1# cd rabbitmq-server-2.3.1
bash-4.1# ls -rlt
total 256
drwxr-xr-x 2 root system 4096 Feb 3 20:47 src
drwxr-xr-x 2 root system 4096 Feb 3 20:47 include
-rw-r--r-- 1 root system 24891 Feb 3 20:47
LICENSE-MPL-RabbitMQ
-rw-r--r-- 1 root system 195 Feb 3 20:47 LICENSE
drwxr-xr-x 2 root system 256 Feb 3 20:47 scripts
-rw-r--r-- 1 root system 2494 Feb 3 20:47 generate_deps
-rw-r--r-- 1 root system 494 Feb 3 20:47 generate_app
drwxr-xr-x 2 root system 256 Feb 3 20:47 ebin
drwxr-xr-x 2 root system 4096 Feb 3 20:47 docs
-rw-r--r-- 1 root system 18549 Feb 3 20:47 codegen.py
drwxr-xr-x 2 root system 4096 Feb 3 20:47 codegen
-rwxr-xr-x 1 root system 1719 Feb 3 20:47 calculate-relative
-rw-r--r-- 1 root system 3239 Feb 3 20:47 README
-rw-r--r-- 1 root system 11284 Feb 3 20:47 Makefile
-rw-r--r-- 1 root system 30654 Feb 3 20:47 INSTALL
bash-4.1# make
python codegen.py body codegen/amqp-rabbitmq-0.9.1.json
src/rabbit_framing_amqp_0_9_1.erl
python codegen.py body codegen/amqp-rabbitmq-0.8.json
src/rabbit_framing_amqp_0_8.erl
xsltproc --stringparam modulename "`basename src/rabbit_ctl_usage.erl .erl`"
\
docs/usage.xsl docs/rabbitmqctl.1.xml >
src/rabbit_ctl_usage.erl.tmp
make: *** No rule to make target `deps.mk', needed by `ebin/bpqueue.beam'.
Stop.
bash-4.1# ls -lrt
total 3104
drwxr-xr-x 2 root system 4096 Feb 3 20:47 include
-rw-r--r-- 1 root system 24891 Feb 3 20:47
LICENSE-MPL-RabbitMQ
-rw-r--r-- 1 root system 195 Feb 3 20:47 LICENSE
drwxr-xr-x 2 root system 256 Feb 3 20:47 scripts
-rw-r--r-- 1 root system 2494 Feb 3 20:47 generate_deps
-rw-r--r-- 1 root system 494 Feb 3 20:47 generate_app
drwxr-xr-x 2 root system 256 Feb 3 20:47 ebin
drwxr-xr-x 2 root system 4096 Feb 3 20:47 docs
-rw-r--r-- 1 root system 18549 Feb 3 20:47 codegen.py
-rwxr-xr-x 1 root system 1719 Feb 3 20:47 calculate-relative
-rw-r--r-- 1 root system 3239 Feb 3 20:47 README
-rw-r--r-- 1 root system 11284 Feb 3 20:47 Makefile
-rw-r--r-- 1 root system 30654 Feb 3 20:47 INSTALL
drwxr-xr-x 2 root system 4096 Mar 2 16:06 codegen
drwxr-xr-x 2 root system 8192 Mar 2 16:06 src
-rw------- 1 root system 1451907 Mar 2 16:06 core
bash-4.1#
bash-4.1# ls -lrt src/rabbit_ctl_usage.erl*
-rw-r--r-- 1 root system 0 Mar 2 16:06
src/rabbit_ctl_usage.erl.tmp
bash-4.1#
bash-4.1# make -v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for powerpc-ibm-aix5.2.0.0
bash-4.1#
Your reply will be appreciated!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110302/fe286b1d/attachment.htm>
More information about the rabbitmq-discuss
mailing list