Ticket #1236 (closed defect: duplicate)
xz terminates with SIGPIPE during unpack
| Reported by: | ephemient | Owned by: | |
|---|---|---|---|
| Priority: | Sometime | Milestone: | |
| Component: | clients/cave | Version: | 0.72.2 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Distribution: | N/A |
Description
>>> Unpacking kdelibs-4.8.2.tar.xz to /var/tmp/paludis/kde-base-kdelibs-4.8.2/work xz -dc /var/cache/paludis/distfiles/kdelibs-4.8.2.tar.xz | tar xf - --no-same-owner unpack: error: Couldn't unpack /var/cache/paludis/distfiles/kdelibs-4.8.2.tar.xz: 141 0 unpack: making ebuild PID 26000 exit with error die trap: exiting with error.
Works fine if I use "trap -- '' PIPE" or replace "xz | tar" with "tar J".
Change History
Note: See
TracTickets for help on using
tickets.

ticket:1232