[PATCH weston] Fix runtime error caused by missing header inclusion
Bryce Harrington
bryce at osg.samsung.com
Tue Nov 24 00:32:36 PST 2015
On Tue, Nov 17, 2015 at 07:32:20AM +0000, Joh, Yong-Il (Tolkien) wrote:
> Hi Daniel.
>
> here it is. :-)
>
> thank you.
> __
> Yong-iL Joh, Sr.MTS, Wind RiverĀ
Thanks, applied and pushed:
6172c38..cd9bb71 master -> master
>
> -----Original Message-----
> From: Daniel Stone [mailto:daniel at fooishbar.org]
> Sent: Monday, November 16, 2015 7:20 PM
> To: Joh, Yong-Il (Tolkien)
> Cc: wayland-devel at lists.freedesktop.org
> Subject: Re: [PATCH weston] Fix runtime error caused by missing header inclusion
>
> Hi Yong-Il,
>
> On 14 November 2015 at 06:16, Joh, Yong-Il (Tolkien) <Yong-Il.Joh at windriver.com> wrote:
> > when I run weston on yocto for qemux86 device, there is an error with
> > following.
> >
> > [08:02:07.897] launching '/usr/lib/weston/weston-ivi-shell-user-interface'
> > [08:02:08.201] /usr/lib/weston/weston-ivi-shell-user-interface died on
> > signal 11
> >
> > it is caused everytime
> > when I build yocto software on Ubuntu 12.04 64bit desktop for qemux86
> > device. (not qemux86-64)
> >
> > to resolve this,
> > apply following patch.
>
> Thanks for the patch - it looks good to me. Can you please send this patch via git-send-email, instead of inline?
>
> Cheers,
> Daniel
> From 11524385e5e848c9aef588a7392fab4b9b364439 Mon Sep 17 00:00:00 2001
> From: Yong-iL Joh <yong-il.joh at windriver.com>
> Date: Tue, 17 Nov 2015 16:28:11 +0900
> Subject: [PATCH] ivi-shell-user-interface: fix runtime error caused by missing
> header inclusion
>
> when weston is running on qemux86 device, there is an error with following.
>
> [08:02:07.897] launching '/usr/lib/weston/weston-ivi-shell-user-interface'
> [08:02:08.201] /usr/lib/weston/weston-ivi-shell-user-interface died on signal 11
>
> this is caused by type mismatch, and
> it does occur on qemux86-64
>
> Signed-off-by: Yong-iL Joh <yong-il.joh at windriver.com>
> ---
> clients/ivi-shell-user-interface.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/clients/ivi-shell-user-interface.c b/clients/ivi-shell-user-interface.c
> index 0bf2723..460ca27 100644
> --- a/clients/ivi-shell-user-interface.c
> +++ b/clients/ivi-shell-user-interface.c
> @@ -21,6 +21,8 @@
> * DEALINGS IN THE SOFTWARE.
> */
>
> +#include "config.h"
> +
> #include <sys/wait.h>
> #include <unistd.h>
> #include <stdlib.h>
> --
> 1.9.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list