Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-130117

build time paths used in appman binaries

XMLWordPrintable

    • 60a011acb (dev), 28aa5986e (6.8)

      in src/main-lib/main.cpp, application manager stores the build dir path

         // this might be needed later on by the native runtime to find a suitable qml runtime launcher
          setProperty("_am_build_dir", QString::fromLatin1(AM_BUILD_DIR));
      

      This causes reproducible build QA issues.

      Specifically, it causes problems in Yocto builds, as all build time temp paths are treated as errors.

      ERROR: qtapplicationmanager-6.9.0-r0 do_package_qa: QA Issue: File /usr/bin/appman-qmltestrunner in package qtapplicationmanager-tools contains reference to TMPDIR [buildpaths]
      
      ERROR: qtapplicationmanager-6.9.0-r0 do_package_qa: QA Issue: File /usr/lib/libQt6AppManMain.a in package qtapplicationmanager-staticdev contains reference to TMPDIR [buildpaths]
      
      ERROR: qtapplicationmanager-6.9.0-r0 do_package_qa: QA Issue: File /usr/bin/appman in package qtapplicationmanager contains reference to TMPDIR [buildpaths]
      
      ERROR: qtapplicationmanager-6.9.0-r0 do_package_qa: Fatal QA errors were found, failing task. 

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            rgriebl Robert Griebl
            sapiippo Samuli Piippo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes