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:45:11
Message-Id: CANV+cvsdzKBOK6nkNqr4LeqEBRNCzGdRAGAeCHbOoATr0kRXbQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Vim stops installing when it runs installman.sh by Mick
1 Thanks for reply! I am sorry to tell you i have installed vim by emerge
2 ,but i failed ,so i try to use vim7.3.266'source code for debug :( .Now
3 what could i do?i am almost crazy now!!!
4
5 2011/11/20 Mick <michaelkintzios@×××××.com>
6
7 > On Saturday 19 Nov 2011 14:01:56 James Broadhead wrote:
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
12 > > > do anything :(
13 > > > I download vim-7.3.tar.bz2 not emerge because i can modify Makefile to
14 > > > find out where is wrong.Compiling seems well,but when it begin to
15 > > > install man ,it stops,just like:
16 > > > /bin/sh ./installman.sh install /usr/local/share/man/it/man1 "-it"
17 > > > /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim
18 > > > ../runtime/doc 644 vim vimdiff evim
19 > > > installing /usr/local/share/man/it/man1/vim.1
20 > > > and never go on..... sool cruel
21 > > > Yes ,the script is installman.sh and it stop here below,what should i
22 > > > do?it runs very well in my ubuntu! what is wrong???
23 > > > # vim.1
24 > > > echo installing $destdir/$exename.1
25 > > > sed -e s+/usr/local/lib/vim+$vimloc+ \
26 > > > -e s+$vimloc/doc+$helpsubloc+ \
27 > > > -e s+$vimloc/print+$printsubloc+ \
28 > > > -e s+$vimloc/syntax+$synsubloc+ \
29 > > > -e s+$vimloc/tutor+$tutorsubloc+ \
30 > > > -e s+$vimloc/vimrc+$vimrcloc/vimrc+ \
31 > > > -e s+$vimloc/gvimrc+$vimrcloc/gvimrc+ \
32 > > > -e s+$vimloc/menu.vim+$scriptloc/menu.vim+ \
33 > > > -e s+$vimloc/bugreport.vim+$scriptloc/bugreport.vim+ \
34 > > > -e s+$vimloc/filetype.vim+$scriptloc/filetype.vim+ \
35 > > > -e s+$vimloc/scripts.vim+$scriptloc/scripts.vim+ \
36 > > > -e s+$vimloc/optwin.vim+$scriptloc/optwin.vim+ \
37 > > > -e 's+$vimloc/\*.ps+$scriptloc/\*.ps+' \
38 > > > $helpsource/vim$langadd.1 > $destdir/$exename.1
39 > > > chmod $manmod $destdir/$exename.1
40 > > > ANY suggest is OK,Thanks!!!
41 > > > Best Rgds
42 > > > Eleree Nicola
43 > >
44 > > $ eix app-editors/vim
45 > > [I] app-editors/vim
46 > > Available versions: 7.2.442 7.3.135 7.3.189 ~7.3.219 ~7.3.244
47 > > 7.3.266 ~7.3.322 {X acl bash-completion cscope debug gpm minimal nls
48 > > perl python ruby vim-pager}
49 > > Installed versions: 7.3.266(23:14:32 09/10/11)(X acl
50 > > bash-completion gpm nls python -cscope -debug -minimal -perl -ruby
51 > > -vim-pager)
52 > > Homepage: http://www.vim.org/
53 > > Description: Vim, an improved vi-style text editor
54 > >
55 > > So: to get the latest well-tested version of vim in gentoo, just run
56 > > "emerge vim" as root, which will get you vim-7.3.266. This will build
57 > > it with your configured settings/optimisations.
58 > >
59 > > If you want to build it manually, you're on your own -- we can
60 > > probably help you if you supply more info, but unless you have a good
61 > > reason not to use portage/emerge, then you're not using your time
62 > > effectively.
63 > >
64 > > Note: eix isn't installed by default, and it's super-useful. Run
65 > > "emerge eix ; eix-update" to get the output above.
66 >
67 > It doesn't make sense not to use the distro's recommended package manager
68 > (portage or even paludis). If you really like the script then compare what
69 > the portage ebuild does agains the script you are using and then ... use
70 > the
71 > ebuild!
72 >
73 > Otherwise you are bound to come across dependency conflicts sooner or
74 > later and
75 > end up with such a spaghetti in your hands that you will have to reinstall.
76 > --
77 > Regards,
78 > Mick
79 >

Replies

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