[Bug 200422] archivers/liblz4: r129 breaks stdout pipelines.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 24 02:31:32 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200422

            Bug ID: 200422
           Summary: archivers/liblz4: r129 breaks stdout pipelines.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: adamw at FreeBSD.org
          Reporter: eborisch+FreeBSD at gmail.com
             Flags: maintainer-feedback?(adamw at FreeBSD.org)
          Assignee: adamw at FreeBSD.org

r129 of liblz4 enabled sparse file support by default; this breaks [1] lz4c
decompression when used in a pipeline. For example,  <some compressed lz4
stream> | lz4c -d | <some other tool> isn't working now, but worked in r128.

I would suggest either reverting back to r128 for now, or applying the changes
made to the current dev branch [2] which gracefully recovers rather than errors
out. 

[1] https://github.com/Cyan4973/lz4/issues/110
[2]
https://github.com/Cyan4973/lz4/commit/58b5aadb1fc5d937e81c8f33e0e8290f2097c6bb

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list