public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Albert Hopkins <marduk@letterboxes.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] lm_sensors: dependency problem...
Date: Sun, 23 Aug 2009 07:32:52 -0400	[thread overview]
Message-ID: <1251027172.19411.12.camel@centar.nbk> (raw)
In-Reply-To: <4A90F2F6.4020500@gmail.com>

On Sun, 2009-08-23 at 09:42 +0200, Jarry wrote:
> Hi,
> 
> I'm trying to install lm_sensors using gentoo-wiki, but I came
> accros some dependency problem:
> ____________________________
> 
> # emerge --pretend lm_sensors
> These are the packages that would be merged, in order:
> Calculating dependencies... done!
> [ebuild  N    ] sys-fs/sysfsutils-2.1.0
> [ebuild  N    ] x11-misc/read-edid-1.4.2
> [ebuild  N    ] sys-apps/lm_sensors-2.10.7  USE="-sensord"
> ____________________________
> 
> What is that x11-misc/read-edid good for? I do not want to pull
> the whole x11 stuff with it, as this is a server with no graphics.
> 

http://bugs.gentoo.org/181029

> Next, I want to use sensord for monitoring, so I modified
> package.use and tried it once more:
> ____________________________
> 
> # echo "sys-apps/lm_sensors sensord" >> /etc/portage/package.use
> # emerge --pretend lm_sensors
> These are the packages that would be merged, in order:
> Calculating dependencies... done!
> 
> emerge: there are no ebuilds built with USE flags to satisfy 
> ">=x11-libs/cairo-1.4.6[svg]".
> !!! One of the following packages is required to complete your request:
> - x11-libs/cairo-1.8.6-r1 (Change USE: +svg)
> (dependency required by "net-analyzer/rrdtool-1.3.8" [ebuild])
> (dependency required by "sys-apps/lm_sensors-2.10.7" [ebuild])
> (dependency required by "lm_sensors" [argument])
> ____________________________
> 
> Now I do not understand it at all. Why rrdtool? All I want
> to use sensord for is to have some status messages recorded
> to syslog. Why should I install that x11-libs/cairo graphics
> library and rrdtool stuff???

Likely sensord does a lot more than recording to syslog.

rrdtools is used as a database but also used to build graphs from its
database, which probably explains cairo.  Cairo is a graphics library
that can render to multiple devices including X11.

If you want you can submit a patched ebuild for rrdtool that maybe uses
a cairo USE flag and clearly separates the graphics system from the
database system.  You'll probably need to work closely with upstream for
that.

If you want you can submit a patched ebuild for cairo that maybe uses an
X use flag that clearly separates the X11 rendering backend from the
others.  You'll probably need to work closely with upstream for that.

-a




  reply	other threads:[~2009-08-23 11:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-23  7:42 [gentoo-user] lm_sensors: dependency problem Jarry
2009-08-23 11:32 ` Albert Hopkins [this message]
2009-08-23 12:45   ` Jarry
2009-08-23 13:02     ` Albert Hopkins
2009-08-23 14:05       ` Stroller
2009-08-23 14:21         ` Albert Hopkins
2009-08-23 14:33     ` Mike Edenfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1251027172.19411.12.camel@centar.nbk \
    --to=marduk@letterboxes.org \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox