All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][bug] configure step of qtdeclarative fail during "populate_sdk" step
@ 2016-09-14 12:39 piotr.lewicki
  2016-09-16 14:29 ` piotr.lewicki
  0 siblings, 1 reply; 2+ messages in thread
From: piotr.lewicki @ 2016-09-14 12:39 UTC (permalink / raw)
  To: openembedded-devel

Hi,

I just tried to execute "populate_sdk" step but my build failed due to 
the error in "nativesdk-qtdeclarative". (log below)

I use the newest version of meta-qt5 
(4656ab3636c099906989e0d923e1ac7a8ffe7b31) and I'm building an image for 
raspberry pi.

Could you help me with this?


Thank you,

Piotr Lewicki


ERROR: nativesdk-qtdeclarative-5.7.0+gitAUTOINC+d48b397cc7-r0 
do_configure: Error calling 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/sysroots/x86_64-linux/usr/bin/qt5/qmake 
-makefile -o Makefile     CONFIG+=OE_QTXMLPATTERNS_ENABLED 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/git/qtdeclarative.pro 

ERROR: nativesdk-qtdeclarative-5.7.0+gitAUTOINC+d48b397cc7-r0 
do_configure: Function failed: do_configure (log file is located at 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/temp/log.do_configure.17400)
ERROR: Logfile of failure stored in: 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/temp/log.do_configure.17400
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: Executing shell function qmake5_base_preconfigure
| Previously configured separate build directory detected, cleaning 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/build
| DEBUG: Shell function qmake5_base_preconfigure finished
| DEBUG: Executing shell function do_configure
| NOTE: qmake prevar substitution: ' CONFIG+=OE_QTXMLPATTERNS_ENABLED'
| ERROR: Error calling 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/sysroots/x86_64-linux/usr/bin/qt5/qmake 
-makefile -o Makefile     CONFIG+=OE_QTXMLPATTERNS_ENABLED 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/git/qtdeclarative.pro
| 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/git/.qmake.conf:1: 
Cannot find feature qt_build_config
| Could not find qmake configuration file linux-oe-g++.
| Error processing project file: 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/git/qtdeclarative.pro
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at 
/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/temp/log.do_configure.17400)
ERROR: Task 
virtual:nativesdk:/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/../layers/meta-qt5/recipes-qt/qt5/qtdeclarative_git.bb:do_configure 
(virtual:nativesdk:/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/../layers/meta-qt5/recipes-qt/qt5/qtdeclarative_git.bb:do_configure) 
failed with exit code '1'
NOTE: Tasks Summary: Attempted 4627 tasks of which 4573 didn't need to 
be rerun and 1 failed.
NOTE: Writing buildhistory

Summary: 1 task failed:
virtual:nativesdk:/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/../layers/meta-qt5/recipes-qt/qt5/qtdeclarative_git.bb:do_configure
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.



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

* Re: [meta-qt5][bug] configure step of qtdeclarative fail during "populate_sdk" step
  2016-09-14 12:39 [meta-qt5][bug] configure step of qtdeclarative fail during "populate_sdk" step piotr.lewicki
@ 2016-09-16 14:29 ` piotr.lewicki
  0 siblings, 0 replies; 2+ messages in thread
From: piotr.lewicki @ 2016-09-16 14:29 UTC (permalink / raw)
  To: openembedded-devel

Just a follow up.

The SDK was built properly after making a clean build.


BR,

Piotr


On 14.09.2016 14:39, piotr.lewicki wrote:
> Hi,
>
> I just tried to execute "populate_sdk" step but my build failed due to 
> the error in "nativesdk-qtdeclarative". (log below)
>
> I use the newest version of meta-qt5 
> (4656ab3636c099906989e0d923e1ac7a8ffe7b31) and I'm building an image 
> for raspberry pi.
>
> Could you help me with this?
>
>
> Thank you,
>
> Piotr Lewicki
>
>
> ERROR: nativesdk-qtdeclarative-5.7.0+gitAUTOINC+d48b397cc7-r0 
> do_configure: Error calling 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/sysroots/x86_64-linux/usr/bin/qt5/qmake 
> -makefile -o Makefile     CONFIG+=OE_QTXMLPATTERNS_ENABLED 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/git/qtdeclarative.pro 
>
> ERROR: nativesdk-qtdeclarative-5.7.0+gitAUTOINC+d48b397cc7-r0 
> do_configure: Function failed: do_configure (log file is located at 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/temp/log.do_configure.17400)
> ERROR: Logfile of failure stored in: 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/temp/log.do_configure.17400
> Log data follows:
> | DEBUG: Executing python function sysroot_cleansstate
> | DEBUG: Python function sysroot_cleansstate finished
> | DEBUG: Executing shell function qmake5_base_preconfigure
> | Previously configured separate build directory detected, cleaning 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/build
> | DEBUG: Shell function qmake5_base_preconfigure finished
> | DEBUG: Executing shell function do_configure
> | NOTE: qmake prevar substitution: ' CONFIG+=OE_QTXMLPATTERNS_ENABLED'
> | ERROR: Error calling 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/sysroots/x86_64-linux/usr/bin/qt5/qmake 
> -makefile -o Makefile     CONFIG+=OE_QTXMLPATTERNS_ENABLED 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/git/qtdeclarative.pro
> | 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/git/.qmake.conf:1: 
> Cannot find feature qt_build_config
> | Could not find qmake configuration file linux-oe-g++.
> | Error processing project file: 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/git/qtdeclarative.pro
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_configure (log file is located at 
> /home/piotr.lewicki/yocto-raspberry/2016-08-15/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qtdeclarative/5.7.0+gitAUTOINC+d48b397cc7-r0/temp/log.do_configure.17400)
> ERROR: Task 
> virtual:nativesdk:/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/../layers/meta-qt5/recipes-qt/qt5/qtdeclarative_git.bb:do_configure 
> (virtual:nativesdk:/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/../layers/meta-qt5/recipes-qt/qt5/qtdeclarative_git.bb:do_configure) 
> failed with exit code '1'
> NOTE: Tasks Summary: Attempted 4627 tasks of which 4573 didn't need to 
> be rerun and 1 failed.
> NOTE: Writing buildhistory
>
> Summary: 1 task failed:
> virtual:nativesdk:/home/piotr.lewicki/yocto-raspberry/2016-08-15/build/../layers/meta-qt5/recipes-qt/qt5/qtdeclarative_git.bb:do_configure 
>
> Summary: There were 2 ERROR messages shown, returning a non-zero exit 
> code.
>



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

end of thread, other threads:[~2016-09-16 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14 12:39 [meta-qt5][bug] configure step of qtdeclarative fail during "populate_sdk" step piotr.lewicki
2016-09-16 14:29 ` piotr.lewicki

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.