Gentoo Archives: gentoo-user

From: James Broadhead <jamesbroadhead@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Vim stops installing when it runs installman.sh
Date: Sat, 19 Nov 2011 14:03:23
Message-Id: CA+hid6EuU68T7EmaJh--24=fkZP+FcnzbRD3v8ixJ=zhXNYTAg@mail.gmail.com
In Reply to: [gentoo-user] Vim stops installing when it runs installman.sh by 1990 dqgcs
1 On 19 November 2011 02:44, 1990 dqgcs <dqgcs1990@×××××.com> wrote:
2 > Hi Everyone
3 > I  am very sad i failed to install vim in gentoo ,without vim i could not do
4 > anything :(
5 > I download vim-7.3.tar.bz2 not emerge because i can modify Makefile to find
6 > out where is wrong.Compiling seems well,but when it begin to install man ,it
7 > stops,just like:
8 > /bin/sh ./installman.sh install /usr/local/share/man/it/man1 "-it"
9 > /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim
10 > ../runtime/doc 644 vim vimdiff evim
11 > installing /usr/local/share/man/it/man1/vim.1
12 > and never go on..... sool cruel
13 > Yes ,the script is installman.sh and it stop here below,what should i do?it
14 > runs very well in my ubuntu! what is wrong???
15 > # vim.1
16 >    echo installing $destdir/$exename.1
17 >    sed -e s+/usr/local/lib/vim+$vimloc+ \
18 >   -e s+$vimloc/doc+$helpsubloc+ \
19 >   -e s+$vimloc/print+$printsubloc+ \
20 >   -e s+$vimloc/syntax+$synsubloc+ \
21 >   -e s+$vimloc/tutor+$tutorsubloc+ \
22 >   -e s+$vimloc/vimrc+$vimrcloc/vimrc+ \
23 >   -e s+$vimloc/gvimrc+$vimrcloc/gvimrc+ \
24 >   -e s+$vimloc/menu.vim+$scriptloc/menu.vim+ \
25 >   -e s+$vimloc/bugreport.vim+$scriptloc/bugreport.vim+ \
26 >   -e s+$vimloc/filetype.vim+$scriptloc/filetype.vim+ \
27 >   -e s+$vimloc/scripts.vim+$scriptloc/scripts.vim+ \
28 >   -e s+$vimloc/optwin.vim+$scriptloc/optwin.vim+ \
29 >   -e 's+$vimloc/\*.ps+$scriptloc/\*.ps+' \
30 >   $helpsource/vim$langadd.1 > $destdir/$exename.1
31 >    chmod $manmod $destdir/$exename.1
32 > ANY suggest is OK,Thanks!!!
33 > Best Rgds
34 > Eleree Nicola
35
36 $ eix app-editors/vim
37 [I] app-editors/vim
38 Available versions: 7.2.442 7.3.135 7.3.189 ~7.3.219 ~7.3.244
39 7.3.266 ~7.3.322 {X acl bash-completion cscope debug gpm minimal nls
40 perl python ruby vim-pager}
41 Installed versions: 7.3.266(23:14:32 09/10/11)(X acl
42 bash-completion gpm nls python -cscope -debug -minimal -perl -ruby
43 -vim-pager)
44 Homepage: http://www.vim.org/
45 Description: Vim, an improved vi-style text editor
46
47 So: to get the latest well-tested version of vim in gentoo, just run
48 "emerge vim" as root, which will get you vim-7.3.266. This will build
49 it with your configured settings/optimisations.
50
51 If you want to build it manually, you're on your own -- we can
52 probably help you if you supply more info, but unless you have a good
53 reason not to use portage/emerge, then you're not using your time
54 effectively.
55
56 Note: eix isn't installed by default, and it's super-useful. Run
57 "emerge eix ; eix-update" to get the output above.

Replies

Subject Author
Re: [gentoo-user] Vim stops installing when it runs installman.sh Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Vim stops installing when it runs installman.sh 1990 dqgcs <dqgcs1990@×××××.com>