Package: lzma
Version: 9.22-2
Severity: normal

# Steps to reproduce:

$ lzma -c /usr/share/dict/words > foo

$ lzma -d -c foo > bar
foo:  unknown suffix -- unchanged

$ echo $?
2

# using pipes works
$ lzma -c /usr/share/dict/words | lzma -d -c > bar

# gzip works
$ gzip -c /usr/share/dict/words > foo
$ gzip -d -c foo > bar



# This was possibly fixed here:
http://git.tukaani.org/?p=lzma.git;a=commitdiff;h=8b13a3f20bdca0929cea1d5d5ca26addbbccb8c5
Don't require -S '' when writing to stdout and filename has unknown suffix.


-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lzma depends on:
ii  libc6       2.13-37
ii  libgcc1     1:4.7.2-5
ii  libstdc++6  4.7.2-5

lzma recommends no packages.

lzma suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to