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

libQt5Core cannot resolve icu libs / is missing rpath

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P0: Blocker
    • None
    • 5.0.0 RC 1
    • Packaging & Installer
    • None

    Description

      Latest candidate packages for the RC1 do not work properly:

      ldd libQt5Core.so.5.0.0 
              linux-vdso.so.1 =>  (0x00007fff6203b000)
              libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f651fa5b000)
              libicui18n.so.49 => not found
              libicuuc.so.49 => not found
              libdl.so.2 => /lib64/libdl.so.2 (0x00007f651f857000)
              libgthread-2.0.so.0 => /usr/lib64/libgthread-2.0.so.0 (0x00007f651f652000)
              librt.so.1 => /lib64/librt.so.1 (0x00007f651f44a000)
              libglib-2.0.so.0 => /usr/lib64/libglib-2.0.so.0 (0x00007f651f152000)
              libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f651ee48000)
              libm.so.6 => /lib64/libm.so.6 (0x00007f651ebf1000)
              libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f651e9db000)
              libc.so.6 => /lib64/libc.so.6 (0x00007f651e64b000)
              /lib64/ld-linux-x86-64.so.2 (0x00007f651fc78000)
              libpcre.so.0 => /lib64/libpcre.so.0 (0x00007f651e40d000)
      

      Both libicu*.so.49 are in qtbase/lib. However, Qt5Core.so seems to miss the rpath:

      chrpath lib/libQt5Core.so
      libQt5Core.so: no rpath or runtime tag found.

      In the beta2 packages QtCore.so still had an rpath set to $$ORIGIN.

      Attachments

        Issue Links

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

          Activity

            People

              tjenssen Tim Jenssen
              kkohne Kai Köhne
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes