* Problem compiling libgles-omap3_4.09.00.01
@ 2013-08-10 16:30 Kovesdi Gyorgy
2013-08-10 17:38 ` Denys Dmytriyenko
0 siblings, 1 reply; 6+ messages in thread
From: Kovesdi Gyorgy @ 2013-08-10 16:30 UTC (permalink / raw)
To: meta-ti mailing list
Hi,
I have no luck with libgles-omap3 too :-(
Trying to use the recent versions of meta-ti and poky, i got the following
error:
ERROR: QA Issue: File '/usr/lib/libsrv_init.so.1.9.2188537' from libgles-omap3
was already stripped, this will prevent future debugging!
....... (a lot of other similar files are mentioned here) .......
Summary: 1 task failed:
/home/kgy/work/Yocto/poky/meta-ti/recipes-graphics/libgles/libgles-
omap3_4.09.00.01.bb, do_package
Some time ago, this kind of QA problems was treated as warnings - as far as i
remember. Currently i don't care about debugging, so it would also good if i
could ignore these errors or at least switch them to warning. Is it possible?
Please help me to resolve it!
Thanx in advance
György Kövesdi
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem compiling libgles-omap3_4.09.00.01
2013-08-10 16:30 Problem compiling libgles-omap3_4.09.00.01 Kovesdi Gyorgy
@ 2013-08-10 17:38 ` Denys Dmytriyenko
2013-08-10 17:54 ` Denys Dmytriyenko
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2013-08-10 17:38 UTC (permalink / raw)
To: Kovesdi Gyorgy; +Cc: meta-ti mailing list
On Sat, Aug 10, 2013 at 06:30:10PM +0200, Kovesdi Gyorgy wrote:
> Hi,
>
> I have no luck with libgles-omap3 too :-(
> Trying to use the recent versions of meta-ti and poky, i got the following
> error:
>
> ERROR: QA Issue: File '/usr/lib/libsrv_init.so.1.9.2188537' from libgles-omap3
> was already stripped, this will prevent future debugging!
> ....... (a lot of other similar files are mentioned here) .......
> Summary: 1 task failed:
> /home/kgy/work/Yocto/poky/meta-ti/recipes-graphics/libgles/libgles-
> omap3_4.09.00.01.bb, do_package
>
> Some time ago, this kind of QA problems was treated as warnings - as far as i
> remember. Currently i don't care about debugging, so it would also good if i
> could ignore these errors or at least switch them to warning. Is it possible?
This seems to be Poky-specific issue. Those are still warnings in
oe-core/master when built in distro-less setup, as well as in Arago distro.
You need to disable that specific QA check in your distro or local.conf to get
through. Unfortunately, most of the libraries in libgles are proprietary and
shipped in binary form that are already stripped, so this QA check will always
complain, but needs to be non fatal...
--
Denys
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem compiling libgles-omap3_4.09.00.01
2013-08-10 17:38 ` Denys Dmytriyenko
@ 2013-08-10 17:54 ` Denys Dmytriyenko
2013-08-10 20:42 ` Kovesdi Gyorgy
2013-08-15 7:53 ` Kovesdi Gyorgy
0 siblings, 2 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2013-08-10 17:54 UTC (permalink / raw)
To: Kovesdi Gyorgy; +Cc: meta-ti mailing list
On Sat, Aug 10, 2013 at 01:38:20PM -0400, Denys Dmytriyenko wrote:
> On Sat, Aug 10, 2013 at 06:30:10PM +0200, Kovesdi Gyorgy wrote:
> > Hi,
> >
> > I have no luck with libgles-omap3 too :-(
> > Trying to use the recent versions of meta-ti and poky, i got the following
> > error:
> >
> > ERROR: QA Issue: File '/usr/lib/libsrv_init.so.1.9.2188537' from libgles-omap3
> > was already stripped, this will prevent future debugging!
> > ....... (a lot of other similar files are mentioned here) .......
> > Summary: 1 task failed:
> > /home/kgy/work/Yocto/poky/meta-ti/recipes-graphics/libgles/libgles-
> > omap3_4.09.00.01.bb, do_package
> >
> > Some time ago, this kind of QA problems was treated as warnings - as far as i
> > remember. Currently i don't care about debugging, so it would also good if i
> > could ignore these errors or at least switch them to warning. Is it possible?
>
> This seems to be Poky-specific issue. Those are still warnings in
> oe-core/master when built in distro-less setup, as well as in Arago distro.
>
> You need to disable that specific QA check in your distro or local.conf to get
> through. Unfortunately, most of the libraries in libgles are proprietary and
> shipped in binary form that are already stripped, so this QA check will always
> complain, but needs to be non fatal...
Here's a pointer:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto/conf/distro/poky.conf#n102
# QA check settings - a little stricter than the OE-Core defaults
And "already-stripped" should be in WARN_QA instead of ERROR_QA.
--
Denys
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem compiling libgles-omap3_4.09.00.01
2013-08-10 17:54 ` Denys Dmytriyenko
@ 2013-08-10 20:42 ` Kovesdi Gyorgy
2013-08-15 7:53 ` Kovesdi Gyorgy
1 sibling, 0 replies; 6+ messages in thread
From: Kovesdi Gyorgy @ 2013-08-10 20:42 UTC (permalink / raw)
To: meta-ti mailing list
> > You need to disable that specific QA check in your distro or local.conf to
> > get through. Unfortunately, most of the libraries in libgles are
> > proprietary and shipped in binary form that are already stripped, so this
> > QA check will always complain, but needs to be non fatal...
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto/conf/distro/p
> oky.conf#n102
Thanks a lot, it works now!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem compiling libgles-omap3_4.09.00.01
2013-08-10 17:54 ` Denys Dmytriyenko
2013-08-10 20:42 ` Kovesdi Gyorgy
@ 2013-08-15 7:53 ` Kovesdi Gyorgy
2013-08-15 18:48 ` Denys Dmytriyenko
1 sibling, 1 reply; 6+ messages in thread
From: Kovesdi Gyorgy @ 2013-08-15 7:53 UTC (permalink / raw)
To: meta-ti mailing list
> Here's a pointer:
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto/conf/distro/p
> oky.conf#n102
> # QA check settings - a little stricter than the OE-Core defaults
> And "already-stripped" should be in WARN_QA instead of ERROR_QA.
Just a question: How can i set it locally? Is it necessary to modify poky.conf
itself? Putting it to local.conf seems not enough.
Regards
György Kövesdi
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem compiling libgles-omap3_4.09.00.01
2013-08-15 7:53 ` Kovesdi Gyorgy
@ 2013-08-15 18:48 ` Denys Dmytriyenko
0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2013-08-15 18:48 UTC (permalink / raw)
To: Kovesdi Gyorgy; +Cc: meta-ti mailing list
On Thu, Aug 15, 2013 at 09:53:30AM +0200, Kovesdi Gyorgy wrote:
> > Here's a pointer:
> > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto/conf/distro/p
> > oky.conf#n102
> > # QA check settings - a little stricter than the OE-Core defaults
> > And "already-stripped" should be in WARN_QA instead of ERROR_QA.
> Just a question: How can i set it locally? Is it necessary to modify poky.conf
> itself? Putting it to local.conf seems not enough.
Well, poky.conf is a distro configuration and distro config overwrites local
config (build/local.conf) by default. So you have to use _forcevariable
override to force it:
WARN_QA_forcevariable = "..."
ERROR_QA_forcevariable = "..."
Another option is for libgles in meta-ti to add "already-stripped" into the
appropriate INSANE_SKIP. This was not available in Dylan and is new for the
master - I'll try to take a look at it soon, as I need to make other fixes for
libgles recipes anyway...
--
Denys
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-15 18:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 16:30 Problem compiling libgles-omap3_4.09.00.01 Kovesdi Gyorgy
2013-08-10 17:38 ` Denys Dmytriyenko
2013-08-10 17:54 ` Denys Dmytriyenko
2013-08-10 20:42 ` Kovesdi Gyorgy
2013-08-15 7:53 ` Kovesdi Gyorgy
2013-08-15 18:48 ` Denys Dmytriyenko
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.