Gentoo Archives: gentoo-user

From: gentuxx <gentuxx@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] BS dependencies?
Date: Sun, 26 Feb 2006 22:30:12
Message-Id: 4402299C.6080808@gmail.com
In Reply to: Re: [gentoo-user] BS dependencies? by Richard Fish
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Richard Fish wrote:
5
6 >On 2/26/06, gentuxx <gentuxx@×××××.com> wrote:
7 >
8 >>-----BEGIN PGP SIGNED MESSAGE-----
9 >>Hash: SHA1
10 >>
11 >>Why in the world to I need Apache, php(4), and a whole host of other
12 >>packages (22 to be exact) just to install NTP?
13 >
14 >
15 >Probably because your USE flags are telling portage that you want all
16 >of those dependancies.
17 >
18 >If you don't have USE=nodroproot (which would be a bad idea, BTW), ntp
19 >depends on sys-libs/libcap.
20 >
21 >sys-libs/libcap depends on dev-lang/swig if you have USE=python.
22 >
23 >dev-lang/swig depends dev-lang/php if you have USE=php.
24 >
25 >dev-lang/php depends on apache.
26 >
27 >...and so on.
28 >
29 >If you want to avoid such dependancies, you should set USE=-* in
30 >/etc/make.conf, and then set each USE flag specifically for each
31 >package that you want it on in /etc/portage/package.use. If you do
32 >this, be very careful in the conversion of your system, as you can
33 >break things easily (for example, if you have pam, and end up with
34 >-pam.)
35 >
36 >-Richard
37 >
38 rdate doesn't give me the functionality that I'm looking for as it
39 expects to connect to the (x)?inetd 'time' subdaemon, instead of an
40 ntpd server. But, removing some of the "heavier" USE flags (php,
41 apache2, etc.) brought me down to net-misc/ntp and 2 other
42 dependencies (libcap and swig), which I thought were acceptable.
43
44 - --
45 gentux
46 echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge'
47
48 gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40 9795 2D81 924A
49 6996 0993
50 -----BEGIN PGP SIGNATURE-----
51 Version: GnuPG v1.4.2.1 (GNU/Linux)
52
53 iD8DBQFEAimcLYGSSmmWCZMRAqOjAJ4lPQIGYkAsrEH3/noBOZApVCk1ZACdG044
54 JPRhokC0OZPKH1QdeRrzklY=
55 =QC30
56 -----END PGP SIGNATURE-----
57
58 --
59 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] BS dependencies? "Boyd Stephen Smith Jr." <bss03@××××××××××.net>