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

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important 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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes