From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 04/12] mysql-python: add dependency on mysql
Date: Fri, 9 Aug 2013 10:54:23 +0200 [thread overview]
Message-ID: <1376038471-32202-4-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1376038471-32202-1-git-send-email-Martin.Jansa@gmail.com>
* fails without mysql_config:
ERROR: Function failed: do_compile (log file is located at mysql-python/1.2.4-r0/temp/log.do_compile.29833)
ERROR: Logfile of failure stored in: mysql-python/1.2.4-r0/temp/log.do_compile.29833
Log data follows:
| DEBUG: Executing shell function do_compile
| sh: 1: mysql_config: not found
| Traceback (most recent call last):
| File "setup.py", line 18, in <module>
| metadata, options = get_config()
| File "mysql-python/1.2.4-r0/MySQL-python-1.2.4/setup_posix.py", line 43, in get_config
| libs = mysql_config("libs_r")
| File "mysql-python/1.2.4-r0/MySQL-python-1.2.4/setup_posix.py", line 25, in mysql_config
| raise EnvironmentError("%s not found" % (mysql_config.path,))
| EnvironmentError: mysql_config not found
| ERROR: python setup.py build_ext execution failed.
| ERROR: Function failed: do_compile (log file is located at mysql-python/1.2.4-r0/temp/log.do_compile.29833)
NOTE: recipe mysql-python-1.2.4-r0: task do_compile: Failed
ERROR: Task 6 (meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb, do_compile) failed with exit code '1'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
index 37ad21c..678f17c 100644
--- a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
+++ b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
@@ -4,6 +4,8 @@ SECTION = "devel/python"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+DEPENDS = "mysql5"
+
PR = "r0"
SRCNAME = "MySQL-python"
--
1.8.3.2
next prev parent reply other threads:[~2013-08-09 8:53 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-09 8:54 [meta-oe][PATCH 01/12] gnome-power-management: add gnome-doc-utils dependency Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 02/12] goffice: add librsvg dependency Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 03/12] libgtop: add dependency on intltool-native Martin Jansa
2013-08-09 8:54 ` Martin Jansa [this message]
2013-08-09 8:54 ` [meta-oe][PATCH 05/12] libwnck(3): add PACKAGECONFIG for startup-notification Martin Jansa
2013-08-09 9:18 ` Burton, Ross
2013-08-09 11:50 ` Martin Jansa
2013-08-09 12:09 ` Otavio Salvador
2013-08-09 8:54 ` [meta-oe][PATCH 06/12] llvm2: add dependency on perl-native Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 07/12] start-stop-daemon: add dependency on ncurses Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 08/12] subsurface: add dependency on gconf Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 09/12] tumbler: add dependency on xfce4-dev-tools Martin Jansa
2013-08-12 11:45 ` Andreas Müller
2013-08-09 8:54 ` [meta-oe][PATCH 10/12] uhd: add dependency on ncurses Martin Jansa
2013-08-09 12:13 ` Philip Balister
2013-08-09 8:54 ` [meta-oe][PATCH 11/12] webkit-efl: add dependency on gstreamer Martin Jansa
2013-08-09 8:54 ` [meta-oe][PATCH 12/12] xfce4-icon-theme: add dependency on intltool-native Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376038471-32202-4-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox