[Pkg-mc-devel] Bug#808303: mc: filtered view does not work

Stanislav Vlasov stanislav.v.v at gmail.com
Fri Dec 18 13:51:48 UTC 2015


Package: mc
Version: 3:4.8.13-3
Severity: normal

Dear Maintainer,

I'm run mc, choose file, type esc-! and enter command like `cat
filename | grep some`.
Filtered view show me error box "Cannot create pipe streams", which is
not expected.
This is upstream bug and was patched in 4.8.15:

---cut---
--- lib/utilunix.c.orig 2015-04-12 03:04:27 UTC
+++ lib/utilunix.c
@@ -528,7 +528,7 @@ mc_popen (const char *command, GError **
         goto ret_err;
     }

-    if (!g_spawn_async_with_pipes (NULL, argv, NULL,
G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL,
+    if (!g_spawn_async_with_pipes (NULL, argv, NULL,
G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_SEARCH_PATH, NULL, NULL,
                                    &p->child_pid, NULL, &p->out.fd,
&p->err.fd, error))
     {
         mc_replace_error (error, MC_PIPE_ERROR_CREATE_PIPE_STREAM, "%s",
---cut---

Please fix it in stable.

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages mc depends on:
ii  e2fslibs      1.42.12-1.1
ii  libc6         2.19-18+deb8u1
ii  libglib2.0-0  2.42.1-1
ii  libgpm2       1.20.4-6.1+b2
ii  libslang2     2.3.0-2
ii  libssh2-1     1.4.3-4.1
ii  mc-data       3:4.8.13-3

Versions of packages mc recommends:
ii  mime-support  3.58
ii  perl          5.20.2-3+deb8u1
ii  unzip         6.0-16+deb8u2

Versions of packages mc suggests:
ii  arj                                              3.10.22-13
ii  bzip2                                            1.0.6-7+b3
pn  catdvi | texlive-binaries                        <none>
pn  dbview                                           <none>
ii  djvulibre-bin                                    3.5.25.4-4+b1
ii  evince-gtk [pdf-viewer]                          3.14.1-2
ii  file                                             1:5.22+15-2
ii  genisoimage                                      9:1.1.11-3
ii  graphicsmagick-imagemagick-compat [imagemagick]  1.3.20-3+deb8u1
pn  gv                                               <none>
ii  lynx                                             2.8.9dev1-2+deb8u1
ii  mupdf [pdf-viewer]                               1.5-1+b2
ii  odt2txt                                          0.4+git20140608-1
ii  poppler-utils                                    0.26.5-2
ii  python                                           2.7.9-1
ii  python-boto                                      2.34.0-2
pn  python-tz                                        <none>
ii  w3m                                              0.5.3-19
ii  zip                                              3.0-8

-- no debconf information


-- 
Stanislav



More information about the Pkg-mc-devel mailing list