Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157179 - "emerge" hang Midnight Commander, running from rxvt
Summary: "emerge" hang Midnight Commander, running from rxvt
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 157180 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-05 00:03 UTC by vyp08
Modified: 2006-12-10 22:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vyp08 2006-12-05 00:03:02 UTC
1.1. Run "rxvt": ok.
1.2. Run "emerge --info": ok.

2.1. Run "rxvt | xterm": ok.
2.2. Run "mc": ok.
2.3. Run "emerge --info": terminal hang.
2.4. Run "pkill -u username mc": mc killed, terminal is available.

3.1. From console all work fine.

emerge --info
Portage 2.1.1-r2 (hardened/x86/2.6, gcc-3.4.6, glibc-2.3.6-r5, 2.6.17-hardened-r1 i686)
=================================================================
System uname: 2.6.17-hardened-r1 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.6
Last Sync: Mon, 04 Dec 2006 06:00:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mtune=pentium3 -Os -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb /usr/share/X11/xkb /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -mcpu=i386 -pipe -fforce-addr"
DISTDIR="/usr/local/p/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="   http://gentoo.osuosl.org   http://www.ibiblio.org/pub/Linux/distributions/gentoo  "
LANG="ru_RU.KOI8-R"
LC_ALL="ru_RU.KOI8-R"
LINGUAS="ru"
PKGDIR="/usr/local/p/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="7zip acpi alsa avi berkdb bzip2 caps crypt cups dvd dvdr dvdread elibc_glibc enca fortran gdbm gif gnutls hardened hardenedphp input_devices_evdev input_devices_keyboard input_devices_microtouch input_devices_mouse input_devices_mutouch jpeg kernel_linux linguas_ru lirc lirc_devices_devinput mad mbox mikmod milter mmx mmxext mp3 mpeg ncurses nls nptl nptlonly oav opengl pam pic png posix quicktime readline rtc sasl slang sse sse2 ssl tcpd tiff truetype udev usb userland_GNU userlocales v4l v4l2 video_cards_i810 video_cards_nv video_cards_radeon video_cards_v4l video_cards_vesa video_cards_vga video_cards_via video_cards_vmware vorbis wmf x86 xinetd xv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-05 01:29:38 UTC
*** Bug 157180 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-05 02:15:43 UTC
Which app-misc/mc version? What use flag? Post emerge -pv mc output here. Also, recompile rxvt with -O2 instead of -Os and try again.
Comment 3 vyp08 2006-12-05 04:16:23 UTC
1. app-misc/mc-4.6.1  USE="7zip ncurses nls pam slang -X -gpm -samba -unicode".
2. x11-terms/rxvt-2.7.10-r3  USE="-cjk -linuxkeys -motif -xgetdefault".
3. reemerge:
3.1. rxvt with -02;
3.2. mc with -02, USE=-slang, USE="-ncurses -slang".
Result: none (and with mrxvt, and xterm too).
Comment 4 vyp08 2006-12-10 22:44:54 UTC
Reemerge world with -O2: all work fine.