From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] mysql: add option to build the server
Date: Mon, 3 Mar 2014 23:35:51 +0100 [thread overview]
Message-ID: <20140303233551.75c74c6a@skate> (raw)
In-Reply-To: <1392244774-15356-1-git-send-email-kuyurix@gmail.com>
Dear Marcelo Guti?rrez,
On Wed, 12 Feb 2014 22:39:33 +0000, Marcelo Guti?rrez wrote:
> From: Marcelo Gutierrez <kuyurix@gmail.com>
>
>
> Signed-off-by: Marcelo Gutierrez (UTN/FRH) <kuyurix@gmail.com>
> ---
> package/mysql/Config.in | 9 +
> .../mysql-0003-ac_stack_direction-is-unset.patch | 15 +
> .../mysql-0004-Fix-gen_lex_hash-execution.patch | 32 +
> ...ql-0005-bison_3_breaks_mysql_server_build.patch | 3310 ++++++++++++++++++++
> package/mysql/mysql.mk | 46 +-
> 5 files changed, 3411 insertions(+), 1 deletion(-)
> create mode 100644 package/mysql/mysql-0003-ac_stack_direction-is-unset.patch
> create mode 100644 package/mysql/mysql-0004-Fix-gen_lex_hash-execution.patch
> create mode 100644 package/mysql/mysql-0005-bison_3_breaks_mysql_server_build.patch
I've applied this, but:
1/ The package lacks an init script to start the MySQL server
automatically.
2/ When mysqld_safe is started automatically, it looks for stuff
in /usr/var that doesn't exist:
700101 00:00:22 mysqld_safe Starting mysqld daemon with databases from /usr/var
/usr/bin/mysqld_safe: line 595: can't create /usr/var/buildroot.err: nonexistent directory
/usr/bin/mysqld_safe: eval: line 1: can't create /usr/var/buildroot.err: nonexistent directory
3/ Peter made some comments that have not been addressed. Since the
patch was large, I thought it would be easier to have it merged
first, and then do incremental changes.
Could you work on those changes, and submit the corresponding patches?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-03-03 22:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-12 22:39 [Buildroot] [PATCH 1/2] mysql: add option to build the server Marcelo Gutiérrez
2014-02-12 22:39 ` [Buildroot] [PATCH 2/2] package/mysql: fix debugging options Marcelo Gutiérrez
2014-02-23 19:12 ` Yann E. MORIN
2014-02-23 19:10 ` [Buildroot] [PATCH 1/2] mysql: add option to build the server Yann E. MORIN
2014-02-23 20:15 ` Peter Korsgaard
2014-02-24 19:38 ` Marcelo Gutierrez
2014-03-03 22:35 ` Thomas Petazzoni [this message]
2014-03-04 2:39 ` Marcelo Gutierrez
2014-03-04 5:51 ` Baruch Siach
2014-03-04 17:53 ` Marcelo Gutierrez
-- strict thread matches above, loose matches on Subject: below --
2014-02-04 15:41 [Buildroot] [PATCH 0/2] MySQL debug fix, and Mysql server on target Yann E. MORIN
2014-02-04 15:41 ` [Buildroot] [PATCH 1/2] mysql: add option to build the server Yann E. MORIN
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=20140303233551.75c74c6a@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.