RE: AW: [Linux-ha-dev] Call for testers: 2.1.3

2007-12-16 Thread Junko IKEDA
Hi,

 There was two bugs in the configure stuff:
   1) It got the package name for pegasus wrong for Red Hat
   2) It didn't work if you had pegasus installed but didn't
   enable the CIM provider.

I tried this branch and it worked well.
http://hg.linux-ha.org/dev/rev/3914fa415bd0

Thanks a lot!
By the way, why these rpms were changed their name?

heartbeat-pils-2.1.2-2.x86_64.rpm - pils-2.1.3-1.x86_64.rpm
heartbeat-stonith-2.1.2-2.x86_64.rpm - stonith-2.1.3-1.x86_64.rpm

Thanks,
Junko

___
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/


Re: AW: [Linux-ha-dev] Call for testers: 2.1.3

2007-12-14 Thread Alan Robertson
Spindler Michael wrote:
 Hi,
 
 This problem has been solved. My packaging box didn't have all 
 necessary packages for building GUI rpm. When I added 
 them it was 
 able to build haclinet (GUI) and that find-lang.sh tool 
 worked fine.
 I didn't find the problem with pegasus on my CentOS 5.0 
 but I have 
 32 bit version, and the problem was reported for 64 bit.

 OK.

 So, this step should only be included if --enable-mgmt, I guess?

 Right. It establish language settings for the GUI, so it's 
 not needed 
 if GUI isn't needed.
 We are trying to build it on RedHat(Red Hat Enterprise Linux 
 ES release 4 (Nahant Update 4)), and a problem remains before us.
 Please check Mori-san's patch again.
 http://developerbugs.linux-foundation.org//attachment.cgi?id=1109

 -if test x${CIMOM} = x; then
 -if test x${CIMOM} = x; then 
 -AC_CHECK_PROG([CIMOM], [cimserver], [pegasus])
 +if test x${enable_cim_provider} = xyes; then   # 
 maybe, here #
 +if test x${CIMOM} = x; then
 +if test x${CIMOM} = x; then

 I attached the configure.log

 
 fyi: I was able to build the rpms on RedHat AS 4 without any problems.

There was two bugs in the configure stuff:
1) It got the package name for pegasus wrong for Red Hat
2) It didn't work if you had pegasus installed but didn't
enable the CIM provider.


-- 
Alan Robertson [EMAIL PROTECTED]

Openness is the foundation and preservative of friendship...  Let me
claim from you at all times your undisguised opinions. - William
Wilberforce
___
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/


Re: AW: [Linux-ha-dev] Call for testers: 2.1.3

2007-12-07 Thread Keisuke MORI
Spindler Michael [EMAIL PROTECTED] writes:

 Hi,

This problem has been solved. My packaging box didn't have all 
necessary packages for building GUI rpm. When I added 
 them it was 
able to build haclinet (GUI) and that find-lang.sh tool 
 worked fine.
   
I didn't find the problem with pegasus on my CentOS 5.0 
 but I have 
32 bit version, and the problem was reported for 64 bit.
  
  
   OK.
  
   So, this step should only be included if --enable-mgmt, I guess?
  
  
  Right. It establish language settings for the GUI, so it's 
 not needed 
  if GUI isn't needed.
 
 We are trying to build it on RedHat(Red Hat Enterprise Linux 
 ES release 4 (Nahant Update 4)), and a problem remains before us.
 Please check Mori-san's patch again.
 http://developerbugs.linux-foundation.org//attachment.cgi?id=1109
 
 -if test x${CIMOM} = x; then
 -if test x${CIMOM} = x; then 
 -AC_CHECK_PROG([CIMOM], [cimserver], [pegasus])
 +if test x${enable_cim_provider} = xyes; then   # 
 maybe, here #
 +if test x${CIMOM} = x; then
 +if test x${CIMOM} = x; then
 
 I attached the configure.log
 

 fyi: I was able to build the rpms on RedHat AS 4 without any problems.

The error above should occur only when tog-pegasus packages has
been installed on your RedHat.

I thought that tog-pegasus is installed by default on RedHat ES 4...

-- 
Keisuke MORI
NTT DATA Intellilink Corporation

___
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/


AW: [Linux-ha-dev] Call for testers: 2.1.3

2007-12-07 Thread Spindler Michael
Hi,

This problem has been solved. My packaging box didn't have all 
necessary packages for building GUI rpm. When I added 
 them it was 
able to build haclinet (GUI) and that find-lang.sh tool 
 worked fine.
   
I didn't find the problem with pegasus on my CentOS 5.0 
 but I have 
32 bit version, and the problem was reported for 64 bit.
  
  
   OK.
  
   So, this step should only be included if --enable-mgmt, I guess?
  
  
  Right. It establish language settings for the GUI, so it's 
 not needed 
  if GUI isn't needed.
 
 We are trying to build it on RedHat(Red Hat Enterprise Linux 
 ES release 4 (Nahant Update 4)), and a problem remains before us.
 Please check Mori-san's patch again.
 http://developerbugs.linux-foundation.org//attachment.cgi?id=1109
 
 -if test x${CIMOM} = x; then
 -if test x${CIMOM} = x; then 
 -AC_CHECK_PROG([CIMOM], [cimserver], [pegasus])
 +if test x${enable_cim_provider} = xyes; then   # 
 maybe, here #
 +if test x${CIMOM} = x; then
 +if test x${CIMOM} = x; then
 
 I attached the configure.log
 

fyi: I was able to build the rpms on RedHat AS 4 without any problems.

Best regards,
Michael
___
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/