Gentoo Archives: gentoo-user

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