Openembedded Core Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCHv2] [meta-oe] mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server
@ 2017-11-14 22:30 Jonathan Haws
  2017-11-14 23:02 ` ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2) Patchwork
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Haws @ 2017-11-14 22:30 UTC (permalink / raw)
  To: openembedded-core

Per issue MDEV-14044 on https://jira.mariadb.org/browse/MDEV-14044, mysqld_safe_helper
needs to be installed with the server, but was absent from the mariadb.inc file feeding
the recipes. This resulted in a broken mariadb installation. Installing
mysqld_safe_helper alongside mysqld_safe resolves this problem.

Signed-off-by: Jonathan Haws <jhaws@sdl.usu.edu>
---
 meta-oe/recipes-support/mysql/mariadb.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc
index 16dd9f9..263b313 100644
--- a/meta-oe/recipes-support/mysql/mariadb.inc
+++ b/meta-oe/recipes-support/mysql/mariadb.inc
@@ -258,6 +258,7 @@ FILES_${PN}-server = "\
     ${bindir}/mysqlbinlog \
     ${bindir}/mysqld_multi \
     ${bindir}/mysqld_safe \
+    ${bindir}/mysqld_safe_helper \
     ${bindir}/mysqlhotcopy \
     ${bindir}/mysqltest \
     ${bindir}/ndb_delete_all \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)
  2017-11-14 22:30 [meta-oe][PATCHv2] [meta-oe] mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server Jonathan Haws
@ 2017-11-14 23:02 ` Patchwork
  2017-11-14 23:05   ` Jonathan Haws
  2017-11-14 23:25   ` Daniela Plascencia
  0 siblings, 2 replies; 5+ messages in thread
From: Patchwork @ 2017-11-14 23:02 UTC (permalink / raw)
  To: Jonathan Haws; +Cc: openembedded-core

== Series Details ==

Series: mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)
Revision: 2
URL   : https://patchwork.openembedded.org/series/9784/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Patch            [meta-oe, v2, meta-oe] mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server
 Issue             Series sent to the wrong mailing list [test_target_mailing_list] 
  Suggested fix    Check the project's README (meta-oe, v2, meta-oe) and send the patch to the indicated list

* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at a17f3ec910)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)
  2017-11-14 23:02 ` ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2) Patchwork
@ 2017-11-14 23:05   ` Jonathan Haws
  2017-11-14 23:13     ` Burton, Ross
  2017-11-14 23:25   ` Daniela Plascencia
  1 sibling, 1 reply; 5+ messages in thread
From: Jonathan Haws @ 2017-11-14 23:05 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

On Tue, 2017-11-14 at 23:02 +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: mariadb: Added missing installation of mysqld_safe_helper to
> FILES_${PN}-server (rev2)
> Revision: 2
> URL   : https://patchwork.openembedded.org/series/9784/
> State : failure
> 
> == Summary ==
> 
> 
> Thank you for submitting this patch series to OpenEmbedded Core. This
> is
> an automated response. Several tests have been executed on the
> proposed
> series by patchtest resulting in the following failures:
> 
> 
> 
> * Patch            [meta-oe, v2, meta-oe] mariadb: Added missing
> installation of mysqld_safe_helper to FILES_${PN}-server
>  Issue             Series sent to the wrong mailing list
> [test_target_mailing_list] 
>   Suggested fix    Check the project's README (meta-oe, v2, meta-oe)
> and send the patch to the indicated list
> 
> * Issue             Series does not apply on top of target branch
> [test_series_merge_on_head] 
>   Suggested fix    Rebase your series on top of targeted branch
>   Targeted branch  master (currently at a17f3ec910)
> 

What am I missing here?  I first applied this to the top of the rocko
branch, then this one to the top of the master branch.  Neither one had
hash a17f3ec910.  Does this need to go to a different list?  I was
under the impression this was the right one?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)
  2017-11-14 23:05   ` Jonathan Haws
@ 2017-11-14 23:13     ` Burton, Ross
  0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2017-11-14 23:13 UTC (permalink / raw)
  To: Jonathan Haws; +Cc: openembedded-core@lists.openembedded.org

