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

Wrong patch version filter for GCC - tree-optimization.110280.patch in dev branch

    XMLWordPrintable

Details

    • Linux/Yocto
    • 01692b5a8 (dev), 96e8095ec (6.8)

    Description

      In dev branch of meta-qt6 there is a bbappend for gcc with a pattern of

      PATCH_GCC ?= "${@bb.utils.contains_any('DISTRO_CODENAME', 'styhead nanbield', bb.utils.vercmp_string_op(d.getVar('GCCVERSION'), '13', '>='), '0', d)}"
      SRC_URI += " \
        ${@'file://tree-optimization.110280.patch' if bb.utils.to_boolean(d.getVar('PATCH_GCC')) else ''} \
        "
      

      This does not work with master of poky, as we have gcc 14.2 and it is fixed since 14.0

      https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110280

       

      Please either remove the patch, and don't support below 13.2.1, or limit the patching to where it works.

       

      I have selected version 6.9.0 FF, as there is no "dev" version for meta-qt6

      Attachments

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

        Activity

          People

            gronoff Mikko Gronoff
            frosteyes Claus Stovgaard
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes