Ticket #2785 (closed defect: fixed)
error message when entering archives
Reported by: | roentgen | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.4 |
Component: | mc-vfs | Version: | 4.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
New in 4.8.3 there's an error message when entering archives of the type .tar.gz .tar.bz2 .tar.xz
Cannot open tar archive
archive.tar.bz2/ubz2://
However after that the archive is successfully opened.
$ mc --configure-options
'--libexecdir=/usr/local/lib' '--enable-vfs-smb' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'
$ mc -V
GNU Midnight Commander 4.8.3
Built with GLib 2.32.1
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, fish, smbfs
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
Change History
comment:2 Changed 13 years ago by andrew_b
Branch: 2785_tar_error_message (parent: master).
changeset:eafe625376d781aaed44cc69b7595cacd33d2ef0
comment:3 Changed 13 years ago by slavazanko
- Status changed from new to assigned
- Owner set to andrew_b
- Branch state changed from no branch to on review
comment:5 Changed 13 years ago by andrew_b
- Keywords stable-candidate added
- Component changed from mc-core to mc-vfs
- Milestone changed from Future Releases to 4.8.4
comment:6 Changed 13 years ago by slavazanko
- Votes for changeset changed from angel_il to angel_il slavazanko
- Branch state changed from on review to approved
comment:7 Changed 13 years ago by andrew_b
- Keywords stable-candidate removed
- Status changed from assigned to testing
- Votes for changeset changed from angel_il slavazanko to committed-master committed-stable
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [8607bcc103ce2f9449b6b9736a9709cdb62a7178].
Merged to 4.8.1-stable: [94443a23052dbbd01dd0693c55ba444a6ef91d78].
Unfortunately it's also buggy in stable 4.8.1.2, it's a regression from 4.8.1.1 which didn't have this bug.