Gentoo Archives: gentoo-user

From: Jarry <mr.jarry@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] lm_sensors: dependency problem...
Date: Sun, 23 Aug 2009 07:43:36
Message-Id: 4A90F2F6.4020500@gmail.com
1 Hi,
2
3 I'm trying to install lm_sensors using gentoo-wiki, but I came
4 accros some dependency problem:
5 ____________________________
6
7 # emerge --pretend lm_sensors
8 These are the packages that would be merged, in order:
9 Calculating dependencies... done!
10 [ebuild N ] sys-fs/sysfsutils-2.1.0
11 [ebuild N ] x11-misc/read-edid-1.4.2
12 [ebuild N ] sys-apps/lm_sensors-2.10.7 USE="-sensord"
13 ____________________________
14
15 What is that x11-misc/read-edid good for? I do not want to pull
16 the whole x11 stuff with it, as this is a server with no graphics.
17
18 Next, I want to use sensord for monitoring, so I modified
19 package.use and tried it once more:
20 ____________________________
21
22 # echo "sys-apps/lm_sensors sensord" >> /etc/portage/package.use
23 # emerge --pretend lm_sensors
24 These are the packages that would be merged, in order:
25 Calculating dependencies... done!
26
27 emerge: there are no ebuilds built with USE flags to satisfy
28 ">=x11-libs/cairo-1.4.6[svg]".
29 !!! One of the following packages is required to complete your request:
30 - x11-libs/cairo-1.8.6-r1 (Change USE: +svg)
31 (dependency required by "net-analyzer/rrdtool-1.3.8" [ebuild])
32 (dependency required by "sys-apps/lm_sensors-2.10.7" [ebuild])
33 (dependency required by "lm_sensors" [argument])
34 ____________________________
35
36 Now I do not understand it at all. Why rrdtool? All I want
37 to use sensord for is to have some status messages recorded
38 to syslog. Why should I install that x11-libs/cairo graphics
39 library and rrdtool stuff???
40
41 Jarry
42
43 --
44 _______________________________________________________________
45 This mailbox accepts e-mails only from selected mailing-lists!
46 Everything else is considered to be spam and therefore deleted.

Replies

Subject Author
Re: [gentoo-user] lm_sensors: dependency problem... Albert Hopkins <marduk@×××××××××××.org>