View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000440 | file | General | public | 2023-04-11 11:55 | 2023-05-21 16:00 |
Reporter | truff | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.41 | ||||
Fixed in Version | 5.45 | ||||
Summary | 0000440: Bug when using -z with an lzrip compressed file | ||||
Description | file 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 Information | from 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 | ||||
Tags | No tags attached. | ||||
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 |