All of lore.kernel.org
 help / color / mirror / Atom feed
* [Meta-Qt5] "Unknown Module: declarative" Error While Creating Toolchain
@ 2019-07-09  5:52 Onur Eser
  2019-07-09  7:59 ` Zoran Stojsavljevic
  2019-07-15  0:55 ` Khem Raj
  0 siblings, 2 replies; 12+ messages in thread
From: Onur Eser @ 2019-07-09  5:52 UTC (permalink / raw)
  To: Yocto Project

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

Hello All,

I have talked to my BSP provider and they have solved the conflict files
issue with an update. Now I am able to create and boot a Yocto Image with
Meta-Qt5 recipes and 'dev_pkgs' in it. But still cannot create a toolchain.
Nor with I guess it is trying to compile something before qtdeclarative,
but these 'something' depends on qtdeclarative.

My image is core image is Weston. I added the line 'inherit
populate_sdk_qt5' to my core-image-weston.bb file. And tried both commands
'bitbake meta-toolchain-qt5' and 'bitbake -c populate_sdk
core-image-weston'. The result is the same.

I cut just the error part of my output:

| cd qdeclarativefolderlistmodel/ && ( test -e Makefile ||
/home/closx/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtquick1/5.10.1+gitAUTOINC+b2476dcd53-r0/recipe-sysroot-native/usr/bin/qt5/qmake
-o Makefile
/home/closx/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtquick1/5.10.1+gitAUTOINC+b2476dcd53-r0/git/tests/auto/declarative/qdeclarativefolderlistmodel/
qdeclarativefolderlistmodel.pro ) && make -f Makefile
| Project ERROR: Unknown module(s) in QT: declarative widgets
| Makefile:88: recipe for target 'sub-qdeclarativecomponent-make_first'
failed
| make[2]: *** [sub-qdeclarativecomponent-make_first] Error 3
| make[2]: *** Waiting for unfinished jobs....
| Project ERROR: Unknown module(s) in QT: declarative
| Project ERROR: Unknown module(s) in QT: declarative
| Makefile:113: recipe for target 'sub-qdeclarativecontext-make_first'
failed
| make[2]: *** [sub-qdeclarativecontext-make_first] Error 3
| Project ERROR: Unknown module(s) in QT: declarative
| Makefile:138: recipe for target 'sub-qdeclarativeengine-make_first' failed
| make[2]: *** [sub-qdeclarativeengine-make_first] Error 3
| Makefile:63: recipe for target 'sub-parserstress-make_first' failed
| make[2]: *** [sub-parserstress-make_first] Error 3
| make[2]: Entering directory
'/home/closx/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtquick1/5.10.1+gitAUTOINC+b2476dcd53-r0/build/tests/manual/declarative'
| make[2]: Nothing to be done for 'first'.
| make[2]: Leaving directory
'/home/closx/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtquick1/5.10.1+gitAUTOINC+b2476dcd53-r0/build/tests/manual/declarative'
| make[1]: Leaving directory
'/home/closx/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtquick1/5.10.1+gitAUTOINC+b2476dcd53-r0/build/tests/manual'
| Project ERROR: Unknown module(s) in QT: declarative
| Makefile:163: recipe for target 'sub-qdeclarativeerror-make_first' failed
| make[2]: *** [sub-qdeclarativeerror-make_first] Error 3
| Project ERROR: Unknown module(s) in QT: declarative
| Makefile:188: recipe for target
'sub-qdeclarativefolderlistmodel-make_first' failed
| make[2]: *** [sub-qdeclarativefolderlistmodel-make_first] Error 3
| make[2]: Leaving directory
'/home/closx/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtquick1/5.10.1+gitAUTOINC+b2476dcd53-r0/build/tests/auto/declarative'
| Makefile:45: recipe for target 'sub-declarative-make_first' failed
| make[1]: *** [sub-declarative-make_first] Error 2
| make[1]: Leaving directory
'/home/closx/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtquick1/5.10.1+gitAUTOINC+b2476dcd53-r0/build/tests/auto'
| Makefile:45: recipe for target 'sub-auto-make_first' failed
| make: *** [sub-auto-make_first] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile_ptest_base (log file is located at
/home/closx/poky/build/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/qtquick1/5.10.1+gitAUTOINC+b2476dcd53-r0/temp/log.do_compile_ptest_base.29566)
ERROR: Task (/home/closx/poky/meta-qt5/recipes-qt/qt5/qtquick1_git.bb:do_compile_ptest_base)
failed with exit code '1'

What do you guys think the reason of this issue may be? Any solution offers?

My full output:
https://paste.ee/p/PupWr#Epvqnw9FoasgQEBhIXqQ8hH7veMcRybX

Another source issue again?
Have a lovely day!
Onur

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

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

end of thread, other threads:[~2019-07-15 14:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-09  5:52 [Meta-Qt5] "Unknown Module: declarative" Error While Creating Toolchain Onur Eser
2019-07-09  7:59 ` Zoran Stojsavljevic
2019-07-09  8:38   ` Onur Eser
2019-07-09  9:02     ` Zoran Stojsavljevic
2019-07-09  9:11       ` Onur Eser
2019-07-09  9:46         ` Zoran Stojsavljevic
2019-07-10  7:04           ` Onur Eser
2019-07-10  7:37             ` Zoran Stojsavljevic
2019-07-10 12:15       ` Zoran Stojsavljevic
2019-07-15  0:55 ` Khem Raj
2019-07-15  8:06   ` Onur Eser
2019-07-15 14:43     ` Khem Raj

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.