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:29:43
Message-Id: CAA2qdGUqrBNutXGU+7v3BJFiXbJadO=M9Y5DhipkYhX-5F=gmA@mail.gmail.com
In Reply to: Re: [gentoo-user] No manual entry for emerge by Dale
1 On Dec 24, 2011 7:15 PM, "Dale" <rdalek1967@×××××.com> wrote:
2 >
3 > Vishnupradeep wrote:
4 >>
5 >> man emerge
6 >> sh: /usr/bin/less: No such file or directory
7 >> Error executing formatting or display command.
8 >> System command (cd "/usr/share/man" && (echo ".ll 9.9i"; echo ".nr LL
9 9.9i"; echo ".pl 1100i"; /bin/bzip2 -c -d
10 '/usr/share/man/man1/emerge.1.bz2'; echo ".\\\""; echo ".pl \n(nlu+10") |
11 /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less) exited with status
12 127.
13 >> No manual entry for emerge
14 >>
15 >> What should i do ??
16 >>
17 >> ----
18 >> Linux Blog: http://xtreme-linux.blogspot.com/
19 >> Fedora Blog: http://xtreme-fedora.blogspot.com/
20 >> My Blog: http://sharedonweb.blogspot.com/
21 >>
22 >>
23 >
24 > I would make sure less is installed. There have been some changes to
25 something and some people are letting --depclean or friends remove less.
26 It's a long story and there are other threads about it. Just check and
27 see if less is installed and if it is not, emerge it and make sure it is
28 added to the world file.
29 >
30
31 In my case, since I'm now using vimpager, I just make a symlink to it:
32
33 ln -s $(which vimpager) /usr/local/bin/less
34
35 ... then I purposefully unmerged less :-)
36
37 Rgds,

Replies

Subject Author
Re: [gentoo-user] No manual entry for emerge Pandu Poluan <pandu@××××××.info>