Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

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