Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-159

libinstaller not a static lib

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 1.3.0
    • 1.2
    • General
    • None
    • Linux
    • 525a757158c3a4174f75cf0c97422129117989b2

    Description

      you can't execute the tutuorial as decribed in docs, libinstaller is missing

      reproduce it:

      git clone ....
      cd installer-framework
      $STATICQTDIR/bin/qmake -r ; make -j 32
      cd examples/tutorial
      cd packages/com.vendor.product
      $STATICQTDIR/bin/lrelease de_de.ts
      cd ../..
      ../../bin/binarycreator -c config/config.xml -p packages/ YourInstaller --include com.vendor.product

      libinstaller.so not found....

      no workaround:
      LD_LIBRARY_PATH=../../lib ../../bin/binarycreator -c config/config.xml -p packages/ YourInstaller --include com.vendor.product

      ldd YourInstaller

      shows you the libinstaller.so as dependency, not good for delivering..

      use the attached patch... the lib is static, the tools link the lib statically, the installer has no libinstaller deps..

      Regards
      Konrad

      Attachments

        1. patch.txt
          2 kB
          Konrad Lorentz
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            heimrich Karsten Heimrich
            klor Konrad Lorentz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes