Skip to content

Commit

Permalink
webos: webos-recipe-blacklist.inc: blacklist qtspeech, qtgraphs
Browse files Browse the repository at this point in the history
:Release Notes:
Depends on already blacklisted qtmultimedia.

:Detailed Notes:
ERROR: Nothing PROVIDES 'qtmultimedia' (but /home/worker/swarm_root/gecko/webos_raspberrypi4-64/build/meta-qt6/recipes-qt/qt6/qtspeech_git.bb DEPENDS on or otherwise requires it)
qtmultimedia was skipped: Recipe will be skipped because: fails to build: qtmultimedia/6.0.0-r1/git/src/qtmultimediaquicktools/qsgvideonode_texture.cpp:56:30: error: 'class QSGRhiSupport' has no member named 'isRhiEnabled'. http://gecko.lge.com:8000/Errors/Details/565741
qtmultimedia was skipped: Recipe will be skipped because: fails to build: qtmultimedia/6.0.0-r1/git/src/qtmultimediaquicktools/qsgvideonode_texture.cpp:56:30: error: 'class QSGRhiSupport' has no member named 'isRhiEnabled'. http://gecko.lge.com:8000/Errors/Details/565741
ERROR: Nothing RPROVIDES 'qtspeech-qmlplugins' (but /home/worker/swarm_root/gecko/webos_raspberrypi4-64/build/meta-qt6/recipes-qt/qt6/qtspeech_git.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'qtspeech-qmlplugins'
NOTE: Runtime target 'qtspeech-qmlplugins' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qtspeech-qmlplugins']
ERROR: Nothing RPROVIDES 'qtspeech' (but /home/worker/swarm_root/gecko/webos_raspberrypi4-64/build/meta-qt6/recipes-qt/qt6/qtspeech_git.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'qtspeech'
NOTE: Runtime target 'qtspeech' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qtspeech']
ERROR: Nothing RPROVIDES 'qtspeech-dev' (but /home/worker/swarm_root/gecko/webos_raspberrypi4-64/build/meta-qt6/recipes-qt/qt6/qtspeech_git.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'qtspeech-dev'
NOTE: Runtime target 'qtspeech-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qtspeech-dev']
ERROR: Nothing RPROVIDES 'qtspeech-staticdev' (but /home/worker/swarm_root/gecko/webos_raspberrypi4-64/build/meta-qt6/recipes-qt/qt6/qtspeech_git.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'qtspeech-staticdev'
NOTE: Runtime target 'qtspeech-staticdev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qtspeech-staticdev']
ERROR: Nothing RPROVIDES 'qtspeech-plugins' (but /home/worker/swarm_root/gecko/webos_raspberrypi4-64/build/meta-qt6/recipes-qt/qt6/qtspeech_git.bb RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'qtspeech-plugins'
NOTE: Runtime target 'qtspeech-plugins' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qtspeech-plugins']

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRQ-2301] CCC: webos-recipe-blacklist.inc: blacklist qtspeech
[WRP-29937] Upgrade to Qt 6.6.0

Change-Id: I225d2d7ae161b969896e8d3b580ea59b9acae9de
  • Loading branch information
shr-project committed Nov 11, 2023
1 parent 80bddca commit 13b7dce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-webos/conf/distro/include/webos-recipe-blacklist.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ SKIP_RECIPE[qtdeviceutilities] ?= "fails to build with ninja: error: unknown tar
SKIP_RECIPE[qtcharts] ?= "fails to build with ninja: error: unknown target 'install' http://gecko.lge.com:8000/Errors/Details/565734"
SKIP_RECIPE[qtconnectivity] ?= "fails to build with dbus and widgets disabled in qtbase: Failed to find optional Qt component DBus which is needed for bluetooth The DBus target is mentioned as a dependency for Bluetooth, but not declared.. http://gecko.lge.com:8000/Errors/Details/565738"
SKIP_RECIPE[qtdatavis3d] ?= "fails to build with ninja: error: unknown target 'install' http://gecko.lge.com:8000/Errors/Details/565733"
SKIP_RECIPE[qtgraphs] ?= "fails to build with ninja: error: unknown target 'install' http://gecko.lge.com:8000/Errors/Details/728937"
SKIP_RECIPE[qtmultimedia] ?= "fails to build: qtmultimedia/6.0.0-r1/git/src/qtmultimediaquicktools/qsgvideonode_texture.cpp:56:30: error: 'class QSGRhiSupport' has no member named 'isRhiEnabled'. http://gecko.lge.com:8000/Errors/Details/565741"
SKIP_RECIPE[qtpdf] ?= "fails to build with widgets disabled in qtbase: Failed to find required Qt component Widgets. http://gecko.lge.com:8000/Errors/Details/565740"
SKIP_RECIPE[qtwebengine] ?= "fails to build with printing-and-pdf PACKAGECONFIG enabled (default): ERROR: Feature 'webengine_printing_and_pdf': Forcing to 'ON' breaks its condition: TARGET Qt::PrintSupport AND QT_FEATURE_printer AND ( CUPS_FOUND OR WIN32 ) Condition values dump: TARGET Qt::PrintSupport not found QT_FEATURE_printer not evaluated CUPS_FOUND = 'TRUE' WIN32 = '' http://gecko.lge.com:8000/Errors/Details/565744"
SKIP_RECIPE[qtwebview] ?= "depends on blacklisted qtwebengine"
SKIP_RECIPE[qtinterfaceframework] ?= "depends on blacklisted qtmultimedia"
SKIP_RECIPE[qtspeech] ?= "depends on blacklisted qtmultimedia"

# oe-core
SKIP_RECIPE[efivar] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', 'Fails to build with gold, makeguids Your linker is not supported guids.txt guid-symbols.c include/efivar/efivar-guids.h guids.lds http://gecko.lge.com:8000/Errors/Details/565720', '', d)}"
Expand Down

0 comments on commit 13b7dce

Please sign in to comment.