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

Replies

Subject Author
Re: [gentoo-user] No manual entry for emerge Florian Philipp <lists@×××××××××××.net>
Re: [gentoo-user] No manual entry for emerge Dale <rdalek1967@×××××.com>