Your message dated Sun, 12 Jan 2025 09:17:21 +0100
with message-id <[email protected]>
and subject line Update
has caused the Debian Bug report #1061767,
regarding mc not able to open/view rar files
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1061767: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061767
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mc
Version: 3:4.8.30-1
Severity: normal
X-Debbugs-Cc: [email protected]
Dear Maintainer,
mc is not able to open/view rar files.
* What led up to the situation?
try to open a rar-file
* What was the outcome of this action?
vfs errors an not seeing the content of that rar file
* What outcome did you expect instead?
see the content of that rar-file
A little patch does get the ability of that back:
--- mc-4.8.30.orig/src/vfs/extfs/helpers/urar.in
+++ mc-4.8.30/src/vfs/extfs/helpers/urar.in
@@ -113,7 +113,7 @@ mcrar5fs_list ()
.
mcrarfs_list ()
{
- [ x$UNRAR_VERSION = x6 -o x$UNRAR_VERSION = x5 ] && mcrar5fs_list "$@" ||
mcrar4fs_list "$@"
+ [ x$UNRAR_VERSION != x4 ] && mcrar5fs_list "$@" || mcrar4fs_list "$@"
}
.
mcrarfs_copyin ()
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (90, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.8.0-rc2-siduction-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages mc depends on:
ii libc6 2.37-14
ii libext2fs2 1.47.0-2+b1
ii libglib2.0-0 2.78.3-2
ii libgpm2 1.20.7-10+b2
ii libslang2 2.3.3-3
ii libssh2-1 1.11.0-4
ii mc-data 3:4.8.30-2
Versions of packages mc recommends:
ii mailcap 3.70+nmu1
ii perl 5.38.2-3
ii sensible-utils 0.0.20
ii unzip 6.0-28
Versions of packages mc suggests:
pn arj <none>
ii atril [pdf-viewer] 1.26.1-4
ii bzip2 1.0.8-5+b2
pn dbview <none>
ii djvulibre-bin 3.5.28-2+b1
pn epub-utils <none>
ii file 1:5.45-2+b1
ii genisoimage 9:1.1.11-3.4
pn gv <none>
ii imagemagick 8:6.9.12.98+dfsg1-5+b1
ii imagemagick-6.q16 [imagemagick] 8:6.9.12.98+dfsg1-5+b1
ii libaspell-dev 0.60.8.1-1+b1
ii lynx 2.9.0rel.0-2
pn odt2txt <none>
ii okular [pdf-viewer] 4:23.08.1-2
ii poppler-utils 22.12.0-2+b1
pn python <none>
pn python-boto <none>
pn python-tz <none>
ii texlive-binaries 2023.20230311.66589-8
ii unar 1.10.7+ds1+really1.10.1-2+b3
ii w3m 0.5.3+git20230121-2+b2
pn wimtools <none>
ii zip 3.0-13
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3:4.8.31-1
--- End Message ---