All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-toolchain-qt5] Can't install qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0
@ 2015-01-28 17:15 Simon Bolek
  2015-01-28 20:06 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Bolek @ 2015-01-28 17:15 UTC (permalink / raw)
  To: yocto

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

hello group!

working with dizzy trying to
*bitbake meta-toolchain-qt5*
it fails at the step

*do_populate_sdk*

with the error(see below). So if i read the error correctly, qtwebkit-dev
is missing qtwebkit.
There is no such package as qtwebkit beeing generated :( So is this a bug?
Or maybe I am doing sth wrong?
HELP please :) Any hint would be more than welcome.
*BTW: Working with daisy did not produce such an error.*

+++






*ERROR: Unable to install packages. Command
'/home/simon/poky-dizzy/build/tmp/sysroots/i686-linux/usr/bin/smart --quiet
--data-dir=/home/simon/poky-dizzy/build/tmp/work/i586-poky-linux/meta-toolchain-qt5/1.0-r0/sdk/image/opt/poky/1.7/sysroots/i586-poky-linux/var/lib/smart
install -y packagegroup-core-standalone-sdk-target-dbg@all
packagegroup-core-standalone-sdk-target@all
packagegroup-qt5-toolchain-target@all' returned 1:error: Can't install
qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0ERROR:
Function failed: do_populate_sdkERROR: Logfile of failure stored in:
/home/simon/poky-dizzy/build/tmp/work/i586-poky-linux/meta-toolchain-qt5/1.0-r0/temp/log.do_populate_sdk.20827ERROR:
Task 7
(/home/simon/poky-dizzy/sources/meta-qt5/recipes-qt/meta/meta-toolchain-qt5.bb
<http://meta-toolchain-qt5.bb>, do_populate_sdk) failed with exit code '1'*
+++

thank you and br
simon:)

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

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

* Re: [meta-toolchain-qt5] Can't install qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0
  2015-01-28 17:15 [meta-toolchain-qt5] Can't install qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0 Simon Bolek
@ 2015-01-28 20:06 ` Martin Jansa
  2015-01-30 14:57   ` Simon Bolek
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-01-28 20:06 UTC (permalink / raw)
  To: Simon Bolek; +Cc: yocto

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

On Wed, Jan 28, 2015 at 06:15:11PM +0100, Simon Bolek wrote:
> hello group!
> 
> working with dizzy trying to
> *bitbake meta-toolchain-qt5*
> it fails at the step
> 
> *do_populate_sdk*
> 
> with the error(see below). So if i read the error correctly, qtwebkit-dev
> is missing qtwebkit.
> There is no such package as qtwebkit beeing generated :( So is this a bug?
> Or maybe I am doing sth wrong?

Read README file and qtbase.inc about mandatory PACKAGECONFIG options.

> HELP please :) Any hint would be more than welcome.
> *BTW: Working with daisy did not produce such an error.*
> 
> +++
> 
> 
> 
> 
> 
> 
> *ERROR: Unable to install packages. Command
> '/home/simon/poky-dizzy/build/tmp/sysroots/i686-linux/usr/bin/smart --quiet
> --data-dir=/home/simon/poky-dizzy/build/tmp/work/i586-poky-linux/meta-toolchain-qt5/1.0-r0/sdk/image/opt/poky/1.7/sysroots/i586-poky-linux/var/lib/smart
> install -y packagegroup-core-standalone-sdk-target-dbg@all
> packagegroup-core-standalone-sdk-target@all
> packagegroup-qt5-toolchain-target@all' returned 1:error: Can't install
> qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0ERROR:
> Function failed: do_populate_sdkERROR: Logfile of failure stored in:
> /home/simon/poky-dizzy/build/tmp/work/i586-poky-linux/meta-toolchain-qt5/1.0-r0/temp/log.do_populate_sdk.20827ERROR:
> Task 7
> (/home/simon/poky-dizzy/sources/meta-qt5/recipes-qt/meta/meta-toolchain-qt5.bb
> <http://meta-toolchain-qt5.bb>, do_populate_sdk) failed with exit code '1'*
> +++
> 
> thank you and br
> simon:)

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [meta-toolchain-qt5] Can't install qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0
  2015-01-28 20:06 ` Martin Jansa
@ 2015-01-30 14:57   ` Simon Bolek
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Bolek @ 2015-01-30 14:57 UTC (permalink / raw)
  To: Martin Jansa; +Cc: yocto

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

TADA! well reading README helped ;), actually reading log.do_configure of
qtwebkit would help as well ;)

So after all, I set in qtbase.inc:

...
PACKAGECONFIG_ICU ?= "icu"
...
PACKAGECONFIG ?= " \
...
    ${PACKAGECONFIG_ICU} \
"

After that bitbake'ed meta-toolchain-qt5 again and voila! SDK .sh script
was generated alright
I have other problems now with Qt Creator compiling apps, but this will be
a story for another thread...

thank you (Martin)!
and best regards
simon:-)

On Wed, Jan 28, 2015 at 9:06 PM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> On Wed, Jan 28, 2015 at 06:15:11PM +0100, Simon Bolek wrote:
> > hello group!
> >
> > working with dizzy trying to
> > *bitbake meta-toolchain-qt5*
> > it fails at the step
> >
> > *do_populate_sdk*
> >
> > with the error(see below). So if i read the error correctly, qtwebkit-dev
> > is missing qtwebkit.
> > There is no such package as qtwebkit beeing generated :( So is this a
> bug?
> > Or maybe I am doing sth wrong?
>
> Read README file and qtbase.inc about mandatory PACKAGECONFIG options.
>
> > HELP please :) Any hint would be more than welcome.
> > *BTW: Working with daisy did not produce such an error.*
> >
> > +++
> >
> >
> >
> >
> >
> >
> > *ERROR: Unable to install packages. Command
> > '/home/simon/poky-dizzy/build/tmp/sysroots/i686-linux/usr/bin/smart
> --quiet
> >
> --data-dir=/home/simon/poky-dizzy/build/tmp/work/i586-poky-linux/meta-toolchain-qt5/1.0-r0/sdk/image/opt/poky/1.7/sysroots/i586-poky-linux/var/lib/smart
> > install -y packagegroup-core-standalone-sdk-target-dbg@all
> > packagegroup-core-standalone-sdk-target@all
> > packagegroup-qt5-toolchain-target@all' returned 1:error: Can't install
> > qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit =
> 5.3.2-r0ERROR:
> > Function failed: do_populate_sdkERROR: Logfile of failure stored in:
> >
> /home/simon/poky-dizzy/build/tmp/work/i586-poky-linux/meta-toolchain-qt5/1.0-r0/temp/log.do_populate_sdk.20827ERROR:
> > Task 7
> > (/home/simon/poky-dizzy/sources/meta-qt5/recipes-qt/meta/
> meta-toolchain-qt5.bb
> > <http://meta-toolchain-qt5.bb>, do_populate_sdk) failed with exit code
> '1'*
> > +++
> >
> > thank you and br
> > simon:)
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>

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

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

end of thread, other threads:[~2015-01-30 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 17:15 [meta-toolchain-qt5] Can't install qtwebkit-dev-5.3.2-r0@i586: no package provides qtwebkit = 5.3.2-r0 Simon Bolek
2015-01-28 20:06 ` Martin Jansa
2015-01-30 14:57   ` Simon Bolek

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.