On 7/30/13 05:51 , Andrew Beekhof wrote:

On 29/07/2013, at 10:37 PM, Kirill Proskurin <k.prosku...@corp.mail.ru> wrote:

On 7/29/13 03:50 , Andrew Beekhof wrote:

On 26/07/2013, at 8:20 PM, Kirill Proskurin <k.prosku...@corp.mail.ru> wrote:

Hi!

Is it RHEL5.x friendly?

I'm assuming yes, as no-one complained during the 3 month release candidate 
phase ;-)

Look like it's not.

A good reason to get involved earlier next time ;-)

I just hoped for the best. :-)

[k.proskurin@video-build pacemaker]$ make release
sort: invalid option -- V
Try `sort --help' for more information.

try bypassing sort:

    make LAST_RELEASE=Pacemaker-1.1.10 rpm

It helps, but some strange things appears:

sed -i 's/Source0:.*/Source0:\ ClusterLabs-pacemaker-368c726.tar.gz/' pacemaker.spec
sed -i 's/global\ specversion.*/global\ specversion\ 1/' pacemaker.spec
sed -i 's/global\ upstream_version.*/global\ upstream_version\ 368c726/' pacemaker.spec sed -i 's/global\ upstream_prefix.*/global\ upstream_prefix\ ClusterLabs-pacemaker/' pacemaker.spec case 368c726 in \ Pacemaker*) sed -i 's/Version:.*/Version:\ 368c726/' pacemaker.spec;; \ *) sed -i 's/Version:.*/Version:\ 1.1.11/' pacemaker.spec;; \
        esac
rpmbuild -bs --define "dist .fedora" --define "_sourcedir /home/k.proskurin/devel/BUILD/pacemaker" --define "_specdir /home/k.proskurin/devel/BUILD/pacemaker" --define "_srcrpmdir /home/k.proskurin/devel/BUILD/pacemaker" --without doc pacemaker.spec
error: Failed build dependencies:
        libuuid-devel is needed by pacemaker-1.1.11-1.fedora.i386
        clusterlib-devel is needed by pacemaker-1.1.11-1.fedora.i386
make: *** [srpm-fedora] Error 1

1.1.11?
And I didn't familiar with make, m4 and all this thing and just gave up to find there I need to add --with something to make to handle this dep problem.

So I go standard way:

git clone --depth 0 git://github.com/ClusterLabs/pacemaker.git
cd pacemaker
./autogen.sh
./configure  --without-heartbeat --with-corosync
make

And got this:
http://www.fpaste.org/28966/51890571/

BTW: I installed libqb from your repo.


And lots of error below.
Old sort...
coreutils-5.97-34.el5_8.1

Ok, let's try my old spec... boom!
configure: error: Version of libqb is too old: v0.13 or greater requried

Oops, forgot about this. Ok,

[k.proskurin@video-build libqb]$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
configure.ac:4: error: Autoconf version 2.61 or higher is required

autoconf-2.59-12

Dead end.

Create the srpm for libqb on rhel6, then pass it to rpmbuild on rhel5




On 7/26/13 04:43 , Andrew Beekhof wrote:
Announcing the release of Pacemaker 1.1.10

    https://github.com/ClusterLabs/pacemaker/releases/Pacemaker-1.1.10

--
Best regards,
Proskurin Kirill

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org





--
Best regards,
Proskurin Kirill

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org


_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org





--
Best regards,
Proskurin Kirill

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to