From: Martin Jansa <martin.jansa@gmail.com>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: "openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>,
Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [oe] State of bitbake world, Failed tasks 2014-01-09
Date: Fri, 10 Jan 2014 00:26:01 +0100 [thread overview]
Message-ID: <20140109232601.GL3709@jama> (raw)
In-Reply-To: <CALbNGRSjqo1+03hjQxeKN5aPFpGWK0PZv9YgR2NNcqHVhXZhGQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3281 bytes --]
On Thu, Jan 09, 2014 at 05:37:24PM +0100, Andreas Müller wrote:
> On Thu, Jan 9, 2014 at 4:23 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Thu, Jan 09, 2014 at 04:12:52PM +0100, Andreas Müller wrote:
> >> On Thu, Jan 9, 2014 at 3:46 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> >> > http://www.openembedded.org/wiki/Bitbake_World_Status
> >> >
> >> > == Failed tasks 2014-01-09 ==
> >> >
> >> > === common (6) ===
> >> > * meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb, do_configure
> >> > * meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb, do_fetch
> >> > * meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb, do_compile
> >> > * meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb, do_compile
> >> > * meta-openembedded/meta-oe/recipes-navigation/monav/monav_0.3.bb, do_compile
> >> > * meta-qt5/recipes-qt/qt5/qtwayland_git.bb, do_compile
> >>
> >> I have problems with qtwayland too and think that I am close to
> >> understand what's going on (on 5.2 branch). Where do I find logs for
> >> this error?
> >
> > Links for each machine are on the bottom of the e-mail:
> >
> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/...
> >
> > qtwayland builds for me fine with oe-core only and also in qt5-5.2.0 +
> > webos-ports, so I haven't looked much into it yet.
> OK - I can't find that in the logs - but anyway: I am working also on
> 5.2.0 and my error for qtwayland showed up as tons of multiple defined
> GL data types as
e.g.
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20140109_011732.log/bitbake.log
has that, but if you're looking at it in browser you need to wait quite
a long time for it to fetch completely and at least in chromium it
sometimes fail to search in bigger text files for me.
| In file included from
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/qtwayland/5.1.0+gitAUTOINC+87dba733ac-r0/git/src/compositor/wayland_wrapper/qwlinputdevice.cpp:41:0:
|
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/qtwayland/5.1.0+gitAUTOINC+87dba733ac-r0/git/src/compositor/wayland_wrapper/qwlinputdevice_p.h:128:22:
error: field 'pointer' has incomplete type
| ::wl_pointer pointer;
| ^
... and a lot more like this
> 'error: 'GLdouble' has a previous declaration as 'typedef GLfloat GLdouble''
>
> Reason was that I had GL-headers in my sysroot but qtwayland was
> configured without wayland-egl / egl (it took me long to find out that
> that wayland-egl is supplied by mesa..). So qtwayland tried to build
> glx-compositor which does not work with GL/GLES headers in sysroot.
> After building egl and wayland-egl, qtwayland configured fine and the
> errors disappeared.
It's probably different error than what I have, but with latest mesa I
had problem that I need to define MESA_EGL_NO_X11_HEADERS in qtbase and
qtwebkit again to prevent using xorg includes, maybe that's where your
2nd GLdouble is leaking in?
http://lists.openembedded.org/pipermail/openembedded-core/2014-January/088072.html
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Martin Jansa <martin.jansa@gmail.com>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: "openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>,
Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] State of bitbake world, Failed tasks 2014-01-09
Date: Fri, 10 Jan 2014 00:26:01 +0100 [thread overview]
Message-ID: <20140109232601.GL3709@jama> (raw)
In-Reply-To: <CALbNGRSjqo1+03hjQxeKN5aPFpGWK0PZv9YgR2NNcqHVhXZhGQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3281 bytes --]
On Thu, Jan 09, 2014 at 05:37:24PM +0100, Andreas Müller wrote:
> On Thu, Jan 9, 2014 at 4:23 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Thu, Jan 09, 2014 at 04:12:52PM +0100, Andreas Müller wrote:
> >> On Thu, Jan 9, 2014 at 3:46 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> >> > http://www.openembedded.org/wiki/Bitbake_World_Status
> >> >
> >> > == Failed tasks 2014-01-09 ==
> >> >
> >> > === common (6) ===
> >> > * meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb, do_configure
> >> > * meta-openembedded/meta-multimedia/recipes-mediacentre/xbmc/xbmc_git.bb, do_fetch
> >> > * meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb, do_compile
> >> > * meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb, do_compile
> >> > * meta-openembedded/meta-oe/recipes-navigation/monav/monav_0.3.bb, do_compile
> >> > * meta-qt5/recipes-qt/qt5/qtwayland_git.bb, do_compile
> >>
> >> I have problems with qtwayland too and think that I am close to
> >> understand what's going on (on 5.2 branch). Where do I find logs for
> >> this error?
> >
> > Links for each machine are on the bottom of the e-mail:
> >
> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/...
> >
> > qtwayland builds for me fine with oe-core only and also in qt5-5.2.0 +
> > webos-ports, so I haven't looked much into it yet.
> OK - I can't find that in the logs - but anyway: I am working also on
> 5.2.0 and my error for qtwayland showed up as tons of multiple defined
> GL data types as
e.g.
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20140109_011732.log/bitbake.log
has that, but if you're looking at it in browser you need to wait quite
a long time for it to fetch completely and at least in chromium it
sometimes fail to search in bigger text files for me.
| In file included from
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/qtwayland/5.1.0+gitAUTOINC+87dba733ac-r0/git/src/compositor/wayland_wrapper/qwlinputdevice.cpp:41:0:
|
/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/x86_64-oe-linux/qtwayland/5.1.0+gitAUTOINC+87dba733ac-r0/git/src/compositor/wayland_wrapper/qwlinputdevice_p.h:128:22:
error: field 'pointer' has incomplete type
| ::wl_pointer pointer;
| ^
... and a lot more like this
> 'error: 'GLdouble' has a previous declaration as 'typedef GLfloat GLdouble''
>
> Reason was that I had GL-headers in my sysroot but qtwayland was
> configured without wayland-egl / egl (it took me long to find out that
> that wayland-egl is supplied by mesa..). So qtwayland tried to build
> glx-compositor which does not work with GL/GLES headers in sysroot.
> After building egl and wayland-egl, qtwayland configured fine and the
> errors disappeared.
It's probably different error than what I have, but with latest mesa I
had problem that I need to define MESA_EGL_NO_X11_HEADERS in qtbase and
qtwebkit again to prevent using xorg includes, maybe that's where your
2nd GLdouble is leaking in?
http://lists.openembedded.org/pipermail/openembedded-core/2014-January/088072.html
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2014-01-09 23:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-09 14:46 State of bitbake world, Failed tasks 2014-01-09 Martin Jansa
2014-01-09 15:12 ` [oe] " Andreas Müller
2014-01-09 15:12 ` Andreas Müller
2014-01-09 15:23 ` [oe] " Martin Jansa
2014-01-09 15:23 ` [OE-core] " Martin Jansa
2014-01-09 16:37 ` [oe] " Andreas Müller
2014-01-09 16:37 ` [OE-core] " Andreas Müller
2014-01-09 23:26 ` Martin Jansa [this message]
2014-01-09 23:26 ` 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=20140109232601.GL3709@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=openembedded-devel@lists.openembedded.org \
--cc=schnitzeltony@googlemail.com \
/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.