Re: [gentoo-user] I can't INSTALL vim-core!!!

2011-10-09 Thread 1990 dqgcs
.-(~)-(ayu@Freedom
)-
`--> portageq config_protect
/etc /usr/share/config /usr/share/gnupg/qualified.txt

This is the output,but it does any matter ?

2011/10/9 Neil Bothwick 

> On Sat, 8 Oct 2011 21:05:31 +0800, 1990 dqgcs wrote:
>
> > After emerge -auvDN world,Portage asks me to reinstall
> > app-editors/vim-core-7.3.266,but finaly i failed
> > it stays at "installing
> >
> /var/tmp/portage/app-editors/vim-core-7.3.266/image//usr/share/man/fr/man1/vim.1
> > " forever(in fact,i wait about half an hour)
> > what should i do?PLZ help!!!
>
> I had this happen when something added an NFS share to CONFIG_PROTECT
> in /etc/env.d.
>
> See if "portageq config_protect" shows anything that would take a long
> time to scan.
>
>
> --
> Neil Bothwick
>
> WinErr 01F: Reserved for future mistakes of our developers.
>


Re: [gentoo-user] I can't INSTALL vim-core!!!

2011-10-09 Thread 1990 dqgcs
I apply the update package.keywords and package.use ,but I still can't
install it .I will try to compile vim by myself.

2011/10/8 Jonas de Buhr 

> please run etc-update and try again
>
> Am Sat, 8 Oct 2011 21:05:31 +0800
> schrieb 1990 dqgcs :
>
> > HI
> >
> > After emerge -auvDN world,Portage asks me to reinstall
> > app-editors/vim-core-7.3.266,but finaly i failed
> > it stays at "installing
> >
> /var/tmp/portage/app-editors/vim-core-7.3.266/image//usr/share/man/fr/man1/vim.1
> > " forever(in fact,i wait about half an hour)
> > what should i do?PLZ help!!!
> > the attachement is the output of the emerge while installing gvim.
> >
> > Best Wishes
> > Nicola Eleree
>
>


[gentoo-user] Vim stops installing when it runs installman.sh

2011-11-18 Thread 1990 dqgcs
*Hi Everyone *
I  am very sad i failed to install vim in gentoo ,without vim i could not
do anything :(
I download vim-7.3.tar.bz2  not
emerge because i can modify Makefile to find out where is wrong.Compiling
seems well,but when it begin to install man ,it stops,just like:

*/bin/sh ./installman.sh install /usr/local/share/man/it/man1 "-it"
/usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim
../runtime/doc 644 vim vimdiff evim*
*installing /usr/local/share/man/it/man1/vim.1*
*and never go on. sool cruel*
*
*
Yes ,the script is *installman.sh* and it stop here below,what should i
do?it runs very well in my ubuntu! what is wrong???
*# vim.1*
*   echo installing $destdir/$exename.1*
*   sed -e s+/usr/local/lib/vim+$vimloc+ \*
*   -e s+$vimloc/doc+$helpsubloc+ \*
*   -e s+$vimloc/print+$printsubloc+ \*
*   -e s+$vimloc/syntax+$synsubloc+ \*
*   -e s+$vimloc/tutor+$tutorsubloc+ \*
*   -e s+$vimloc/vimrc+$vimrcloc/vimrc+ \*
*   -e s+$vimloc/gvimrc+$vimrcloc/gvimrc+ \*
*   -e s+$vimloc/menu.vim+$scriptloc/menu.vim+ \*
*   -e s+$vimloc/bugreport.vim+$scriptloc/bugreport.vim+ \*
*   -e s+$vimloc/filetype.vim+$scriptloc/filetype.vim+ \*
*   -e s+$vimloc/scripts.vim+$scriptloc/scripts.vim+ \*
*   -e s+$vimloc/optwin.vim+$scriptloc/optwin.vim+ \*
*   -e 's+$vimloc/\*.ps+$scriptloc/\*.ps+' \*
*   $helpsource/vim$langadd.1 > $destdir/$exename.1*
*   chmod $manmod $destdir/$exename.1*
*
*
ANY suggest is OK,Thanks!!!
Best Rgds
Eleree Nicola


Re: [gentoo-user] Vim stops installing when it runs installman.sh

2011-11-19 Thread 1990 dqgcs
I am sorry i have not made it clear,I meet the situation when i use "sudo
emerge vim" after "sudo emerge --sync && sudo emerge -auvDN",
So,i try to install my own vim for DEBUG,what should i do now,could i not
to install man page?

2011/11/19 James Broadhead 

> On 19 November 2011 02:44, 1990 dqgcs  wrote:
> > Hi Everyone
> > I  am very sad i failed to install vim in gentoo ,without vim i could
> not do
> > anything :(
> > I download vim-7.3.tar.bz2 not emerge because i can modify Makefile to
> find
> > out where is wrong.Compiling seems well,but when it begin to install man
> ,it
> > stops,just like:
> > /bin/sh ./installman.sh install /usr/local/share/man/it/man1 "-it"
> > /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim
> > ../runtime/doc 644 vim vimdiff evim
> > installing /usr/local/share/man/it/man1/vim.1
> > and never go on. sool cruel
> > Yes ,the script is installman.sh and it stop here below,what should i
> do?it
> > runs very well in my ubuntu! what is wrong???
> > # vim.1
> >echo installing $destdir/$exename.1
> >sed -e s+/usr/local/lib/vim+$vimloc+ \
> >   -e s+$vimloc/doc+$helpsubloc+ \
> >   -e s+$vimloc/print+$printsubloc+ \
> >   -e s+$vimloc/syntax+$synsubloc+ \
> >   -e s+$vimloc/tutor+$tutorsubloc+ \
> >   -e s+$vimloc/vimrc+$vimrcloc/vimrc+ \
> >   -e s+$vimloc/gvimrc+$vimrcloc/gvimrc+ \
> >   -e s+$vimloc/menu.vim+$scriptloc/menu.vim+ \
> >   -e s+$vimloc/bugreport.vim+$scriptloc/bugreport.vim+ \
> >   -e s+$vimloc/filetype.vim+$scriptloc/filetype.vim+ \
> >   -e s+$vimloc/scripts.vim+$scriptloc/scripts.vim+ \
> >   -e s+$vimloc/optwin.vim+$scriptloc/optwin.vim+ \
> >   -e 's+$vimloc/\*.ps+$scriptloc/\*.ps+' \
> >   $helpsource/vim$langadd.1 > $destdir/$exename.1
> >chmod $manmod $destdir/$exename.1
> > ANY suggest is OK,Thanks!!!
> > Best Rgds
> > Eleree Nicola
>
> $ eix app-editors/vim
> [I] app-editors/vim
> Available versions:  7.2.442 7.3.135 7.3.189 ~7.3.219 ~7.3.244
> 7.3.266 ~7.3.322 {X acl bash-completion cscope debug gpm minimal nls
> perl python ruby vim-pager}
> Installed versions:  7.3.266(23:14:32 09/10/11)(X acl
> bash-completion gpm nls python -cscope -debug -minimal -perl -ruby
> -vim-pager)
> Homepage:http://www.vim.org/
> Description: Vim, an improved vi-style text editor
>
> So: to get the latest well-tested version of vim in gentoo, just run
> "emerge vim" as root, which will get you vim-7.3.266. This will build
> it with your configured settings/optimisations.
>
> If you want to build it manually, you're on your own -- we can
> probably help you if you supply more info, but unless you have a good
> reason not to use portage/emerge, then you're not using your time
> effectively.
>
> Note: eix isn't installed by default, and it's super-useful. Run
> "emerge eix ; eix-update" to get the output above.
>
>


Re: [gentoo-user] Vim stops installing when it runs installman.sh

2011-11-19 Thread 1990 dqgcs
Thanks for reply! I am sorry to tell you i have installed vim by emerge
,but i failed ,so i try to use vim7.3.266'source code for debug :( .Now
what could i do?i am almost crazy now!!!

2011/11/20 Mick 

> On Saturday 19 Nov 2011 14:01:56 James Broadhead wrote:
> > On 19 November 2011 02:44, 1990 dqgcs  wrote:
> > > Hi Everyone
> > > I  am very sad i failed to install vim in gentoo ,without vim i could
> not
> > > do anything :(
> > > I download vim-7.3.tar.bz2 not emerge because i can modify Makefile to
> > > find out where is wrong.Compiling seems well,but when it begin to
> > > install man ,it stops,just like:
> > > /bin/sh ./installman.sh install /usr/local/share/man/it/man1 "-it"
> > > /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim
> > > ../runtime/doc 644 vim vimdiff evim
> > > installing /usr/local/share/man/it/man1/vim.1
> > > and never go on. sool cruel
> > > Yes ,the script is installman.sh and it stop here below,what should i
> > > do?it runs very well in my ubuntu! what is wrong???
> > > # vim.1
> > >echo installing $destdir/$exename.1
> > >sed -e s+/usr/local/lib/vim+$vimloc+ \
> > >   -e s+$vimloc/doc+$helpsubloc+ \
> > >   -e s+$vimloc/print+$printsubloc+ \
> > >   -e s+$vimloc/syntax+$synsubloc+ \
> > >   -e s+$vimloc/tutor+$tutorsubloc+ \
> > >   -e s+$vimloc/vimrc+$vimrcloc/vimrc+ \
> > >   -e s+$vimloc/gvimrc+$vimrcloc/gvimrc+ \
> > >   -e s+$vimloc/menu.vim+$scriptloc/menu.vim+ \
> > >   -e s+$vimloc/bugreport.vim+$scriptloc/bugreport.vim+ \
> > >   -e s+$vimloc/filetype.vim+$scriptloc/filetype.vim+ \
> > >   -e s+$vimloc/scripts.vim+$scriptloc/scripts.vim+ \
> > >   -e s+$vimloc/optwin.vim+$scriptloc/optwin.vim+ \
> > >   -e 's+$vimloc/\*.ps+$scriptloc/\*.ps+' \
> > >   $helpsource/vim$langadd.1 > $destdir/$exename.1
> > >chmod $manmod $destdir/$exename.1
> > > ANY suggest is OK,Thanks!!!
> > > Best Rgds
> > > Eleree Nicola
> >
> > $ eix app-editors/vim
> > [I] app-editors/vim
> >  Available versions:  7.2.442 7.3.135 7.3.189 ~7.3.219 ~7.3.244
> > 7.3.266 ~7.3.322 {X acl bash-completion cscope debug gpm minimal nls
> > perl python ruby vim-pager}
> >  Installed versions:  7.3.266(23:14:32 09/10/11)(X acl
> > bash-completion gpm nls python -cscope -debug -minimal -perl -ruby
> > -vim-pager)
> >  Homepage:http://www.vim.org/
> >  Description: Vim, an improved vi-style text editor
> >
> > So: to get the latest well-tested version of vim in gentoo, just run
> > "emerge vim" as root, which will get you vim-7.3.266. This will build
> > it with your configured settings/optimisations.
> >
> > If you want to build it manually, you're on your own -- we can
> > probably help you if you supply more info, but unless you have a good
> > reason not to use portage/emerge, then you're not using your time
> > effectively.
> >
> > Note: eix isn't installed by default, and it's super-useful. Run
> > "emerge eix ; eix-update" to get the output above.
>
> It doesn't make sense not to use the distro's recommended package manager
> (portage or even paludis).  If you really like the script then compare what
> the portage ebuild does agains the script you are using and then ... use
> the
> ebuild!
>
> Otherwise you are bound to come across dependency conflicts sooner or
> later and
> end up with such a spaghetti in your hands that you will have to reinstall.
> --
> Regards,
> Mick
>