Your message dated Fri, 18 May 2012 06:18:04 -0500
with message-id <20120518111741.GA350@burratino>
and subject line Re: refuses to unpack files without .xz suffix
has caused the Debian Bug report #639239,
regarding refuses to unpack files without .xz suffix
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
639239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639239
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xz-utils
Version: 5.0.0-2
xz refuses to unpack files that do not end with .xz suffix, which is
plain stupid.
daniel@daniel-desktop:~/Downloads$ file binN4AC1CEQIn.bin
binN4AC1CEQIn.bin: XZ compressed data
daniel@daniel-desktop:~/Downloads$ xz --decompress binN4AC1CEQIn.bin
xz: binN4AC1CEQIn.bin: Filename has an unknown suffix, skipping
daniel@daniel-desktop:~/Downloads$ mv binN4AC1CEQIn.bin binN4AC1CEQIn.bin.xz
daniel@daniel-desktop:~/Downloads$ xz --decompress binN4AC1CEQIn.bin.xz
daniel@daniel-desktop:~/Downloads$
--
Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email: [email protected]
Internet: http://people.progress-technologies.net/~daniel.baumann/
--- End Message ---
--- Begin Message ---
notfound 639239 xz-utils/5.0.0-2
quit
Jonathan Nieder wrote:
> Depending on your preferred name for the
> decompressed file, you have at least two choices:
>
> - use -S.bin to use .bin as the suffix to strip, instead of .xz
>
> - implement a --output=<path> option and send a patch to
> [email protected] (subscription required[1]). The patch
> description can explain why "xz -dc infile >outfile" is not good
> enough and how it works in the case infile=outfile.
>
> Hope that helps, though I'm not sure what I'm adding here that the man
> page does not provide.
Hence closing.
Thanks for writing,
Jonathan
--- End Message ---