Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 8:59 PM, keith <[EMAIL PROTECTED]> wrote:
> okay sorry. Now this is what it shows.
> -rwxr-xr-x 1 root root 2.6M 2008-02-04 05:24 /usr/bin/vim
>
That looks good.I just realized I goofed on on telling how to
remove the vim with X use flag.do this:

USE="acl bash-completion gpm nls perl python -cscope -minimal -ruby
-vim-pager -vim-with-x" emerge -1 vim

This will remerge vim with the same useflags I have.
>
> On Mon, 2008-02-04 at 15:19 -0800, Brian Marshall wrote:
> > On Mon, 04 Feb 2008 13:35:42 -0600
> > keith <[EMAIL PROTECTED]> wrote:
> >
> > > okay heres my use flags
> > >
> > > [ebuild   R   ] app-editors/vim-7.1.213  USE="acl bash-completion gpm
> > > nls perl python vim-pager vim-with-x -cscope -minimal -ruby" 8,876 kB
> > >
> > > ls -lah 'which vim' returned no such file or directory
> > >
> > ' is not the same as `
> >
> >
> >   Brian
>
> --
>
> gentoo-user@lists.gentoo.org mailing list
>
>
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread keith
okay sorry. Now this is what it shows.
-rwxr-xr-x 1 root root 2.6M 2008-02-04 05:24 /usr/bin/vim

On Mon, 2008-02-04 at 15:19 -0800, Brian Marshall wrote:
> On Mon, 04 Feb 2008 13:35:42 -0600
> keith <[EMAIL PROTECTED]> wrote:
> 
> > okay heres my use flags
> > 
> > [ebuild   R   ] app-editors/vim-7.1.213  USE="acl bash-completion gpm
> > nls perl python vim-pager vim-with-x -cscope -minimal -ruby" 8,876 kB 
> > 
> > ls -lah 'which vim' returned no such file or directory
> >
> ' is not the same as `
> 
> 
>   Brian

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread Brian Marshall
On Mon, 04 Feb 2008 13:35:42 -0600
keith <[EMAIL PROTECTED]> wrote:

> okay heres my use flags
> 
> [ebuild   R   ] app-editors/vim-7.1.213  USE="acl bash-completion gpm
> nls perl python vim-pager vim-with-x -cscope -minimal -ruby" 8,876 kB 
> 
> ls -lah 'which vim' returned no such file or directory
>
' is not the same as `


Brian


signature.asc
Description: PGP signature


Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 2:35 PM, keith <[EMAIL PROTECTED]> wrote:
> okay heres my use flags
>
> [ebuild   R   ] app-editors/vim-7.1.213  USE="acl bash-completion gpm
> nls perl python vim-pager vim-with-x -cscope -minimal -ruby" 8,876 kB

Try ACCEPT_KEYWORDS="-vim-with-x" emerge -1 vim (remove vim with x use flag).
>
> ls -lah 'which vim' returned no such file or directory
>
> whereis vim returns /usr/bin/vim /usr/share/vim
>
> I removed the /etc/vim/vimrc and still no luck.
>
>
>
> On Mon, 2008-02-04 at 14:04 -0500, Andrey Falko wrote:
> > On Feb 4, 2008 10:00 AM, keith <[EMAIL PROTECTED]> wrote:
> > > vim-7.1.213 and revdep-rebuild shown no breakage
> > Here somethings you can try:
> >
> > ls -lah `which vim`  make sure the output is:
> > -rwxr-xr-x 1 root root 2.4M Nov 15 01:25 /usr/bin/vim
> >
> > Find a vim binary somewhere, extract it, and see if it runs
> > correctly.
> >
> > You have Gentoo default /etc/vim/vimrc? Do you have your own .vimrc?
> > If yes, delete the .vimrc file and try again.
> >
> > Recompile with different USE flags. What does emerge -pv vim say?
> >
> > You might want to contact vim devs.
> > >
> > > On Mon, 2008-02-04 at 08:46 -0500, Andrey Falko wrote:
> > > > On Feb 4, 2008 7:53 AM, keith <[EMAIL PROTECTED]> wrote:
> > > > > When I type for example vim test.cxx all it does is send it to the 
> > > > > next
> > > > > line and just stays there blinking and nothing at all. I've recompiled
> > > > > it, still nothing. I've emerge -C vim. Then compiled it and it did
> > > > > nothing. Any idea what broke vim?
> > > > >
> > > > What happens when you press "i"? Based on what you describe; nothing
> > > > will happen; you remain in the bash shell. Try emerge gentoolkit &&
> > > > revdep-rebuild
> > > > Also what version of vim?
> > > > > --
> > > > > gentoo-user@lists.gentoo.org mailing list
> > > > >
> > > > >
> > >
> > > --
> > >
> > > gentoo-user@lists.gentoo.org mailing list
> > >
> > >
>
> --
>
> gentoo-user@lists.gentoo.org mailing list
>
>
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread keith
okay heres my use flags

[ebuild   R   ] app-editors/vim-7.1.213  USE="acl bash-completion gpm
nls perl python vim-pager vim-with-x -cscope -minimal -ruby" 8,876 kB 

ls -lah 'which vim' returned no such file or directory

whereis vim returns /usr/bin/vim /usr/share/vim

I removed the /etc/vim/vimrc and still no luck.


On Mon, 2008-02-04 at 14:04 -0500, Andrey Falko wrote:
> On Feb 4, 2008 10:00 AM, keith <[EMAIL PROTECTED]> wrote:
> > vim-7.1.213 and revdep-rebuild shown no breakage
> Here somethings you can try:
> 
> ls -lah `which vim`  make sure the output is:
> -rwxr-xr-x 1 root root 2.4M Nov 15 01:25 /usr/bin/vim
> 
> Find a vim binary somewhere, extract it, and see if it runs
> correctly.
> 
> You have Gentoo default /etc/vim/vimrc? Do you have your own .vimrc?
> If yes, delete the .vimrc file and try again.
> 
> Recompile with different USE flags. What does emerge -pv vim say?
> 
> You might want to contact vim devs.
> >
> > On Mon, 2008-02-04 at 08:46 -0500, Andrey Falko wrote:
> > > On Feb 4, 2008 7:53 AM, keith <[EMAIL PROTECTED]> wrote:
> > > > When I type for example vim test.cxx all it does is send it to the next
> > > > line and just stays there blinking and nothing at all. I've recompiled
> > > > it, still nothing. I've emerge -C vim. Then compiled it and it did
> > > > nothing. Any idea what broke vim?
> > > >
> > > What happens when you press "i"? Based on what you describe; nothing
> > > will happen; you remain in the bash shell. Try emerge gentoolkit &&
> > > revdep-rebuild
> > > Also what version of vim?
> > > > --
> > > > gentoo-user@lists.gentoo.org mailing list
> > > >
> > > >
> >
> > --
> >
> > gentoo-user@lists.gentoo.org mailing list
> >
> >

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 10:00 AM, keith <[EMAIL PROTECTED]> wrote:
> vim-7.1.213 and revdep-rebuild shown no breakage
Here somethings you can try:

ls -lah `which vim`  make sure the output is:
-rwxr-xr-x 1 root root 2.4M Nov 15 01:25 /usr/bin/vim

Find a vim binary somewhere, extract it, and see if it runs
correctly.

You have Gentoo default /etc/vim/vimrc? Do you have your own .vimrc?
If yes, delete the .vimrc file and try again.

Recompile with different USE flags. What does emerge -pv vim say?

You might want to contact vim devs.
>
> On Mon, 2008-02-04 at 08:46 -0500, Andrey Falko wrote:
> > On Feb 4, 2008 7:53 AM, keith <[EMAIL PROTECTED]> wrote:
> > > When I type for example vim test.cxx all it does is send it to the next
> > > line and just stays there blinking and nothing at all. I've recompiled
> > > it, still nothing. I've emerge -C vim. Then compiled it and it did
> > > nothing. Any idea what broke vim?
> > >
> > What happens when you press "i"? Based on what you describe; nothing
> > will happen; you remain in the bash shell. Try emerge gentoolkit &&
> > revdep-rebuild
> > Also what version of vim?
> > > --
> > > gentoo-user@lists.gentoo.org mailing list
> > >
> > >
>
> --
>
> gentoo-user@lists.gentoo.org mailing list
>
>
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread keith
vim-7.1.213 and revdep-rebuild shown no breakage
On Mon, 2008-02-04 at 08:46 -0500, Andrey Falko wrote:
> On Feb 4, 2008 7:53 AM, keith <[EMAIL PROTECTED]> wrote:
> > When I type for example vim test.cxx all it does is send it to the next
> > line and just stays there blinking and nothing at all. I've recompiled
> > it, still nothing. I've emerge -C vim. Then compiled it and it did
> > nothing. Any idea what broke vim?
> >
> What happens when you press "i"? Based on what you describe; nothing
> will happen; you remain in the bash shell. Try emerge gentoolkit &&
> revdep-rebuild
> Also what version of vim?
> > --
> > gentoo-user@lists.gentoo.org mailing list
> >
> >

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] VIM Issue

2008-02-04 Thread Andrey Falko
On Feb 4, 2008 7:53 AM, keith <[EMAIL PROTECTED]> wrote:
> When I type for example vim test.cxx all it does is send it to the next
> line and just stays there blinking and nothing at all. I've recompiled
> it, still nothing. I've emerge -C vim. Then compiled it and it did
> nothing. Any idea what broke vim?
>
What happens when you press "i"? Based on what you describe; nothing
will happen; you remain in the bash shell. Try emerge gentoolkit &&
revdep-rebuild
Also what version of vim?
> --
> gentoo-user@lists.gentoo.org mailing list
>
>
-- 
gentoo-user@lists.gentoo.org mailing list