View Issue Details

IDProjectCategoryView StatusLast Update
0000440fileGeneralpublic2023-05-21 16:00
Reportertruff Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.41 
Fixed in Version5.45 
Summary0000440: Bug when using -z with an lzrip compressed file
Descriptionfile is not using the right options to call lrzip when using -z
Steps To Reproduce$ file -z hello.lrz
hello.lrz: ERROR:[lrzip: Option requires an argument -- 'o'] (LRZIP compressed data - version 0.6)
Additional Informationfrom compress.c:
#define lrzip_flags "-do"

$ lrzip -h 2>&1 | grep -- -o,
        -o, --outfile filename specify the output file name and/or path

-o option is not what you are looking for here and there is no obvious option to have lrzip read content from stdin, it refuses to use /dev/stdin or - so the fix won't be trivial
TagsNo tags attached.

Activities

christos

2023-05-21 16:00

manager   ~0003930

Fixed, thanks!

Issue History

Date Modified Username Field Change
2023-04-11 11:55 truff New Issue
2023-05-21 16:00 christos Assigned To => christos
2023-05-21 16:00 christos Status new => assigned
2023-05-21 16:00 christos Status assigned => resolved
2023-05-21 16:00 christos Resolution open => fixed
2023-05-21 16:00 christos Fixed in Version => 5.45
2023-05-21 16:00 christos Note Added: 0003930