On 10/11/14 11:16, Nathan Scott wrote:
Hi Ken,
----- Original Message -----
Is there a minimum Python version required for qa/843 and the
memory_python PMDA?
The test is failing on i586 CentOS 5.10 with this python
kenj@vm04:~/src/pcp/qa$ python -V
Python 2.4.3
There's a minimum python version for all of PCP - 2.6 - so I'm
guessing this machine has an old pcp-python package installed,
from an older PCP version?
Sort of yes and no ... has 3.10 pcp-python from an earlier build, but no
pcp-python from the latest 3.10 build.
kenj@vm04:~/src/pcp/qa$ rpm -qa | grep -E '^(pcp-3|python-pcp)'
python-pcp-3.10.0-7
pcp-3.10.0-19
And python 2.7 is sort of installed here ... python -> python2.4 but
kenj@vm04:~/src/pcp/qa$ python2.7 -V
Python 2.7.3
kenj@vm04:~/src/pcp/qa$ which python2.7
/usr/bin/python2.7
kenj@vm04:~/src/pcp/qa$ rpm -q -f /usr/bin/python2.7
file /usr/bin/python2.7 is not owned by any package
I have no idea how it got like this, let me see if I can clean the
installation up.
The test is also missing a does-the-python-pmda-module-exist at
all check (notrun) - I'll add that in.
Ta.
|