[-- Attachment #1: Type: text/plain, Size: 1793 bytes --]

meta-oe patches go to openembedded-devel@.  -core@ is for oe-core
specifically.

Ross

On 14 November 2017 at 23:05, Jonathan Haws <jhaws@sdl.usu.edu> wrote:

> On Tue, 2017-11-14 at 23:02 +0000, Patchwork wrote:
> > == Series Details ==
> >
> > Series: mariadb: Added missing installation of mysqld_safe_helper to
> > FILES_${PN}-server (rev2)
> > Revision: 2
> > URL   : https://patchwork.openembedded.org/series/9784/
> > State : failure
> >
> > == Summary ==
> >
> >
> > Thank you for submitting this patch series to OpenEmbedded Core. This
> > is
> > an automated response. Several tests have been executed on the
> > proposed
> > series by patchtest resulting in the following failures:
> >
> >
> >
> > * Patch            [meta-oe, v2, meta-oe] mariadb: Added missing
> > installation of mysqld_safe_helper to FILES_${PN}-server
> >  Issue             Series sent to the wrong mailing list
> > [test_target_mailing_list]
> >   Suggested fix    Check the project's README (meta-oe, v2, meta-oe)
> > and send the patch to the indicated list
> >
> > * Issue             Series does not apply on top of target branch
> > [test_series_merge_on_head]
> >   Suggested fix    Rebase your series on top of targeted branch
> >   Targeted branch  master (currently at a17f3ec910)
> >
>
> What am I missing here?  I first applied this to the top of the rocko
> branch, then this one to the top of the master branch.  Neither one had
> hash a17f3ec910.  Does this need to go to a different list?  I was
> under the impression this was the right one?
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 2710 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)
  2017-11-14 23:02 ` ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2) Patchwork
  2017-11-14 23:05   ` Jonathan Haws
@ 2017-11-14 23:25   ` Daniela Plascencia
  1 sibling, 0 replies; 5+ messages in thread
From: Daniela Plascencia @ 2017-11-14 23:25 UTC (permalink / raw)
  To: jhaws; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1853 bytes --]

You should send this series to openembedded-devel@lists.openembedded.org.
All meta-oe patches should be sent there.


On 11/14/2017 05:02 PM, Patchwork wrote:
> == Series Details ==
>
> Series: mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2)
> Revision: 2
> URL   : https://patchwork.openembedded.org/series/9784/
> State : failure
>
> == Summary ==
>
>
> Thank you for submitting this patch series to OpenEmbedded Core. This is
> an automated response. Several tests have been executed on the proposed
> series by patchtest resulting in the following failures:
>
>
>
> * Patch            [meta-oe, v2, meta-oe] mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server
>   Issue             Series sent to the wrong mailing list [test_target_mailing_list]
>    Suggested fix    Check the project's README (meta-oe, v2, meta-oe) and send the patch to the indicated list
>
> * Issue             Series does not apply on top of target branch [test_series_merge_on_head]
>    Suggested fix    Rebase your series on top of targeted branch
>    Targeted branch  master (currently at a17f3ec910)
>
>
>
> If you believe any of these test results are incorrect, please reply to the
> mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
> Otherwise we would appreciate you correcting the issues and submitting a new
> version of the patchset if applicable. Please ensure you add/increment the
> version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
> [PATCH v3] -> ...).
>
> ---
> Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
> Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
>


[-- Attachment #2: Type: text/html, Size: 2793 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-14 23:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-14 22:30 [meta-oe][PATCHv2] [meta-oe] mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server Jonathan Haws
2017-11-14 23:02 ` ✗ patchtest: failure for mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server (rev2) Patchwork
2017-11-14 23:05   ` Jonathan Haws
2017-11-14 23:13     ` Burton, Ross
2017-11-14 23:25   ` Daniela Plascencia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox