All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kang Kai <Kai.Kang@windriver.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-oe][PATCH] mariadb: 5.5.55 -> 5.5.57
Date: Mon, 21 Aug 2017 12:08:56 +0800	[thread overview]
Message-ID: <515b5bdf-dd12-05fc-8585-0193e7dadbd1@windriver.com> (raw)
In-Reply-To: <CA+chaQeZAssT0CUJPQREUZqx0ti0OycLPsGSFcXg2Y96R8PC4Q@mail.gmail.com>

On 2017年08月21日 07:48, Martin Jansa wrote:
> Like the previous version this one fails to build for qemuarm when 
> security_flags.inc are enabled (maybe only in combination with gold 
> and thumb), can you please look into it?
>
> http://errors.yoctoproject.org/Errors/Details/152655/

I built qemuarm with following configures in local.conf and no failure.

require conf/distro/include/security_flags.inc

DISTRO_FEATURES_append = " ld-is-gold"


Any other configure did I miss? Thanks.


Regards,
Kai

>
> On Fri, Aug 18, 2017 at 4:51 AM, Kang Kai <Kai.Kang@windriver.com 
> <mailto:Kai.Kang@windriver.com>> wrote:
>
>     On 2017年08月17日 17:28, kai.kang@windriver.com
>     <mailto:kai.kang@windriver.com> wrote:
>
>         From: Kai Kang <kai.kang@windriver.com
>         <mailto:kai.kang@windriver.com>>
>
>         Upgrade mariadb from 5.5.55 to 5.5.57.
>
>
>     Forgot [meta-oe] in title. Sorry for inconvenience.
>
>     --Kai
>
>
>
>         * update SRC_URI that mariadb.com <http://mariadb.com> doesn't
>         provides source tarball of 5.5.57
>         * remove gcc7.patch which is not needed any more
>
>         Signed-off-by: Kai Kang <kai.kang@windriver.com
>         <mailto:kai.kang@windriver.com>>
>         ---
>           .../{mariadb-native_5.5.55.bb
>         <http://mariadb-native_5.5.55.bb> => mariadb-native_5.5.57.bb
>         <http://mariadb-native_5.5.57.bb>} |  0
>           meta-oe/recipes-support/mysql/mariadb.inc              |  8
>         ++++----
>           meta-oe/recipes-support/mysql/mariadb/gcc7.patch           |
>         13 -------------
>           .../mysql/{mariadb_5.5.55.bb <http://mariadb_5.5.55.bb> =>
>         mariadb_5.5.57.bb <http://mariadb_5.5.57.bb>}         |  0
>           4 files changed, 4 insertions(+), 17 deletions(-)
>           rename
>         meta-oe/recipes-support/mysql/{mariadb-native_5.5.55.bb
>         <http://mariadb-native_5.5.55.bb> => mariadb-native_5.5.57.bb
>         <http://mariadb-native_5.5.57.bb>} (100%)
>           delete mode 100644
>         meta-oe/recipes-support/mysql/mariadb/gcc7.patch
>           rename meta-oe/recipes-support/mysql/{mariadb_5.5.55.bb
>         <http://mariadb_5.5.55.bb> => mariadb_5.5.57.bb
>         <http://mariadb_5.5.57.bb>} (100%)
>
>         diff --git
>         a/meta-oe/recipes-support/mysql/mariadb-native_5.5.55.bb
>         <http://mariadb-native_5.5.55.bb>
>         b/meta-oe/recipes-support/mysql/mariadb-native_5.5.57.bb
>         <http://mariadb-native_5.5.57.bb>
>         similarity index 100%
>         rename from
>         meta-oe/recipes-support/mysql/mariadb-native_5.5.55.bb
>         <http://mariadb-native_5.5.55.bb>
>         rename to
>         meta-oe/recipes-support/mysql/mariadb-native_5.5.57.bb
>         <http://mariadb-native_5.5.57.bb>
>         diff --git a/meta-oe/recipes-support/mysql/mariadb.inc
>         b/meta-oe/recipes-support/mysql/mariadb.inc
>         index fd9dcbd..32e3eaa 100644
>         --- a/meta-oe/recipes-support/mysql/mariadb.inc
>         +++ b/meta-oe/recipes-support/mysql/mariadb.inc
>         @@ -4,7 +4,7 @@ SECTION = "libs"
>           LICENSE = "GPLv2"
>           LIC_FILES_CHKSUM =
>         "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>           -SRC_URI =
>         "http://downloads.mariadb.com/MariaDB/mariadb-${PV}/source/mariadb-${PV}.tar.gz
>         <http://downloads.mariadb.com/MariaDB/mariadb-$%7BPV%7D/source/mariadb-$%7BPV%7D.tar.gz>
>         \
>         +SRC_URI =
>         "https://downloads.mariadb.org/f/${BP}/source/${BP}.tar.gz
>         <https://downloads.mariadb.org/f/$%7BBP%7D/source/$%7BBP%7D.tar.gz>
>         \
>                      file://fix-cmake-module-path.patch \
>                      file://remove-bad-path.patch \
>                      file://fix-mysqlclient-r-version.patch \
>         @@ -17,10 +17,10 @@ SRC_URI =
>         "http://downloads.mariadb.com/MariaDB/mariadb-${PV}/source/mariadb-${P
>         <http://downloads.mariadb.com/MariaDB/mariadb-$%7BPV%7D/source/mariadb-$%7BP>
>                      file://fix-a-building-failure.patch \
>                      file://change-cc-to-cc-version.patch \
>                      file://0001-disable-ucontext-on-musl.patch \
>         -           file://gcc7.patch \
>                     "
>         -SRC_URI[md5sum] = "54a0bbbc9b67308e7c076622d02f0fcd"
>         -SRC_URI[sha256sum] =
>         "cb94e315d0fc90c62db5a6c7829c9966f674285d99b3ba3ffa575fb4a26edc86"
>         +
>         +SRC_URI[md5sum] = "2d4104aae0b9e5efa8878918bd329cb4"
>         +SRC_URI[sha256sum] =
>         "5dbde98d7e4a5a1721b6cbed7898b2549a88866247951cf586057975c6cea641"
>             S = "${WORKDIR}/mariadb-${PV}"
>           diff --git
>         a/meta-oe/recipes-support/mysql/mariadb/gcc7.patch
>         b/meta-oe/recipes-support/mysql/mariadb/gcc7.patch
>         deleted file mode 100644
>         index 3e75b26..0000000
>         --- a/meta-oe/recipes-support/mysql/mariadb/gcc7.patch
>         +++ /dev/null
>         @@ -1,13 +0,0 @@
>         -Index: mariadb-5.5.55/client/mysql.cc
>         -===================================================================
>         ---- mariadb-5.5.55.orig/client/mysql.cc
>         -+++ mariadb-5.5.55/client/mysql.cc
>         -@@ -2850,7 +2850,7 @@ You can turn off this feature to get a q
>         -         mysql_free_result(fields);
>         -         break;
>         -       }
>         --      field_names[i][num_fields*2]= '\0';
>         -+      field_names[i][num_fields*2][0]= '\0';
>         -       j=0;
>         -       while ((sql_field=mysql_fetch_field(fields)))
>         -       {
>         diff --git a/meta-oe/recipes-support/mysql/mariadb_5.5.55.bb
>         <http://mariadb_5.5.55.bb>
>         b/meta-oe/recipes-support/mysql/mariadb_5.5.57.bb
>         <http://mariadb_5.5.57.bb>
>         similarity index 100%
>         rename from meta-oe/recipes-support/mysql/mariadb_5.5.55.bb
>         <http://mariadb_5.5.55.bb>
>         rename to meta-oe/recipes-support/mysql/mariadb_5.5.57.bb
>         <http://mariadb_5.5.57.bb>
>
>
>
>     -- 
>     Regards,
>     Neil | Kai Kang
>
>
>     -- 
>     _______________________________________________
>     Openembedded-devel mailing list
>     Openembedded-devel@lists.openembedded.org
>     <mailto:Openembedded-devel@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>     <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
>
>

-- 
Regards,
Neil | Kai Kang



  reply	other threads:[~2017-08-21  4:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17  9:28 [PATCH] mariadb: 5.5.55 -> 5.5.57 kai.kang
2017-08-18  2:51 ` [meta-oe][PATCH] " Kang Kai
2017-08-20 23:48   ` Martin Jansa
2017-08-21  4:08     ` Kang Kai [this message]
2017-08-21  4:46       ` Martin Jansa
2017-08-21  7:29         ` Martin Jansa
2017-08-23  1:50         ` Kang Kai

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=515b5bdf-dd12-05fc-8585-0193e7dadbd1@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=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 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.