Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-11 Thread Jan Pokorný
On 10/08/16 10:12 -0500, Dmitri Maziuk wrote: > On 2016-08-10 10:04, Jason A Ramsey wrote: > >> Traceback (most recent call last): >> >> File "eps/fence_eps", line 14, in >> >> if sys.version_info.major > 2: >> >> AttributeError: 'tuple' object has no attribute 'major' > > > Replace with

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Jason A Ramsey
Believe me, I would love to use a more modern dist, but RHEL6 is currently our standard image… -- [ jR ] M: +1 (703) 628-2621 @: ja...@eramsey.org there is no path to greatness; greatness is the path On 8/10/16, 2:50 PM, "Jan Pokorný" wrote: On 10/08/16

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Jan Pokorný
On 10/08/16 20:50 +0200, Jan Pokorný wrote: > On 10/08/16 16:52 +, Jason A Ramsey wrote: >> Installing the openwsman-python package doesn’t work. Configure’ing >> the fence-agents source tree fails because it still can’t find the >> pywsman module. I thought that it might be because it’s

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Jan Pokorný
On 10/08/16 16:52 +, Jason A Ramsey wrote: > Installing the openwsman-python package doesn’t work. Configure’ing > the fence-agents source tree fails because it still can’t find the > pywsman module. I thought that it might be because it’s looking in > /usr/lib/python-x/site-packages rather

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Jason A Ramsey
Installing the openwsman-python package doesn’t work. Configure’ing the fence-agents source tree fails because it still can’t find the pywsman module. I thought that it might be because it’s looking in /usr/lib/python-x/site-packages rather than /usr/lib64/python-x/site-packages (or vice

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Jan Pokorný
On 09/08/16 20:20 +, Jason A Ramsey wrote: > Here’s the output I now get out of pip install pywsman: > > < stupiderrormessage > > > # pip install pywsman > DEPRECATION: Python 2.6 is no longer supported by the Python core team, > please upgrade your Python. A future version of pip will drop

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Dmitri Maziuk
On 2016-08-10 10:04, Jason A Ramsey wrote: Traceback (most recent call last): File "eps/fence_eps", line 14, in if sys.version_info.major > 2: AttributeError: 'tuple' object has no attribute 'major' Replace with sys.version_info[0] Dima ___

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Jason A Ramsey
Thanks! I actually just figured this out and was about to share my findings with the list. Lol. -- [ jR ] M: +1 (703) 628-2621 @: ja...@eramsey.org there is no path to greatness; greatness is the path On 8/10/16, 11:12 AM, "Dmitri Maziuk" wrote: On

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Jason A Ramsey
- All topics related to open-source clustering welcomed <users@clusterlabs.org> Date: Wednesday, August 10, 2016 at 7:30 AM To: Cluster Labs - All topics related to open-source clustering welcomed <users@clusterlabs.org> Subject: Re: [ClusterLabs] Unable to Build fence-agents from Source

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Jason A Ramsey
r Labs - All topics related to open-source clustering welcomed <users@clusterlabs.org> Date: Wednesday, August 10, 2016 at 7:30 AM To: Cluster Labs - All topics related to open-source clustering welcomed <users@clusterlabs.org> Subject: Re: [ClusterLabs] Unable to Build fence-agents

Re: [ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-10 Thread Marek Grac
Hi, * pywsman is required only for fence_amt_ws so if you don't need it, feel free to remove this dependency (and agent) * python2.6 (and RHEL6) is no longer a platform that we support at upstream. We aim for python 2.7 and 3.x currently. But it might work on python2.6 (and Oyvind accepts patches

[ClusterLabs] Unable to Build fence-agents from Source on RHEL6

2016-08-09 Thread Jason A Ramsey
So, I’ve managed to wade through the majority of dependency hell issues I’ve encountered trying to get RPMs built of Pacemaker and its ancillary packages. That is, of course, with the exception of the fence-agents source tree (grabbed from github). Autogen.sh works great, but when it comes to