[Midnight Commander] #4371: mc can't start on RedHat8

0 views
Skip to first unread message

Ticket System

unread,
May 1, 2022, 4:24:05 PM5/1/22
to namele...@list.ru, mc-...@googlegroups.com
#4371: mc can't start on RedHat8
--------------------------------+-------------------------------
Reporter: nameless2002 | Type: defect
Status: new | Priority: minor
Milestone: Future Releases | Component: mc-core
Version: 4.8.19 | Keywords:
Blocked By: | Blocking:
Branch state: no branch | Votes for changeset:
--------------------------------+-------------------------------
I have two VMware hosts with 4.8.19 installed on both.
Both hosts version is:
{{{#!sh
GNU Midnight Commander 4.8.19
Built with GLib 2.56.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 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;
}}}

RedHat version is:
{{{#!sh
# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.4 (Ootpa)
}}}

mc starts as alias for:
{{{#!sh
# alias | grep mc
alias mc='. /usr/libexec/mc/mc-wrapper.sh'
}}}

and file content is:
{{{#!sh
# cat /usr/libexec/mc/mc-wrapper.sh
MC_USER=`id | sed 's/[^(]*(//;s/).*//'`
MC_PWD_FILE="${TMPDIR-/tmp}/mc-$MC_USER/mc.pwd.$$"
/usr/bin/mc -P "$MC_PWD_FILE" "$@"

if test -r "$MC_PWD_FILE"; then
MC_PWD="`cat "$MC_PWD_FILE"`"
if test -n "$MC_PWD" && test -d "$MC_PWD"; then
cd "$MC_PWD"
fi
unset MC_PWD
fi

rm -f "$MC_PWD_FILE"
unset MC_PWD_FILE
unset MC_USER
}}}

When I start mc on host1 it start normally and I can use C-o combination
to go back to shell and use commands as usual.

But when I start mc on host2 I have a screen like this:

--
Ticket URL: <http://www.midnight-commander.org/ticket/4371>
Midnight Commander <https://midnight-commander.org>
Midnight Development Center

Ticket System

unread,
May 2, 2022, 1:23:09 AM5/2/22
to namele...@list.ru, mc-...@googlegroups.com
#4371: mc can't start on RedHat8
-----------------------------+------------------------------
Reporter: nameless2002 | Owner:
Type: defect | Status: closed
Priority: minor | Milestone:
Component: mc-core | Version: 4.8.19
Resolution: wontfix | Keywords:

Blocked By: | Blocking:
Branch state: no branch | Votes for changeset:
-----------------------------+------------------------------
Changes (by andrew_b):

* status: new => closed
* resolution: => wontfix
* milestone: Future Releases =>


Comment:

4.8.19 is 5-years old. Please file a bug to RH's bug tracker.

Recent mc version is 4.8.28. Please use it if possible.

--
Ticket URL: <http://www.midnight-commander.org/ticket/4371#comment:1>

Reply all
Reply to author
Forward
0 new messages