Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Yocto build failed, cannot resolve git://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git
Forum Updated to NodeBB v4.3 + New Features

Yocto build failed, cannot resolve git://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 659 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mdear
    wrote on 15 Feb 2024, 19:06 last edited by
    #1

    Hello,

    I'm running the GNU 11.4.0 compiler toolchain.

    I'm also using the following toolchains:

    https://github.com/linuxdeploy/linuxdeploy with its plugin
    https://github.com/linuxdeploy/linuxdeploy-plugin-qt

    In a QEMU aarch64 environment built from Yocto Poky Kirkstone Linux

    With the intention of creating AppImages for the CrossCrontrol v700 (i.MX8DualXPlus) and v1200 (i.MX8QuadXPlus) devices.

    I have set the following environment variables
    export QT_EDITION=commercial
    export QT_COMMERCIAL_MODULES=1

    and properly integrated
    https://codereview.qt-project.org/yocto/meta-qt6
    branch 6.4.1
    into my $POKY_ROOT/build/conf/bblayers.conf BBLAYERS variable

    I have the following lines in my $POKY_ROOT/build/conf/local.conf
    that are changed from the stock file:

    IMAGE_INSTALL:append = " sshfs-fuse openssh fuse ldd cmake patchelf git xz ninja jpeg libjpeg-turbo libpng libpng-dev python3 libjpeg-turbo-dev qtbase-tools qtdeclarative-tools"

    EXTRA_IMAGE_FEATURES = "tools-sdk tools-debug debug-tweaks"

    After having gotten a successful build, I just added the dependency "qtdeclarative-tools" and reran the command
    bitbake core-image-full-cmdline

    and received the follow error message:

    WARNING: qmlcompilerplus-native-6.4.1-r0 do_fetch: Failed to fetch URL git://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git;name=tqtc-qmlcompilerplus;branch=6.4.1;protocol=ssh, attempting MIRRORS if available
    ERROR: qmlcompilerplus-native-6.4.1-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1423"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/ccs/workspaces/git/poky/scripts/native-intercept:/home/ccs/workspaces/git/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/python3-native:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/perl-native:/home/ccs/workspaces/git/poky/scripts:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/x86_64-linux:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/sbin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/sbin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/bin:/home/ccs/workspaces/git/poky/bitbake/bin:/home/ccs/workspaces/git/poky/build/tmp/hosttools"; export HOME="/home/ccs"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror ssh://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git /home/ccs/workspaces/git/poky/build/downloads/git2/codereview.qt-project.org.qt.tqtc-qmlcompilerplus.git --progress failed with exit code 128, no output
    ERROR: qmlcompilerplus-native-6.4.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.4.1;protocol=ssh')
    ERROR: Logfile of failure stored in: /home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/temp/log.do_fetch.2413
    ERROR: Task (virtual:native:/home/ccs/workspaces/git/poky/meta-qt6/recipes-qt/qt6/qmlcompilerplus_git.bb:do_fetch) failed with exit code '1'

    Any idea how to resolve this?

    Thanks.

    M 1 Reply Last reply 16 Feb 2024, 21:43
    0
    • M mdear
      15 Feb 2024, 19:06

      Hello,

      I'm running the GNU 11.4.0 compiler toolchain.

      I'm also using the following toolchains:

      https://github.com/linuxdeploy/linuxdeploy with its plugin
      https://github.com/linuxdeploy/linuxdeploy-plugin-qt

      In a QEMU aarch64 environment built from Yocto Poky Kirkstone Linux

      With the intention of creating AppImages for the CrossCrontrol v700 (i.MX8DualXPlus) and v1200 (i.MX8QuadXPlus) devices.

      I have set the following environment variables
      export QT_EDITION=commercial
      export QT_COMMERCIAL_MODULES=1

      and properly integrated
      https://codereview.qt-project.org/yocto/meta-qt6
      branch 6.4.1
      into my $POKY_ROOT/build/conf/bblayers.conf BBLAYERS variable

      I have the following lines in my $POKY_ROOT/build/conf/local.conf
      that are changed from the stock file:

      IMAGE_INSTALL:append = " sshfs-fuse openssh fuse ldd cmake patchelf git xz ninja jpeg libjpeg-turbo libpng libpng-dev python3 libjpeg-turbo-dev qtbase-tools qtdeclarative-tools"

      EXTRA_IMAGE_FEATURES = "tools-sdk tools-debug debug-tweaks"

      After having gotten a successful build, I just added the dependency "qtdeclarative-tools" and reran the command
      bitbake core-image-full-cmdline

      and received the follow error message:

      WARNING: qmlcompilerplus-native-6.4.1-r0 do_fetch: Failed to fetch URL git://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git;name=tqtc-qmlcompilerplus;branch=6.4.1;protocol=ssh, attempting MIRRORS if available
      ERROR: qmlcompilerplus-native-6.4.1-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1423"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/ccs/workspaces/git/poky/scripts/native-intercept:/home/ccs/workspaces/git/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/python3-native:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/perl-native:/home/ccs/workspaces/git/poky/scripts:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin/x86_64-linux:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/sbin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/usr/bin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/sbin:/home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/recipe-sysroot-native/bin:/home/ccs/workspaces/git/poky/bitbake/bin:/home/ccs/workspaces/git/poky/build/tmp/hosttools"; export HOME="/home/ccs"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror ssh://codereview.qt-project.org/qt/tqtc-qmlcompilerplus.git /home/ccs/workspaces/git/poky/build/downloads/git2/codereview.qt-project.org.qt.tqtc-qmlcompilerplus.git --progress failed with exit code 128, no output
      ERROR: qmlcompilerplus-native-6.4.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.4.1;protocol=ssh')
      ERROR: Logfile of failure stored in: /home/ccs/workspaces/git/poky/build/tmp/work/x86_64-linux/qmlcompilerplus-native/6.4.1-r0/temp/log.do_fetch.2413
      ERROR: Task (virtual:native:/home/ccs/workspaces/git/poky/meta-qt6/recipes-qt/qt6/qmlcompilerplus_git.bb:do_fetch) failed with exit code '1'

      Any idea how to resolve this?

      Thanks.

      M Offline
      M Offline
      mdear
      wrote on 16 Feb 2024, 21:43 last edited by
      #2

      The support team says Qt 6.4.1 is no longer supported, so I'll try Qt 6.5 which is set for Long Term Support.

      M 1 Reply Last reply 17 Feb 2024, 20:05
      1
      • M mdear
        16 Feb 2024, 21:43

        The support team says Qt 6.4.1 is no longer supported, so I'll try Qt 6.5 which is set for Long Term Support.

        M Offline
        M Offline
        mdear
        wrote on 17 Feb 2024, 20:05 last edited by
        #3

        @mdear The build succeeded when building against meta-qt6 branch 6.5.3-r0

        Q 1 Reply Last reply 17 Feb 2024, 20:15
        1
        • M mdear
          17 Feb 2024, 20:05

          @mdear The build succeeded when building against meta-qt6 branch 6.5.3-r0

          Q Offline
          Q Offline
          Qt embedded developer
          wrote on 17 Feb 2024, 20:15 last edited by
          #4

          @mdear Appreciated the your reply

          1 Reply Last reply
          0

          1/4

          15 Feb 2024, 19:06

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved