Not able to use vi (app-editors/vi-3.7-r3) from within Konsole. (nano 1.0.9-r2 works just fine, however!) Reproducible: Always Steps to Reproduce: 1. startx 2. open a console window (Konsole) 3. issue `vi foo.txt` Actual Results: Nothing happens: Konsole issues new prompt. e.g., %>pwd %>/home/eric %>vi %> %>pwd %>/home/eric Expected Results: vi should have opened in the console. Portage 2.0.48-r7 (default-ppc-1.4, gcc-3.2.2, glibc-2.3.1-r4) ================================================================= System uname: 2.4.21-ppc-r2 ppc GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb:/usr/kde/3.1/share/config:/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/:/usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="oss dvd xv gpm jpeg nls mitshm gif png truetype ppc cups foomaticdb gdbm berkdb slang readline arts tetex X sdl tcpd pam libwww ssl python esd imlib oggvorbis motif opengl mozilla kde qt -gtk -gnome usb doc mysql perl mod_perl -apache2 -alsa" COMPILER="gcc3" CHOST="powerpc-unknown-linux-gnu" CFLAGS="-mcpu=750 -O3 -pipe -fsigned-char -mpowerpc-gfxopt" CXXFLAGS="-O2 -pipe" ACCEPT_KEYWORDS="ppc ~ppc" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="ccache buildpkg"
a wild guess: is libtermcap-compat emerged? also, I noticed that in your CFLAGS you have -fsigned-char and -mpowerpc-gfxopt According to the gcc manual usage of those is not recommended. -mcpu enables those if needed, so feel free to remove them from your cflags
I may not be able to 'vi' from Konsole but I can from "Konsole - Super User Mode". Are the two app's different (or just the same app with different features)?
> I may not be able to 'vi' from Konsole but I can from "Konsole - Super User > Mode". Are the two app's different (or just the same app with different > features)? This appears to be bug with 'ex': Once I emerged 'vim' the problem went away.
ok, closing because fixed