Fetch problem with commercial boot2qt build
-
Hi,
We try to build the commercial version of boot2Qt, and we get a following yocto error message:
ERROR: qmlcompilerplus-native-6.8.1-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export PATH="/home/hary/Gutor/boot2qt/sources/poky/scripts/native-intercept:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/recipe-sysroot-native/usr/bin/python3-native:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/recipe-sysroot-native/usr/bin/perl-native:/home/hary/Gutor/boot2qt/sources/poky/scripts:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/recipe-sysroot-native/usr/bin/x86_64-linux:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/recipe-sysroot-native/usr/bin:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/recipe-sysroot-native/usr/sbin:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/recipe-sysroot-native/usr/bin:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/recipe-sysroot-native/sbin:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/recipe-sysroot-native/bin:/home/hary/Gutor/boot2qt/sources/poky/bitbake/bin:/home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/hosttools"; export HOME="/home/hary"; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all clone --bare --mirror https://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git /home/hary/Gutor/boot2qt/build-myd-ym62x/../downloads/git2/codereview.qt-project.org.qt.tqtc-qmlcompilerplus.git --progress failed with exit code 128, see logfile for output
ERROR: qmlcompilerplus-native-6.8.1-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git;name=tqtc-qmlcompilerplus;branch=6.8;nobranch=1;protocol=https')
ERROR: Logfile of failure stored in: /home/hary/Gutor/boot2qt/build-myd-ym62x/tmp/work/x86_64-linux/qmlcompilerplus-native/6.8.1/temp/log.do_fetch.120856
ERROR: Task (virtual:native:/home/hary/Gutor/boot2qt/sources/meta-qt6/recipes-qt/qt6/qmlcompilerplus_git.bb:do_fetch) failed with exit code '1'We configured the repo from Qt 6.8.1 (the manifest is ti/v6.8.1.xml). The opensource version builds, thus the problem is in the commercial license configuration. The ssh connection to codereview.qt-project.org is configured and working.
Our layer configuration contains following lines:
QT_EDITION = "commercial"
QT_COMMERCIAL_MODULES = "1"
QT_COMMERCIAL_GIT_PROTOCOL = "https"
we also tried without the last line (QT_COMMERCIAL_GIT_PROTOCOL = "https") and it did not work either.Can you guide us what configuration should be modified?
best Regards
Robert -
@Robert-Harakaly said in Fetch problem with commercial boot2qt build:
The opensource version builds, thus the problem is in the commercial license configuration.
Then you should probably The Qt Company about this. At least if you don't get an answer here.