mc does not support autodetection for extfs - problem with different formats of .ipk files (now with patch) #2997
Labels
area: vfs
Virtual File System support
prio: medium
Has the potential to affect progress
ver: 4.7.0
Reproducible in version 4.7.0
Milestone
Important
This issue was migrated from Trac:
cracket
(cracket@….sourceforge.net)ipk
,ar
,tar
,vfs
There is a problem with .ipk files support in mc, mainly because one extension .ipk can have two different formats. First format is tar.gz archive which is currently supported by mc. However second format is based on ar, and archives in this format are provided by some openembedded distributions. Unfortunatelly ar does not support tar archives and vice versa.
To support both formats with same extension mc should have sort of "autodetection" or fallback if first extension returned with error code, because currently trying to browse or "enter" ipk archive triggers error:
or without my polish locale:
Short workaround for supporting ar ipk files is to put in mc.ext section:
and remove ipk from other sections
I attach "ar" ipk example file, the examples of "tar" ipk files are attached here: #2925
Note
Original attachments:
cracket
(cracket@….sourceforge.net) onApr 6, 2013 at 18:44 UTC
chown
(chris@….co.uk) onAug 12, 2014 at 8:40 UTC
The text was updated successfully, but these errors were encountered: