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

Incorrect configure output when passing -system-pcre

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.15.1, 6.0.0 Beta3
    • Build System
    • None
    • $ lsb_release -d
      Description: openSUSE Leap 15.2
      $ uname -a
      Linux localhost.localdomain 5.3.18-lp152.47-default #1 SMP Thu Oct 15 16:05:25 UTC 2020 (41f7396) x86_64 x86_64 x86_64 GNU/Linux
    • Linux/X11
    • 8b086b49b48e7c69413ce08aa534378e54633fe4 (qt/qtbase/dev) a3914e468d3bb9ef70862a0d81cb4fbb69c934cd (qt/qtbase/5.15)

    Description

      When configuring with -system-pcre, the output falsely says that PCRE is not configured (but still says it will use the system PCRE).  Other features that use the -system-foo syntax seem to get it right.  For example:

      $ ./configure ... -system-pcre -system-freetype -system-libpng
      ...
        PCRE2 .................................. no
          Using system PCRE2 ................... yes
      ...
        FreeType ............................... yes
          Using system FreeType ................ yes
        Image formats:
          PNG .................................. yes
            Using system libpng ................ yes
      ...
      

      This bug happens for both the qmake-based and cmake-based versions of configure.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            macadder Jason McDonald
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes