From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RRlVp-00017f-SD for garchives@archives.gentoo.org; Sat, 19 Nov 2011 14:03:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D56F21C07A; Sat, 19 Nov 2011 14:03:11 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id CE1B721C08F for ; Sat, 19 Nov 2011 14:02:16 +0000 (UTC) Received: by yenl6 with SMTP id l6so4330724yen.40 for ; Sat, 19 Nov 2011 06:02:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=NiG7rjwxRaNGs9R4hfeRDGQCV9cBIB6orhOI7JxMUas=; b=QHuRLGfzpAUjQaFsvNRRR93g+8htufli30NbRW0JpmMJZAhqx+19D1YPiluC3x6X+q cjpnwytrtD3ihaypqPVsc8l8z5mNyn8hPnrpE4GYjBEk2Eac1fUMBRqrvvqPlbGMj5S+ DzrTviJlGci0kkIPbHttwvE35PzJOlnEfjI8o= Received: by 10.50.194.229 with SMTP id hz5mr7282527igc.36.1321711336115; Sat, 19 Nov 2011 06:02:16 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.227.198 with HTTP; Sat, 19 Nov 2011 06:01:56 -0800 (PST) In-Reply-To: References: From: James Broadhead Date: Sat, 19 Nov 2011 14:01:56 +0000 Message-ID: Subject: Re: [gentoo-user] Vim stops installing when it runs installman.sh To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7ec8a2dd-15cd-485a-b505-9f71e290f6a3 X-Archives-Hash: 716a6600b21978dbb4ce704e149c81e6 On 19 November 2011 02:44, 1990 dqgcs wrote: > Hi Everyone > I =C2=A0am very sad i failed to install vim in gentoo ,without vim i coul= d not do > anything :( > I download=C2=A0vim-7.3.tar.bz2=C2=A0not emerge because i can modify Make= file to find > out where is wrong.Compiling seems well,but when it begin to install man = ,it > stops,just like: > /bin/sh ./installman.sh install /usr/local/share/man/it/man1 "-it" > /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim > ../runtime/doc 644 vim vimdiff evim > installing /usr/local/share/man/it/man1/vim.1 > and never go on..... sool cruel > Yes ,the script is installman.sh and it stop here below,what should i do?= it > runs very well in my ubuntu! what is wrong??? > # vim.1 > =C2=A0 =C2=A0echo installing $destdir/$exename.1 > =C2=A0 =C2=A0sed -e s+/usr/local/lib/vim+$vimloc+ \ > =C2=A0 -e s+$vimloc/doc+$helpsubloc+ \ > =C2=A0 -e s+$vimloc/print+$printsubloc+ \ > =C2=A0 -e s+$vimloc/syntax+$synsubloc+ \ > =C2=A0 -e s+$vimloc/tutor+$tutorsubloc+ \ > =C2=A0 -e s+$vimloc/vimrc+$vimrcloc/vimrc+ \ > =C2=A0 -e s+$vimloc/gvimrc+$vimrcloc/gvimrc+ \ > =C2=A0 -e s+$vimloc/menu.vim+$scriptloc/menu.vim+ \ > =C2=A0 -e s+$vimloc/bugreport.vim+$scriptloc/bugreport.vim+ \ > =C2=A0 -e s+$vimloc/filetype.vim+$scriptloc/filetype.vim+ \ > =C2=A0 -e s+$vimloc/scripts.vim+$scriptloc/scripts.vim+ \ > =C2=A0 -e s+$vimloc/optwin.vim+$scriptloc/optwin.vim+ \ > =C2=A0 -e 's+$vimloc/\*.ps+$scriptloc/\*.ps+' \ > =C2=A0 $helpsource/vim$langadd.1 > $destdir/$exename.1 > =C2=A0 =C2=A0chmod $manmod $destdir/$exename.1 > ANY suggest is OK,Thanks!!! > Best Rgds > Eleree Nicola $ eix app-editors/vim [I] app-editors/vim Available versions: 7.2.442 7.3.135 7.3.189 ~7.3.219 ~7.3.244 7.3.266 ~7.3.322 {X acl bash-completion cscope debug gpm minimal nls perl python ruby vim-pager} Installed versions: 7.3.266(23:14:32 09/10/11)(X acl bash-completion gpm nls python -cscope -debug -minimal -perl -ruby -vim-pager) Homepage: http://www.vim.org/ Description: Vim, an improved vi-style text editor So: to get the latest well-tested version of vim in gentoo, just run "emerge vim" as root, which will get you vim-7.3.266. This will build it with your configured settings/optimisations. If you want to build it manually, you're on your own -- we can probably help you if you supply more info, but unless you have a good reason not to use portage/emerge, then you're not using your time effectively. Note: eix isn't installed by default, and it's super-useful. Run "emerge eix ; eix-update" to get the output above.