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

Empty files are installed if 7zip compression level is zero

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 2.0.1, 3.1.0
    • 2.0.0, 3.1.0
    • General
    • None
    • Ubuntu 14.04
      Qt 5.4.1
      QtIF cloned from git master
      Qt & QtIF compiled as per the instructions in the official website.
    • 220626325f6015e577ce12732be8cca758111fe9

    Description

      Data files compressed with 7-Zip level "0" (which means "copy" method) will be installed as empty files. However, rising the compression level to "1" is just enough to fix the issue.

      "Copy" method should be supported, though, as it is quite standard way of creating a 7-Zip file out of already-compressed files.

      Test files created with following commands:
      7za a -t7z -mx=0 packages/com.test/data/test0.7z testFile
      7za a -t7z -mx=1 packages/com.test/data/test1.7z testFile

      Attachments

        For Gerrit Dashboard: QTIFW-695
        # Subject Branch Project Status CR V

        Activity

          People

            heimrich Karsten Heimrich
            oneorjuan Juan Navarro
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes