Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 02:31:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200422] archivers/liblz4: r129 breaks stdout pipelines.
Message-ID:  <bug-200422-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: eborisch+FreeBSD@gmail.com
             Flags: maintainer-feedback?(adamw@FreeBSD.org)
          Assignee: adamw@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200422-13>