Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Do I really need 194 pkgs to install git?
Date: Sat, 03 Aug 2013 14:16:57
Message-Id: x6a9kzipxq.fsf@newsguy.com
In Reply to: [gentoo-user] Re: Do I really need 194 pkgs to install git? by Nikos Chantziaras
1 Nikos Chantziaras <realnc@×××××.com> writes:
2
3 > On 03/08/13 06:03, Harry Putnam wrote:
4 >> No doubt suffering from overdose of pilot error here but on a new (in
5 >> progress) install of gentoo as guest in vbox. I ran the command
6 >>
7 >> emerge -vp dev-vcs/git and come up with 194 pkgs that need to be
8 >> installed.
9 >
10 > Try disabling all flags and see where that gets you. You can do that
11 > with a single command:
12 >
13 > USE="-blksha1 -curl -gpg -iconv -pcre -python -threads -webdav -cgi
14 > -cvs -doc -emacs -gnome-keyring -gtk -highlight -nls -perl -ppcsha1
15 > -subversion -test -tk -xinetd" emerge -p dev-vcs/git
16
17 Hehe, alright, now we're talking.... that reduced dependancies to just
18 1 lonesome cpio.
19
20 ,----
21 | vgen ~ # USE="-blksha1 -curl -gpg -iconv -pcre -python -threads
22 | -webdav -cgi
23 | > -cvs -doc -emacs -gnome-keyring -gtk -highlight -nls -perl -ppcsha1
24 | > -subversion -test -tk -xinetd" emerge -vp dev-vcs/git
25 |
26 | These are the packages that would be merged, in order:
27 |
28 | Calculating dependencies... done!
29 | [ebuild N ] app-arch/cpio-2.11-r1 USE="-nls" 995 kB
30 | [ebuild N ] dev-vcs/git-1.8.3.2 USE="-blksha1 -cgi -curl -cvs
31 | -doc -emacs -gnome-keyring -gpg -gtk -highlight -iconv -nls -pcre
32 | -perl (-ppcsha1) -python -subversion {-test} -threads -tk -webdav
33 | -xinetd" PYTHON_SINGLE_TARGET="python2_7 -python2_6"
34 | PYTHON_TARGETS="python2_7 -python2_6" 4,900 kB
35 |
36 | Total: 2 packages (2 new), Size of downloads: 5,895 kB
37 `----
38
39 Now, is it reasonable to install that way? Will I run into some
40 horrible unsightly mess using git, when installed this way.

Replies

Subject Author
Re: [gentoo-user] Re: Do I really need 194 pkgs to install git? Michael Orlitzky <michael@××××××××.com>
Re: [gentoo-user] Re: Do I really need 194 pkgs to install git? Marc Joliet <marcec@×××.de>
Re: [gentoo-user] Re: Do I really need 194 pkgs to install git? Wang Xuerui <idontknw.wang@×××××.com>