Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RALLY complains about missing libraries:
- $ sudo /home/jenkins-ci/functest/Rally_repo/install_rally.sh
- which: no python3 in (/sbin:/bin:/usr/sbin:/usr/bin)
- The following software packages need to be installed
- in order for Rally to work: gcc libffi-devel python-devel openssl-devel gmp-devel libxml2-devel libxslt-devel postgresql-devel git wget
- In order to install the required software you would need to run as
- 'root' the following command:
- yum install gcc libffi-devel python-devel openssl-devel gmp-devel libxml2-devel libxslt-devel postgresql-devel git wget
- ---------------------
- Then, I do it manually and they are already installed:
- $ sudo yum install gcc libffi-devel python-devel openssl-devel gmp-devel libxml2-devel libxslt-devel postgresql-devel git wget
- Loaded plugins: fastestmirror, langpacks
- Loading mirror speeds from cached hostfile
- * base: mirror.pac-12.org
- * epel: mirrors.cat.pdx.edu
- * extras: mirror.pac-12.org
- * updates: mirrors.xmission.com
- Package gcc-4.8.3-9.el7.x86_64 already installed and latest version
- Package libffi-devel-3.0.13-11.el7.x86_64 already installed and latest version
- Package python-devel-2.7.5-18.el7_1.1.x86_64 already installed and latest version
- Package 1:openssl-devel-1.0.1e-42.el7.9.x86_64 already installed and latest version
- Package 1:gmp-devel-6.0.0-11.el7.x86_64 already installed and latest version
- Package libxml2-devel-2.9.1-5.el7_1.2.x86_64 already installed and latest version
- Package libxslt-devel-1.1.28-5.el7.x86_64 already installed and latest version
- Package postgresql-devel-9.2.13-1.el7_1.x86_64 already installed and latest version
- Package git-1.8.3.1-4.el7.x86_64 already installed and latest version
- Package wget-1.14-10.el7_0.1.x86_64 already installed and latest version
- Nothing to do
- ---------------------
- Ok, them I install rally again...
- $ sudo /home/jenkins-ci/functest/Rally_repo/install_rally.sh
- which: no python3 in (/sbin:/bin:/usr/sbin:/usr/bin)
- The following software packages need to be installed
- in order for Rally to work: gcc libffi-devel python-devel openssl-devel gmp-devel libxml2-devel libxslt-devel postgresql-devel git wget
- In order to install the required software you would need to run as
- 'root' the following command:
- yum install gcc libffi-devel python-devel openssl-devel gmp-devel libxml2-devel libxslt-devel postgresql-devel git wget
- Do you want me to install these packages for you? [yN] y
- Loaded plugins: fastestmirror, langpacks
- Loading mirror speeds from cached hostfile
- * base: mirror.pac-12.org
- * epel: mirrors.cat.pdx.edu
- * extras: mirror.pac-12.org
- * updates: mirrors.xmission.com
- Package gcc-4.8.3-9.el7.x86_64 already installed and latest version
- Package libffi-devel-3.0.13-11.el7.x86_64 already installed and latest version
- Package python-devel-2.7.5-18.el7_1.1.x86_64 already installed and latest version
- Package 1:openssl-devel-1.0.1e-42.el7.9.x86_64 already installed and latest version
- Package 1:gmp-devel-6.0.0-11.el7.x86_64 already installed and latest version
- Package libxml2-devel-2.9.1-5.el7_1.2.x86_64 already installed and latest version
- Package libxslt-devel-1.1.28-5.el7.x86_64 already installed and latest version
- Package postgresql-devel-9.2.13-1.el7_1.x86_64 already installed and latest version
- Package git-1.8.3.1-4.el7.x86_64 already installed and latest version
- Package wget-1.14-10.el7_0.1.x86_64 already installed and latest version
- Nothing to do
- Wiped python compiled files.
- /usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
- InsecurePlatformWarning
- Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages
- Requirement already satisfied (use --upgrade to upgrade): pbr in /usr/lib/python2.7/site-packages
- Requirement already satisfied (use --upgrade to upgrade): tox<=1.6.1 in /usr/lib/python2.7/site-packages
- Requirement already satisfied (use --upgrade to upgrade): virtualenv>=1.9.1 in /usr/lib/python2.7/site-packages (from tox<=1.6.1)
- Requirement already satisfied (use --upgrade to upgrade): py>=1.4.15 in /usr/lib/python2.7/site-packages (from tox<=1.6.1)
- Uninstalling rally-0.0.5.dev584:
- Successfully uninstalled rally-0.0.5.dev584
- Processing /home/jenkins-ci/functest/Rally_repo
- Complete output from command python setup.py egg_info:
- Traceback (most recent call last):
- File "<string>", line 20, in <module>
- File "/tmp/pip-rLrOEl-build/setup.py", line 29, in <module>
- pbr=True)
- File "/usr/lib64/python2.7/distutils/core.py", line 112, in setup
- _setup_distribution = dist = klass(attrs)
- File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 265, in __init__
- self.fetch_build_eggs(attrs.pop('setup_requires'))
- File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 289, in fetch_build_eggs
- parse_requirements(requires), installer=self.fetch_build_egg
- File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve
- raise VersionConflict(dist,req) # XXX put more info here
- pkg_resources.VersionConflict: (pbr 1.6.0 (/usr/lib/python2.7/site-packages), Requirement.parse('pbr>=1.8'))
- ----------------------------------------
- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-rLrOEl-build
Advertisement
Add Comment
Please, Sign In to add comment