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

ICU library symbols not found while linking on Kubuntu 20.04

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P1: Critical
    • None
    • 6.0.0 Beta5
    • None
    • Linux/X11

    Description

      Compiling Qt 6Beta5 QtCore fails on ICU libraries. The symbols are suffixed with _66, which is the version I have installed, but linking fails.

      apt-get install -y libicu66 libicu-dev

      libicu-dev is already the newest version (66.1-2ubuntu2).
      libicu66 is already the newest version (66.1-2ubuntu2).
      

      For example, I am seeing messages as this:

      /usr/bin/ld: qtbase/src/corelib/CMakeFiles/Core.dir/text/qcollator_icu.cpp.o: in function `QCollatorPrivate::cleanup()':
      qcollator_icu.cpp:(.text+0x12): undefined reference to `ucol_close_66'
      

      Oddly enough, the attached configure log qtconfig.log shows the installed ICU libraries have been found, but it seems the symbols are not named as expected.

      Config option -icu is apparently regarded by configure "boolean", so I cannot explicitly configure the build to make use of the libraries I have installed (e.g. --icu=system) nor does disabling it (e.g. -no-icu, as was the case here) make any difference.

      If you search the bug database for bugs with the text ICU, you will find that historically there have been problems with finding the ICU libraries included with Qt.

      Files:
      config.txt: The config options I used. Lines prepended with '#' are comments.
      qtconfig.log: Output from the configuration
      qtbuild.log: Output from the build process

      Recommendation:
      Enable the user to configure the build to use the installed ICU libraries.

      Attachments

        1. config.txt
          0.7 kB
        2. qtbuild.log
          83 kB
        3. qtconfig.log
          41 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thiago Thiago Macieira
            jbrend Jeffrey Brendecke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes