WARNING: QA Issue: qtbase rdepends on freetype, but it isn't a build dependency? [build-deps]

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

WARNING: QA Issue: qtbase rdepends on freetype, but it isn't a build dependency? [build-deps]

Jump to solution
3,910 Views
chenyw
Contributor II

I want cross compile Qt5.6 to imx6sx with yocto, after bitbake fsl-image-qt5, i got these warnings

WARNING: QA Issue: gdb: invalid PACKAGECONFIG: readline [invalid-packageconfig]

WARNING: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel.

WARNING: QA Issue: devil rdepends on tiff, but it isn't a build dependency? [build-deps]

WARNING: QA Issue: devil rdepends on liblzma, but it isn't a build dependency? [build-deps]

WARNING: QA Issue: The /usr/share/info/dir file is not meant to be shipped in a particular package. [infodir]

WARNING: QA Issue: qtbase-plugins rdepends on freetype, but it isn't a build dependency? [build-deps]

WARNING: QA Issue: qtbase-plugins rdepends on fontconfig, but it isn't a build dependency? [build-deps]

WARNING: QA Issue: qtbase rdepends on freetype, but it isn't a build dependency? [build-deps]

WARNING: QA Issue: qtbase rdepends on libicui18n, but it isn't a build dependency? [build-deps]

WARNING: QA Issue: qtbase rdepends on fontconfig, but it isn't a build dependency? [build-deps]

WARNING: QA Issue: qtbase rdepends on libicuuc, but it isn't a build dependency? [build-deps]

WARNING: QA Issue: imx-gpu-viv: /imx-gpu-viv-tools/usr/bin/gmem_info is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]

WARNING: QA Issue: imx-gpu-viv: /imx-gpu-viv-tools-apitrace/usr/lib/apitrace/wrappers/egltrace.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]

when i burn u-boot,zImage and rootfs to imx6 and run the qt demo, Segmentation fault is display,like this :

file:///usr/share/qt5everywheredemo-1.0/qml/QtDemo/main.qml:124:5: QML FontLoader: Cannot load font: "file:///usr/share/qt5everywheredemo-1.0/qml/QtDemo/fonts/PatrickHandSC-Regular.ttf"
Segmentation fault

please help me out,thanks a lot!

0 Kudos
1 Solution
2,162 Views
chenyw
Contributor II

Hi Bio_TICFSL,

i can avoid these warnings by append freetype fontconfig uic these things to RDEPENDS and DEPENDS in source/meta-qt5/recipes-qt/qt5/qtbase_git.bb,but when i run the qt demo,Segmentation fault still there.:smileysad:

View solution in original post

0 Kudos
2 Replies
2,162 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Chen,

I guess you should start to fix the host contamination issue: https://patches.openembedded.org/patch/124085/

then fix all that QT dependencies:  [OE-core] What does "QA Issue: ... rdepends on .. but its not a build dependency?" mean

segmentation fault is due to memory issues, I suggest to fix firts all that depencies issues then focus on segmentation fault.

regards

0 Kudos
2,163 Views
chenyw
Contributor II

Hi Bio_TICFSL,

i can avoid these warnings by append freetype fontconfig uic these things to RDEPENDS and DEPENDS in source/meta-qt5/recipes-qt/qt5/qtbase_git.bb,but when i run the qt demo,Segmentation fault still there.:smileysad:

0 Kudos