Gentoo Archives: gentoo-user

From: Vishnupradeep <intermedia.vishnu@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No manual entry for emerge
Date: Sat, 24 Dec 2011 12:16:10
Message-Id: CACk0-C-Eyug3swWXHHHMSUBWZmv55opfcVdksO2gefg=umyKLg@mail.gmail.com
In Reply to: Re: [gentoo-user] No manual entry for emerge by Florian Philipp
1 # emerge
2 /usr/lib64/portage/pym/portage/package/ebuild/config.py:353: UserWarning:
3 'cache.metadata_overlay.database' is deprecated: /etc/portage/modules
4 (user_auxdbmodule, modules_file))
5 emerge: the other white meat (command-line interface to the Portage system)
6 Usage:
7 emerge [ options ] [ action ] [ ebuild | tbz2 | file | @set | atom ] [
8 ... ]
9 emerge [ options ] [ action ] < system | world >
10 emerge < --sync | --metadata | --info >
11 emerge --resume [ --pretend | --ask | --skipfirst ]
12 emerge --help [ --verbose ]
13 Options: -[abBcCdDefgGhjkKlnNoOpPqrsStuvV]
14 [ --color < y | n > ] [ --columns ]
15 [ --complete-graph ] [ --deep ]
16 [ --jobs JOBS ] [ --keep-going ] [ --load-average LOAD
17 ]
18 [ --newuse ] [ --noconfmem ] [ --nospinner ]
19 [ --oneshot ] [ --onlydeps ] [ --quiet-build [ y | n ]
20 ]
21 [ --reinstall changed-use ] [ --with-bdeps < y | n >
22 ]
23 Actions: [ --depclean | --list-sets | --search | --sync | --version
24 ]
25
26 For more help consult the man page.
27
28
29 and manual page looks like mess. Few lines from man emerge is given below.
30
31 ESC[1mNAMEESC[0m
32 emerge - Command-line interface to the Portage system
33
34 ESC[1mSYNOPSISESC[0m
35 ESC[1memerge ESC[22m[ESC[4moptionsESC[24m] [ESC[4mactionESC[24m]
36 [ESC[4mebuildESC[24m | ESC[4mtbz2file
37 ESC[24m | ESC[4mfileESC[24m | ESC[4m@setESC[24m | ESC[4matomESC[24m] ...
38
39 ESC[1memerge --sync ESC[22m| ESC[1m--versionESC[0m
40
41
42
43 ----
44 Linux Blog: http://xtreme-linux.blogspot.com/
45 Fedora Blog: http://xtreme-fedora.blogspot.com/
46 My Blog: http://sharedonweb.blogspot.com/
47
48
49
50
51 On Sat, Dec 24, 2011 at 12:05 PM, Florian Philipp <lists@×××××××××××.net>wrote:
52
53 > Am 24.12.2011 12:53, schrieb Vishnupradeep:
54 > > man emerge
55 > > sh: /usr/bin/less: No such file or directory
56 > > Error executing formatting or display command.
57 > > System command (cd "/usr/share/man" && (echo ".ll 9.9i"; echo ".nr LL
58 > > 9.9i"; echo ".pl 1100i"; /bin/bzip2 -c -d
59 > > '/usr/share/man/man1/emerge.1.bz2'; echo ".\\\""; echo ".pl \n(nlu+10")
60 > > | /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less) exited with
61 > > status 127.
62 > > No manual entry for emerge
63 > >
64 > > What should i do ??
65 > >
66 >
67 > emerge -av sys-apps/less
68 >
69 > You unmerged less. emerge --depclean warned you.
70 >
71 > Hope this helps,
72 > Florian Philipp
73 >
74 >
75 >