Skip to content
  • Getting this error after changing the cmakelists and trying to run the build:

    (PythonEnv) appimage@wolhtera-Yoga-9-14ITL05:/home/appimage/appimage-workspace/root/krita-deps-management/ext_qt>python -u ../ci-utilities/run-ci-build.py --project ext_qt --branch master --platform Linux -e qt_env --skip-dependencies-fetch
    Traceback (most recent call last):
      File "/home/appimage/appimage-workspace/root/krita-deps-management/ext_qt/../ci-utilities/run-ci-build.py", line 131, in <module>
        dependencyResolver = prepareDependenciesResolver(platform)
      File "/home/appimage/appimage-workspace/root/krita-deps-management/ci-utilities/components/CiConfigurationUtils.py", line 49, in prepareDependenciesResolver
        return Dependencies.Resolver( projectsMetadataPath, branchRulesPath, platform )
      File "/home/appimage/appimage-workspace/root/krita-deps-management/ci-utilities/components/Dependencies.py", line 43, in __init__
        branchRulesFile = open( branchRules, 'r' )
    FileNotFoundError: [Errno 2] No such file or directory: '/home/appimage/appimage-workspace/root/krita-deps-management/ci-utilities/repo-metadata/branch-rules.yml'
  • missing items from manual:

    type `source ./base-env` in the root folder
    source /home/appimage/appimage-workspace/root/base-env

    and there should be an '=' sign: ${CMAKE_COMMAND} -E env --unset=QMAKEFEATURES

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment