← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1260667] [NEW] Tox fails to build environment because of MySQL-Python version

 

Public bug reported:

During tox building environment, it try to install the package MySQL-
python version 1.2.4 but the build failed with the error:

Traceback (most recent call last):
  File "<string>", line 16, in <module>
  File "/opt/stack/nova/.tox/py27/build/MySQL-python/setup.py", line 18, in <module>
    metadata, options = get_config()
  File "setup_posix.py", line 43, in get_config
    libs = mysql_config("libs_r")
  File "setup_posix.py", line 25, in mysql_config
    raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found

** Affects: nova
     Importance: Undecided
     Assignee: sahid (sahid-ferdjaoui)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => sahid (sahid-ferdjaoui)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1260667

Title:
  Tox fails to build environment because of MySQL-Python version

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  During tox building environment, it try to install the package MySQL-
  python version 1.2.4 but the build failed with the error:

  Traceback (most recent call last):
    File "<string>", line 16, in <module>
    File "/opt/stack/nova/.tox/py27/build/MySQL-python/setup.py", line 18, in <module>
      metadata, options = get_config()
    File "setup_posix.py", line 43, in get_config
      libs = mysql_config("libs_r")
    File "setup_posix.py", line 25, in mysql_config
      raise EnvironmentError("%s not found" % (mysql_config.path,))
  EnvironmentError: mysql_config not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1260667/+subscriptions


Follow ups

References