[Openais] Pacemaker-1.1.5 Compilation errror

2011-04-05 Thread manish . gupta
Hi,

   I am trying to compile pacemaker-1.1.5 on SUSE 10SP2 . It is not working .

Execuation of command  rpm -i pacemaker-1.1.5-1.1.src.rpm from directory
/usr/src/source/SRPM gives these...

Warning
  1. user mockbuild does not exist - using root
  2. group mockbuild does not exist - using root
  3. user mockbuild does not exist - using root
  4. group mockbuild does not exist - using root

Then  from usr/src/packages/SOURCE Folder

tar -jxvf pacemaker-pacemaker-1.1.5.tar.bz2

Now I compile that code using ./autogen.sh  ..

I am getting warning your version of glib is too old.

.warning libexec dir directory does not exit
.warning sysconfdir  directory does not exit
.warning sharedstatdir directory does not exit ...



make

Error is occured...

 please can you help me to solve the issue ..

Some other package information .

glibc-2.4.31
gcc-4.1.2
heartbeat-3.0.3
corosync-1.3.0
cluster-glue-1.0.7


Please can you tell me -- does SUSE 10 SP2 is supported for
pacemaker-1.1.5 or not.

If it is not supported then . How can I support this . means after
upgradeing glibc and gcc and others...Is it possible



Regards
manish













   I am trying to build RPMS of pacemaker from the Source RPM.



___
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais


Re: [Openais] Corosync segfaults after restarting network service (Centos-5.5)

2011-04-05 Thread Benjamin Ash
On Mon, Apr 04, 2011 at 01:32:07PM -0700, Steven Dake wrote:
 This is our lowest priority bug atm, and other things are currently
 taking priority.  As such, I can't offer an eta.  I have a patch which I
 think fixes the segfault but it is not ready for merging.  I am realy
 loathe to merge anything into totemsrp and want to make sure any changes
 are absolutely correct.  If you would like a copy I can send privately.

I understand. I would be happy to give your patch a try.

Thanks,

-ben

-- 
Benjamin Ash, RHCE
Technical Manager, Client Services 
Intelerad Medical Systems Inc.
Central Station Building
895 de la Gauchetiere Street W., Suite 400
Montreal, QC Canada  H3B 4G1
tel: +1.514.931.6222 x7311
fax: +1.514.931.4653
b...@intelerad.com
www.intelerad.com


This email or any attachments may contain confidential or legally privileged 
information intended for the sole use of the addressees. Any use, 
redistribution, disclosure, or reproduction of this information, except as 
intended, is prohibited. If you received this email in error, please notify the 
sender and remove all copies of the message, including any attachments.   
___
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais


Re: [Openais] Pacemaker-1.1.5 Compilation errror

2011-04-05 Thread Dejan Muhamedagic
Hi,

On Tue, Apr 05, 2011 at 06:58:41PM +0530, manish.gu...@ionidea.com wrote:
 Hi,
 
I am trying to compile pacemaker-1.1.5 on SUSE 10SP2 . It is not working .
 
 Execuation of command  rpm -i pacemaker-1.1.5-1.1.src.rpm from directory
 /usr/src/source/SRPM gives these...
 
 Warning
   1. user mockbuild does not exist - using root
   2. group mockbuild does not exist - using root
   3. user mockbuild does not exist - using root
   4. group mockbuild does not exist - using root
 
 Then  from usr/src/packages/SOURCE Folder
 
 tar -jxvf pacemaker-pacemaker-1.1.5.tar.bz2

You should cd .../SPECS; rpmbuild -bb pacemaker.spec

 Now I compile that code using ./autogen.sh  ..
 
 I am getting warning your version of glib is too old.
 
 .warning libexec dir directory does not exit
 .warning sysconfdir  directory does not exit
 .warning sharedstatdir directory does not exit ...
 
 
 
 make
 
 Error is occured...
 
  please can you help me to solve the issue ..
 
 Some other package information .
 
 glibc-2.4.31
 gcc-4.1.2
 heartbeat-3.0.3
 corosync-1.3.0
 cluster-glue-1.0.7
 
 
 Please can you tell me -- does SUSE 10 SP2 is supported for
 pacemaker-1.1.5 or not.

I guess that you mean SLES 10 SP2? No, pacemaker is not
supported there by Novell/SUSE.

 If it is not supported then . How can I support this . means after
 upgradeing glibc and gcc and others...Is it possible

Why don't you upgrade to SLE11 SP1? Otherwise, trying to make
pacemaker 1.1 work on such an old platform may be possible, but
it's going to take inordinate amount of time to do it.

Thanks,

Dejan

 
 
 Regards
 manish
 
 
 
 
 
 
 
 
 
 
 
 
 
I am trying to build RPMS of pacemaker from the Source RPM.
 
 
 
 ___
 Openais mailing list
 Openais@lists.linux-foundation.org
 https://lists.linux-foundation.org/mailman/listinfo/openais
___
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais


Re: [Openais] Corosync/openais segfault

2011-04-05 Thread Steven Dake
On 04/05/2011 09:53 AM, Vladislav Bogdanov wrote:
 05.04.2011 19:41, Steven Dake wrote:
 This could be one of two things.  Either a bug in the lock service
 around reference counting, or a known issue we have resolved with
 recursion that causes stack corrution.

 We will release a new version of 1.3 in the next week or so.
 
 Does this mean that current trunk is stable?

The flatiron-1.3 branch has these problems fixed.  The flatiron branch
also has these problems fixed.  I am waiting for some third party QE to
release a z stream in the 1.3 stream.

Regards
-steve
___
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais


Re: [Openais] Corosync segfaults after restarting network service (Centos-5.5)

2011-04-05 Thread JiaQiang Xu
2011/4/5 Steven Dake sd...@redhat.com
 This is our lowest priority bug atm, and other things are currently
 taking priority.  As such, I can't offer an eta.  I have a patch which I
 think fixes the segfault but it is not ready for merging.  I am realy
 loathe to merge anything into totemsrp and want to make sure any changes
 are absolutely correct.  If you would like a copy I can send privately.

Hi Steven,

I also encountered this problem recently. Could you send a copy of your patch
to me? I would like to try it out.

Thanks!
-Jiaqiang


 Regards
 -steve
 ___
 Openais mailing list
 Openais@lists.linux-foundation.org
 https://lists.linux-foundation.org/mailman/listinfo/openais
___
Openais mailing list
Openais@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/openais