* qt4e-demo-image with meta-fsl-arm: successful build?
@ 2013-06-10 3:19 Steve Sakoman
2013-06-10 7:45 ` Eric Bénard
0 siblings, 1 reply; 7+ messages in thread
From: Steve Sakoman @ 2013-06-10 3:19 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Has anyone successfully built (and run!) the qt4e-demo-image with meta-fsl-arm?
I tried a build for a machine based on imx28evk and get a broken image
(i.e. demo fails to start at boot):
QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
Unable to load library icui18n "Cannot load library icui18n:
(libicui18n.so.36: cannot open shared object file: No such file or
directory)"
qtdemo: cannot connect to X server
Before I dig in and start debugging I thought I would check to see if
anyone else has had success with this layer/machine combo.
Thanks!
Steve
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qt4e-demo-image with meta-fsl-arm: successful build?
2013-06-10 3:19 qt4e-demo-image with meta-fsl-arm: successful build? Steve Sakoman
@ 2013-06-10 7:45 ` Eric Bénard
2013-06-10 12:58 ` Steve Sakoman
0 siblings, 1 reply; 7+ messages in thread
From: Eric Bénard @ 2013-06-10 7:45 UTC (permalink / raw)
To: openembedded-core
Le Sun, 9 Jun 2013 20:19:52 -0700,
Steve Sakoman <sakoman@gmail.com> a écrit :
> Has anyone successfully built (and run!) the qt4e-demo-image with meta-fsl-arm?
>
> I tried a build for a machine based on imx28evk and get a broken image
> (i.e. demo fails to start at boot):
>
> QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
> QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
> Unable to load library icui18n "Cannot load library icui18n:
> (libicui18n.so.36: cannot open shared object file: No such file or
> directory)"
> qtdemo: cannot connect to X server
>
the strange thing is why do you get a X qtdemo when building
qt4e-demo-image ?
I've launched a build and will test on my imx28evk asap.
Eric
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qt4e-demo-image with meta-fsl-arm: successful build?
2013-06-10 7:45 ` Eric Bénard
@ 2013-06-10 12:58 ` Steve Sakoman
2013-06-10 13:03 ` Steve Sakoman
2013-06-10 13:07 ` Eric Bénard
0 siblings, 2 replies; 7+ messages in thread
From: Steve Sakoman @ 2013-06-10 12:58 UTC (permalink / raw)
To: Eric Bénard; +Cc: Patches and discussions about the oe-core layer
On Mon, Jun 10, 2013 at 12:45 AM, Eric Bénard <eric@eukrea.com> wrote:
> the strange thing is why do you get a X qtdemo when building
> qt4e-demo-image ?
I haven't begun debugging yet, but I had 2 initial thoughts as to why
the X error message:
1. The qtdemo init seems to be written to support both x and x-free
setups, so perhaps the init is getting confused
2. I had built the x11-free version of qt prior to the qte version, so
perhaps that causes the issue
I started a clean build just in case #2 is the cause.
Steve
> I've launched a build and will test on my imx28evk asap.
>
> Eric
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qt4e-demo-image with meta-fsl-arm: successful build?
2013-06-10 12:58 ` Steve Sakoman
@ 2013-06-10 13:03 ` Steve Sakoman
2013-06-10 13:07 ` Eric Bénard
1 sibling, 0 replies; 7+ messages in thread
From: Steve Sakoman @ 2013-06-10 13:03 UTC (permalink / raw)
To: Eric Bénard; +Cc: Patches and discussions about the oe-core layer
And of course I should have mentioned in my first email that I am
using the danny branch of both repositories!
Steve
On Mon, Jun 10, 2013 at 5:58 AM, Steve Sakoman <sakoman@gmail.com> wrote:
> On Mon, Jun 10, 2013 at 12:45 AM, Eric Bénard <eric@eukrea.com> wrote:
>
>> the strange thing is why do you get a X qtdemo when building
>> qt4e-demo-image ?
>
> I haven't begun debugging yet, but I had 2 initial thoughts as to why
> the X error message:
>
> 1. The qtdemo init seems to be written to support both x and x-free
> setups, so perhaps the init is getting confused
> 2. I had built the x11-free version of qt prior to the qte version, so
> perhaps that causes the issue
>
> I started a clean build just in case #2 is the cause.
>
> Steve
>
>> I've launched a build and will test on my imx28evk asap.
>>
>> Eric
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qt4e-demo-image with meta-fsl-arm: successful build?
2013-06-10 12:58 ` Steve Sakoman
2013-06-10 13:03 ` Steve Sakoman
@ 2013-06-10 13:07 ` Eric Bénard
2013-06-10 15:43 ` Steve Sakoman
1 sibling, 1 reply; 7+ messages in thread
From: Eric Bénard @ 2013-06-10 13:07 UTC (permalink / raw)
To: Steve Sakoman; +Cc: Patches and discussions about the oe-core layer
Le Mon, 10 Jun 2013 05:58:42 -0700,
Steve Sakoman <sakoman@gmail.com> a écrit :
> On Mon, Jun 10, 2013 at 12:45 AM, Eric Bénard <eric@eukrea.com> wrote:
>
> > the strange thing is why do you get a X qtdemo when building
> > qt4e-demo-image ?
>
> I haven't begun debugging yet, but I had 2 initial thoughts as to why
> the X error message:
>
> 1. The qtdemo init seems to be written to support both x and x-free
> setups, so perhaps the init is getting confused
> 2. I had built the x11-free version of qt prior to the qte version, so
> perhaps that causes the issue
>
> I started a clean build just in case #2 is the cause.
>
OK #2 is clearly a situation I avoid here as this created me some
troubles in the past.
Eric
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qt4e-demo-image with meta-fsl-arm: successful build?
2013-06-10 13:07 ` Eric Bénard
@ 2013-06-10 15:43 ` Steve Sakoman
2013-06-10 15:52 ` Paul Eggleton
0 siblings, 1 reply; 7+ messages in thread
From: Steve Sakoman @ 2013-06-10 15:43 UTC (permalink / raw)
To: Eric Bénard; +Cc: Patches and discussions about the oe-core layer
On Mon, Jun 10, 2013 at 6:07 AM, Eric Bénard <eric@eukrea.com> wrote:
> Le Mon, 10 Jun 2013 05:58:42 -0700,
> Steve Sakoman <sakoman@gmail.com> a écrit :
>> I haven't begun debugging yet, but I had 2 initial thoughts as to why
>> the X error message:
>>
>> 1. The qtdemo init seems to be written to support both x and x-free
>> setups, so perhaps the init is getting confused
>> 2. I had built the x11-free version of qt prior to the qte version, so
>> perhaps that causes the issue
>>
>> I started a clean build just in case #2 is the cause.
>>
> OK #2 is clearly a situation I avoid here as this created me some
> troubles in the past.
And it created issues for me too :-)
A clean build of qt4e-demo-image works. A clean build of a similar
image based on qt4-x11-free however is broken as described in my
original post.
Clearly one must choose either qt4-x11-free or qt4e, having both in
the same build setup is broken (perhaps by design)
Steve
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qt4e-demo-image with meta-fsl-arm: successful build?
2013-06-10 15:43 ` Steve Sakoman
@ 2013-06-10 15:52 ` Paul Eggleton
0 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2013-06-10 15:52 UTC (permalink / raw)
To: Steve Sakoman; +Cc: openembedded-core
On Monday 10 June 2013 08:43:38 Steve Sakoman wrote:
> On Mon, Jun 10, 2013 at 6:07 AM, Eric Bénard <eric@eukrea.com> wrote:
> > Le Mon, 10 Jun 2013 05:58:42 -0700,
> >
> > Steve Sakoman <sakoman@gmail.com> a écrit :
> >> I haven't begun debugging yet, but I had 2 initial thoughts as to why
> >> the X error message:
> >>
> >> 1. The qtdemo init seems to be written to support both x and x-free
> >> setups, so perhaps the init is getting confused
> >> 2. I had built the x11-free version of qt prior to the qte version, so
> >> perhaps that causes the issue
> >>
> >> I started a clean build just in case #2 is the cause.
> >
> > OK #2 is clearly a situation I avoid here as this created me some
> > troubles in the past.
>
> And it created issues for me too :-)
>
> A clean build of qt4e-demo-image works. A clean build of a similar
> image based on qt4-x11-free however is broken as described in my
> original post.
>
> Clearly one must choose either qt4-x11-free or qt4e, having both in
> the same build setup is broken (perhaps by design)
I can say this is not by design. The two should be able to coexist (which is
why the library names are different); if they currently cannot we need to figure
out why that is and get it fixed.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-06-10 15:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 3:19 qt4e-demo-image with meta-fsl-arm: successful build? Steve Sakoman
2013-06-10 7:45 ` Eric Bénard
2013-06-10 12:58 ` Steve Sakoman
2013-06-10 13:03 ` Steve Sakoman
2013-06-10 13:07 ` Eric Bénard
2013-06-10 15:43 ` Steve Sakoman
2013-06-10 15:52 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox