Gentoo Archives: gentoo-user

From: Pandu Poluan <pandu@××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No manual entry for emerge
Date: Sat, 24 Dec 2011 12:43:39
Message-Id: CAA2qdGWNTrn9RHcB1ME7pMO0HY1i=0efAqHwNBH6L8S8iC9fPA@mail.gmail.com
In Reply to: [gentoo-user] No manual entry for emerge by Vishnupradeep
1 On Dec 24, 2011 6:57 PM, "Vishnupradeep" <intermedia.vishnu@×××××.com>
2 wrote:
3 >
4 > man emerge
5 > sh: /usr/bin/less: No such file or directory
6 > Error executing formatting or display command.
7 > System command (cd "/usr/share/man" && (echo ".ll 9.9i"; echo ".nr LL
8 9.9i"; echo ".pl 1100i"; /bin/bzip2 -c -d
9 '/usr/share/man/man1/emerge.1.bz2'; echo ".\\\""; echo ".pl \n(nlu+10") |
10 /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less) exited with status
11 127.
12 > No manual entry for emerge
13 >
14 > What should i do ??
15 >
16
17 If 'which less' indicates that less is not installed, you can:
18 * emerge less
19 * change to vimmanpager (provided you've emerged vim with USE=vimpager)
20 * make a symlink in /usr/local/bin to more or most (provided more or most
21 are installed, of course)
22
23 Rgds,