Cluster software - pacemaker compile not successful
by 1337_powerslacker from LinuxQuestions.org on (#4TPRX)
As some of you may be aware, I have assembled several Mac Pro 1,1 computers inexpensively to use as my cluster. As I explained in my series of blog posts, I was primarily using it for icecream. Now I have begun to think about expanding its utility, and perhaps using it for practice in maintaining my own small Linux-HA (high-availability) cluster, as I am interested in becoming a Linux sysadmin, should such a job become available in the near future; such skills would be a definite boon, among other skills.
The problem, as alluded to in the title, is that pacemaker is not compiling successfully. I have already compiled several dependency packages, and there was no problem whatsoever. However, this was not the case for pacemaker. This is the error that was displayed:
Code:/bin/sh: line 1: 5865 Aborted /tmp/SBo/pacemaker-Pacemaker-2.0.2/daemons/schedulerd/pacemaker-schedulerd metadata > pacemaker-schedulerd.xml
make[3]: *** [Makefile:1027: pacemaker-schedulerd.xml] Error 134
rm pacemaker-schedulerd.xml
make[3]: Leaving directory '/tmp/SBo/pacemaker-Pacemaker-2.0.2/daemons/schedulerd'
make[2]: *** [Makefile:497: all-recursive] Error 1
make[2]: Leaving directory '/tmp/SBo/pacemaker-Pacemaker-2.0.2/daemons'
make[1]: *** [Makefile:1174: core] Error 1
make[1]: Leaving directory '/tmp/SBo/pacemaker-Pacemaker-2.0.2'
make: *** [GNUmakefile:75: build] Error 2NOTE: I tried the newest version of pacemaker, as the one on SBo, 2.0.0-rc5, would not compile successfully, either.
If anyone with experience in this kind of compile error would be willing to give me some assistance in resolving this issue, I would be most grateful. (Hint: I have already Googled for anything regarding this, and have come up with nothing useful).
Thanks, and happy Slacking! :hattip:


The problem, as alluded to in the title, is that pacemaker is not compiling successfully. I have already compiled several dependency packages, and there was no problem whatsoever. However, this was not the case for pacemaker. This is the error that was displayed:
Code:/bin/sh: line 1: 5865 Aborted /tmp/SBo/pacemaker-Pacemaker-2.0.2/daemons/schedulerd/pacemaker-schedulerd metadata > pacemaker-schedulerd.xml
make[3]: *** [Makefile:1027: pacemaker-schedulerd.xml] Error 134
rm pacemaker-schedulerd.xml
make[3]: Leaving directory '/tmp/SBo/pacemaker-Pacemaker-2.0.2/daemons/schedulerd'
make[2]: *** [Makefile:497: all-recursive] Error 1
make[2]: Leaving directory '/tmp/SBo/pacemaker-Pacemaker-2.0.2/daemons'
make[1]: *** [Makefile:1174: core] Error 1
make[1]: Leaving directory '/tmp/SBo/pacemaker-Pacemaker-2.0.2'
make: *** [GNUmakefile:75: build] Error 2NOTE: I tried the newest version of pacemaker, as the one on SBo, 2.0.0-rc5, would not compile successfully, either.
If anyone with experience in this kind of compile error would be willing to give me some assistance in resolving this issue, I would be most grateful. (Hint: I have already Googled for anything regarding this, and have come up with nothing useful).
Thanks, and happy Slacking! :hattip: