Gentoo Archives: gentoo-user

From: 1990 dqgcs <dqgcs1990@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Vim stops installing when it runs installman.sh
Date: Sat, 19 Nov 2011 02:45:30
Message-Id: CANV+cvsqv0PDeUxCmLpVFuowvbNXXX0_O+Oj4es=0tk9j6Y6qQ@mail.gmail.com
1 *Hi Everyone *
2 I am very sad i failed to install vim in gentoo ,without vim i could not
3 do anything :(
4 I download vim-7.3.tar.bz2 <ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2> not
5 emerge because i can modify Makefile to find out where is wrong.Compiling
6 seems well,but when it begin to install man ,it stops,just like:
7
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 *
14 *
15 Yes ,the script is *installman.sh* and it stop here below,what should i
16 do?it runs very well in my ubuntu! what is wrong???
17 *# vim.1*
18 * echo installing $destdir/$exename.1*
19 * sed -e s+/usr/local/lib/vim+$vimloc+ \*
20 * -e s+$vimloc/doc+$helpsubloc+ \*
21 * -e s+$vimloc/print+$printsubloc+ \*
22 * -e s+$vimloc/syntax+$synsubloc+ \*
23 * -e s+$vimloc/tutor+$tutorsubloc+ \*
24 * -e s+$vimloc/vimrc+$vimrcloc/vimrc+ \*
25 * -e s+$vimloc/gvimrc+$vimrcloc/gvimrc+ \*
26 * -e s+$vimloc/menu.vim+$scriptloc/menu.vim+ \*
27 * -e s+$vimloc/bugreport.vim+$scriptloc/bugreport.vim+ \*
28 * -e s+$vimloc/filetype.vim+$scriptloc/filetype.vim+ \*
29 * -e s+$vimloc/scripts.vim+$scriptloc/scripts.vim+ \*
30 * -e s+$vimloc/optwin.vim+$scriptloc/optwin.vim+ \*
31 * -e 's+$vimloc/\*.ps+$scriptloc/\*.ps+' \*
32 * $helpsource/vim$langadd.1 > $destdir/$exename.1*
33 * chmod $manmod $destdir/$exename.1*
34 *
35 *
36 ANY suggest is OK,Thanks!!!
37 Best Rgds
38 Eleree Nicola

Replies

Subject Author
Re: [gentoo-user] Vim stops installing when it runs installman.sh James Broadhead <jamesbroadhead@×××××.com>