Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25382 - Can not use vi in Konsole
Summary: Can not use vi in Konsole
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-27 13:08 UTC by Eric Pretorious
Modified: 2006-02-04 06:03 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 Eric Pretorious 2003-07-27 13:08:41 UTC
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"
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2003-07-31 06:07:46 UTC
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
Comment 2 Eric Pretorious 2003-08-02 17:12:16 UTC
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)?
Comment 3 Eric Pretorious 2003-08-14 20:20:32 UTC
> 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.
Comment 4 Pieter Van den Abeele (RETIRED) gentoo-dev 2003-10-11 04:58:14 UTC
ok, closing because fixed