Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-26 Thread Deepak Shetty
On Thu, Sep 25, 2014 at 9:22 PM, Ben Nemec wrote: > On 09/22/2014 01:29 AM, Deepak Shetty wrote: > > Thats incorrect, as i said in my original mail.. I am usign > devstack+manila > > and it wasn't very clear to me that mysql-devel needs to be installed and > > it didn't get installed. I am on F20

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-25 Thread melanie witt
On Sep 21, 2014, at 23:31, Deepak Shetty wrote: > Even better, whenever ./run_tests fail... maybe put a msg stating the > following C libs needs to be installed, have the user check the > same..something like that would help too. I don't think it should be a human-maintained list, otherwise it

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-25 Thread Ben Nemec
On 09/22/2014 01:29 AM, Deepak Shetty wrote: > Thats incorrect, as i said in my original mail.. I am usign devstack+manila > and it wasn't very clear to me that mysql-devel needs to be installed and > it didn't get installed. I am on F20, not sure if that causes this , if > yes, then we need to deb

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-21 Thread Deepak Shetty
Even better, whenever ./run_tests fail... maybe put a msg stating the following C libs needs to be installed, have the user check the same..something like that would help too. On Mon, Sep 22, 2014 at 11:59 AM, Deepak Shetty wrote: > Thats incorrect, as i said in my original mail.. I am usign > d

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-21 Thread Deepak Shetty
Thats incorrect, as i said in my original mail.. I am usign devstack+manila and it wasn't very clear to me that mysql-devel needs to be installed and it didn't get installed. I am on F20, not sure if that causes this , if yes, then we need to debug and fix this. Maybe its a good idea to put a comm

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-20 Thread Valeriy Ponomaryov
Dep "MySQL-python" is already in test-requirements.txt file. As Andreas said, second one "mysql-devel" is C lib and can not be installed via pip. So, project itself, as all projects in OpenStack, can not install it. C lib deps are handled by Devstack, if it is used. See: https://github.com/opensta

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-20 Thread Alex Leonhardt
And yet it's a dependency so I'm with Deepak and it should at least be mentioned in the prerequisites on a webpage somewhere .. :) I might even try and update/add that myself as it caught me out a few times too.. Alex On 20 Sep 2014 12:44, "Andreas Jaeger" wrote: > On 09/20/2014 09:34 AM, Deepa

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-20 Thread Andreas Jaeger
On 09/20/2014 09:34 AM, Deepak Shetty wrote: > thanks , that worked. > Any idea why it doesn't install it automatically and/or it isn't present > in requirements.txt ? > I thought that was the purpose of requirements.txt ? AFAIU requirements.txt has only python dependencies while mysql-devel is a

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-20 Thread Deepak Shetty
thanks , that worked. Any idea why it doesn't install it automatically and/or it isn't present in requirements.txt ? I thought that was the purpose of requirements.txt ? On Sat, Sep 20, 2014 at 12:00 PM, Valeriy Ponomaryov < vponomar...@mirantis.com> wrote: > These should help: > sudo yum -y inst

Re: [openstack-dev] [Manila] ./run_tests issue

2014-09-19 Thread Valeriy Ponomaryov
These should help: sudo yum -y install mysql-devel sudo pip install MySQL-python On Sat, Sep 20, 2014 at 9:15 AM, Deepak Shetty wrote: > I keep hitting this issue in my F20 based devstack env ... > > ./run_tests.sh -V > > > . > > gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall > -W

[openstack-dev] [Manila] ./run_tests issue

2014-09-19 Thread Deepak Shetty
I keep hitting this issue in my F20 based devstack env ... ./run_tests.sh -V . gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwra