On Thu, Sep 14, 2017 at 09:41:27PM +0200, IOhannes m zmoelnig wrote: > Package: aspell > Version: 0.60.7~20110707-4 > Severity: normal > > Dear Maintainer, > > according to the word-list-compress(1), this cmdline tool can be used to > decompress .cwl files. > > unfortunately, i haven't yet found any .cwl file that i can decompress: > > # apt install aspell-en > $ zcat /usr/share/aspell/en-common.cwl.gz | word-list-compress d > ERROR: Corrupt Input. > $ cat /usr/share/aspell/en-common.cwl.gz | word-list-compress d > ERROR: Corrupt Input. > $ > assuming that the .cwl files are working (as i guess they are used as > dictionaries), the problem seems to be with word-list-compress.
Hi, >From man word-list-compress(1) DIAGNOSTICS ... Corrupt Input This is only for the decompression command d. The input file is of an unknown format or the input file/stream is corrupted. You may have some valid output, but word-list-compress could not complete the process. If the input file is a compressed wordlist but you have no output file, then it may be a newer prezip-bin(1) version of compressed file, if so, try decompressing the file with prezip-bin(1) instead. I guess you are trying to decompress a file compressed with prezip. ¿Is that what is actually happening? Regards, -- Agustin

