Comment 25 for bug 1378212

Revision history for this message
Sergii Golovatiuk (sgolovatiuk) wrote : Re: Prepare pacemaker >=1.1.12 packages

Pacemaker was built with wrong dependencies. I have compared upstream pacemaker with our version so I have the following difference

--- upstream 2015-01-07 21:31:54.301752000 +0000
+++ our 2015-01-07 21:31:15.501752000 +0000
@@ -1,13 +1,13 @@
- Depends: libc6 (>= 2.14)
- libcfg6 (>= 2.3.3)
+ Depends: libbz2-1.0
+ libc6 (>= 2.14)
+ libcfg4 (>= 1.4.4)
  libcib3 (>= 1.1.10+git20130802)
- libcmap4 (>= 2.3.3)
- libcorosync-common4 (>= 2.3.3)
+ libconfdb4 (>= 1.4.4)
  libcrmcluster4 (>= 1.1.10+git20130802)
  libcrmcommon3 (>= 1.1.10+git20130802)
  libcrmservice1 (>= 1.1.10+git20130802)
  libglib2.0-0 (>= 2.28.0)
- libgnutls26 (>= 2.12.17-0)
+ libgnutls26 (>= 2.12.6.1-0)
  liblrmd1 (>= 1.1.10+git20130802)
  libpam0g (>= 0.99.7.1)
  libpe-rules2 (>= 1.1.10+git20130802)
@@ -17,9 +17,9 @@
  libqb0
  libstonithd2 (>= 1.1.10+git20130802)
  libtransitioner2 (>= 1.1.10+git20130802)
- python (>= 2.7)
+ python2.7
+ python (>= 2.7.1-0ubuntu2)
  python (<< 2.8)
- python:any (>= 2.7.1-0ubuntu2)
  libheartbeat2
  resource-agents
  adduser

Since, we have libcfg4 but proper version is libcfg6, pacemaker is int functioning properly. Also we definitely need pacemaker 1.12 even if we use upstream pacemaker in Ubuntu 14.04